Stats Reset Stone.

12/04/2018 11:16 [GameAdvisor]Finn#1
Hi, Epvp i have a question about
anyone How to edit stats reset stone give..when i use Stats Reset Stone?

Thanks in Advance :)
12/04/2018 16:55 SempeR93#2
here you go its made for ep 5,4 rest what you need is change in game.exe and ps_game
12/04/2018 19:30 [GameAdvisor]Finn#3
Quote:
Originally Posted by SempeR93 View Post
here you go its made for ep 5,4 rest what you need is change in game.exe and ps_game
this is for?
12/05/2018 00:33 [ADM]Acid#4
Quote:
Originally Posted by [GameAdvisor]Finn View Post
this is for?
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.)
12/05/2018 02:13 Velocity.#5
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
12/05/2018 04:10 [GameAdvisor]Finn#6
Quote:
Originally Posted by [ADM]Acid View Post
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. View Post
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
12/05/2018 06:16 Velocity.#7
Quote:
Originally Posted by [GameAdvisor]Finn View Post
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.
12/05/2018 07:56 [GameAdvisor]Finn#8
Quote:
Originally Posted by Velocity. View Post
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..
12/05/2018 13:04 arjulie#9
i have this script full script i use it before in shaiya xeon server. you can adjust easy to UM
12/05/2018 13:34 [GameAdvisor]Finn#10
Quote:
Originally Posted by arjulie View Post
i have this script full script i use it before in shaiya xeon server. you can adjust easy to UM
can you help me ?
how to edit the value of reset stats stone give to players when he use reset stats stone..
12/05/2018 17:49 arjulie#11
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.