[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"ps_game.exe"+8F967:
lea esi,[ecx*8+00000000]
sub esi,ecx
//Alt: db 8D 34 CD 00 00 00 00
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"ps_game.exe"+8F967:
lea esi,[ecx*8+00000000]
sub esi,ecx
//Alt: db 8D 34 CD 00 00 00 00
There you see who doesn't really know what script he is even posting...
That CT is to give UM stats to HM characters when they use the stat reset stone. (For example good to use when you want to use HM characters for the Ressurection at same location by runes but wanna keep the UM stats.) It doesnt specify any amount of statpoints tho, so probably also doesnt help you in that case. (Except that's actually what you wanted.)
You could also use something like this if you want to specify the amount of stats being given.
Works for ep5.4 and UM only
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
imul ecx,ecx,(int)11 //Stat points
mov [edi+00000138],cx
exit:
jmp returnhere
"ps_game.exe"+8F979:
jmp newmem
nop
nop
nop
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"ps_game.exe"+8F979:
imul ecx,ecx,09
mov [edi+00000138],cx
//Alt: db 6B C9 09 66 89 8F 38 01 00 00
There you see who doesn't really know what script he is even posting...
That CT is to give UM stats to HM characters when they use the stat reset stone. (For example good to use when you want to use HM characters for the Ressurection at same location by runes but wanna keep the UM stats.) It doesnt specify any amount of statpoints tho, so probably also doesnt help you in that case. (Except that's actually what you wanted.)
Sorry for i asking he share because im not familiar with CT code
but thanks for info about he share <3
Quote:
Originally Posted by Velocity.
You could also use something like this if you want to specify the amount of stats being given.
Works for ep5.4 and UM only
Code:
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
imul ecx,ecx,(int)11 //Stat points
mov [edi+00000138],cx
exit:
jmp returnhere
"ps_game.exe"+8F979:
jmp newmem
nop
nop
nop
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"ps_game.exe"+8F979:
imul ecx,ecx,09
mov [edi+00000138],cx
//Alt: db 6B C9 09 66 89 8F 38 01 00 00
thanks for this but may i ask if this is for reset stat stone giving?
example i use Reset Stats Stone .. the original stats back to me/players
sorry for asking because im not familiar with CT code hehe
Sorry for i asking he share because im not familiar with CT code
but thanks for info about he share <3
thanks for this but may i ask if this is for reset stat stone giving?
example i use Reset Stats Stone .. the original stats back to me/players
sorry for asking because im not familiar with CT code hehe
I'm not quiet sure what you're asking.. Once you use the stat reset stone (with this script) it will take the number (11) and multiply it by your level and give you the appropriate stat points. just test it and see if it works for what you need.
I'm not quiet sure what you're asking.. Once you use the stat reset stone (with this script) it will take the number (11) and multiply it by your level and give you the appropriate stat points. just test it and see if it works for what you need.
oh ok by the way thanks for this..
but i want to know if how to change/edit reset stats stone (item)
give stats and reset to original stats when creating new character..
for now i cannot share this code sorry for that, this code is belongs to shaiya Xeon property i will ask the owner of the server if they welling to share this.
i make this code for them they pay me to make this code so this code belongs to them.