About CSOItem

10/03/2021 14:51 halloway520#1
my weapon had 3 blue param,
str 6
int 6
lucky 2

PHP Code:
class CSOItem
{
    ...
    
n_map<short,int>* pBluesMap;
    
DWORD dwBluesSize;
    ...
}; 
PHP Code:

printf
("%d\n"dwBluesSize); //3

for (autoit : *c.pBluesMap) {

    
//crash
    
printf("%d\n"it.first);
    
printf("%d\n"it.second);

dwBluesSize = 3

but "for (auto& it : *c.pBluesMap)" will be crash.

How can i get the weapon's blue param ?

thank you!
10/03/2021 17:29 Ryotic#2
Quote:
Originally Posted by halloway520 View Post
my weapon had 3 blue param,
str 6
int 6
lucky 2

PHP Code:
class CSOItem
{
    ...
    
n_map<short,int>* pBluesMap;
    
DWORD dwBluesSize;
    ...
}; 
PHP Code:

printf
("%d\n"dwBluesSize); //3

for (autoit : *c.pBluesMap) {

    
//crash
    
printf("%d\n"it.first);
    
printf("%d\n"it.second);

dwBluesSize = 3

but "for (auto& it : *c.pBluesMap)" will be crash.

How can i get the weapon's blue param ?

thank you!
Make any manual and take the param from _items
10/03/2021 17:34 halloway520#3
Quote:
Originally Posted by Ryotic View Post
Make any manual and take the param from _items

I need get it from memory, not SQL, I still thank for you my friend~:D
10/05/2021 11:49 halloway520#4
Thanks every one, Fixed.:handsdown:
10/07/2021 07:41 ASKSRO_1#5
分享
10/20/2021 20:45 thaidu0ngpr0#6
Quote:
Originally Posted by halloway520 View Post
Thanks every one, Fixed.:handsdown:

how to fix . many thanks if you share it
12/26/2021 07:44 halloway520#7
[Only registered and activated users can see links. Click Here To Register...]
12/26/2021 15:53 Laag#82#8
Quote:
Originally Posted by halloway520 View Post
[Only registered and activated users can see links. Click Here To Register...]
Hello,

You are looking for this

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

good luck