Hi, Epvp i have a question about
anyone How to edit stats reset stone give..when i use Stats Reset Stone?
Thanks in Advance :)
anyone How to edit stats reset stone give..when i use Stats Reset Stone?
Thanks in Advance :)
this is for?Quote:
here you go its made for ep 5,4 rest what you need is change in game.exe and ps_game
There you see who doesn't really know what script he is even posting...Quote:
this is for?
[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
Sorry for i asking he share because im not familiar with CT codeQuote:
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.)
thanks for this but may i ask if this is for reset stat stone giving?Quote:
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
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.Quote:
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
oh ok by the way thanks for this..Quote:
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.