|
You last visited: Today at 14:25
Advertisement
Stats Reset Stone.
Discussion on Stats Reset Stone. within the Shaiya Private Server forum part of the Shaiya category.
12/04/2018, 11:16
|
#1
|
elite*gold: 0
Join Date: Sep 2016
Posts: 171
Received Thanks: 107
|
Stats Reset Stone.
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
|
#2
|
elite*gold: 0
Join Date: Jul 2012
Posts: 29
Received Thanks: 15
|
here you go its made for ep 5,4 rest what you need is change in game.exe and ps_game
[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:
lea esi,[ecx+ecx*8]
exit:
jmp returnhere
"ps_game.exe"+8F967:
jmp newmem
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"+8F967:
lea esi,[ecx*8+00000000]
sub esi,ecx
//Alt: db 8D 34 CD 00 00 00 00
|
|
|
12/04/2018, 19:30
|
#3
|
elite*gold: 0
Join Date: Sep 2016
Posts: 171
Received Thanks: 107
|
Quote:
Originally Posted by SempeR93
here you go its made for ep 5,4 rest what you need is change in game.exe and ps_game
[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:
lea esi,[ecx+ecx*8]
exit:
jmp returnhere
"ps_game.exe"+8F967:
jmp newmem
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"+8F967:
lea esi,[ecx*8+00000000]
sub esi,ecx
//Alt: db 8D 34 CD 00 00 00 00
|
this is for?
|
|
|
12/05/2018, 00:33
|
#4
|
elite*gold: 0
Join Date: Jul 2015
Posts: 291
Received Thanks: 783
|
Quote:
Originally Posted by [GameAdvisor]Finn
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
|
#5
|
elite*gold: 0
Join Date: Jul 2016
Posts: 237
Received Thanks: 324
|
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
|
#6
|
elite*gold: 0
Join Date: Sep 2016
Posts: 171
Received Thanks: 107
|
Quote:
Originally Posted by [ADM]Acid
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
|
|
|
12/05/2018, 06:16
|
#7
|
elite*gold: 0
Join Date: Jul 2016
Posts: 237
Received Thanks: 324
|
Quote:
Originally Posted by [GameAdvisor]Finn
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
|
#8
|
elite*gold: 0
Join Date: Sep 2016
Posts: 171
Received Thanks: 107
|
Quote:
Originally Posted by Velocity.
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
|
#9
|
elite*gold: 0
Join Date: Apr 2009
Posts: 232
Received Thanks: 216
|
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
|
#10
|
elite*gold: 0
Join Date: Sep 2016
Posts: 171
Received Thanks: 107
|
Quote:
Originally Posted by arjulie
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
|
#11
|
elite*gold: 0
Join Date: Apr 2009
Posts: 232
Received Thanks: 216
|
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.
|
|
|
All times are GMT +1. The time now is 14:27.
|
|