2014-10-22, Roulette and per-char gender!

Thanks for the clarification. 
default_smile.png


 
Please, help me...

If i have RouletteBronze Coins, the system 100% Work.

But i have Silver or Gold Coins and no Bronze... the system dont work...

And a little unstable, sometimes I click the button, the client closes.

 
Please, help me...

If i have RouletteBronze Coins, the system 100% Work.

But i have Silver or Gold Coins and no Bronze... the system dont work...

And a little unstable, sometimes I click the button, the client closes.
you have to use this command: 

@set TmpRouletteBronze 5 (for bronze coin)

@set TmpRouletteGold 5 (for Gold coin)

@set TmpRouletteSilver 5 (for silver coin)

 
Please, help me...

If i have RouletteBronze Coins, the system 100% Work.

But i have Silver or Gold Coins and no Bronze... the system dont work...

And a little unstable, sometimes I click the button, the client closes.
You have to double click those gold, silver and bronze coin so that you gain points related to roulette
 
One question please, how do you change sex / gender of the character if it's not available in the character creation interface?

 
One question please, how do you change sex / gender of the character if it's not available in the character creation interface?
edit database or use changecharsex scriptcommand

 
default_sad.png
Sad... Vending Skill, do not work in this client ... I tested now using the latest version of Hercules. With this client when I click "OK" to open the store, nothing happens and the character is locked even if you cancel the skill.

Using a client of 2013 this error does not occur. Does anyone know how to fix?
 
default_sad.png
Sad... Vending Skill, do not work in this client ... I tested now using the latest version of Hercules. With this client when I click "OK" to open the store, nothing happens and the character is locked even if you cancel the skill.

Using a client of 2013 this error does not occur. Does anyone know how to fix?
Yes, it's not working.
default_sad.png


One question please, how do you change sex / gender of the character if it's not available in the character creation interface?
edit database or use changecharsex scriptcommand
Where can I see the changecharsex function? So there's no @command for this yet right?

 
default_sad.png
Sad... Vending Skill, do not work in this client ... I tested now using the latest version of Hercules. With this client when I click "OK" to open the store, nothing happens and the character is locked even if you cancel the skill.

Using a client of 2013 this error does not occur. Does anyone know how to fix?
Yes, it's not working.
default_sad.png


> 

One question please, how do you change sex / gender of the character if it's not available in the character creation interface?
edit database or use changecharsex scriptcommand
Where can I see the changecharsex function? So there's no @command for this yet right?
its currently not documented yet:

/*========================================== * Unequip all items and change character sex [4144] *------------------------------------------*/BUILDIN(changecharsex){ TBL_PC *sd = prepareChangeSex(st); if (sd == NULL) return false; if (sd->status.sex == 99) sd->status.sex = 0; sd->status.sex = sd->status.sex ? 0 : 1; chrif->save(sd, 0); if (sd->fd) clif->authfail_fd(sd->fd, 15); return true;}

and for the atcommand version its easier to create a bindcommand with the scriptcommand and will work the same way as if it was in the source

 
indeed my AV deleted the one "downloaded" but the one that I've patched didn't got detected as virus, btw we should move this discussion to the proper topic

 
Back
Top