Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Simple share for Reset Stats Item

Chinese Developer
[VIP] Member
Joined
Apr 6, 2019
Messages
347
Reaction score
46
there was much of member that asking about reset stats.
for the Reset Stats , its have much method to done the action.
here is the simple share for this function.

inside the archive file have provide a code that before add , and after added.
suggest to use winmerge to view the both folder for easier to merge.

1691336523700 - Simple share for Reset Stats Item - RaGEZONE Forums


here is the preview of it.
enjoy.

dont forget to add new item type in comment file
and this is GUI

gameintext.xml

Code:
<SENTENSE Ver="1" Id="EMREQ_RESET_STATS_FB_NOITEM">
<VALUE Lang="Common">You don't have the required item for reset stats.</VALUE>
</SENTENSE>
<SENTENSE Ver="1" Id="EMREQ_RESET_STATS_FB_NOTITEM">
<VALUE Lang="Common">You don't have the correct item for reset stats.</VALUE>
</SENTENSE>
<SENTENSE Ver="1" Id="MODAL_RESET_STATS">
<VALUE Lang="Common">Do you want use the reset stats item?</VALUE>
</SENTENSE>
<SENTENSE Ver="1" Id="EMREQ_RESET_STATS_FB_FAIL">
<VALUE Lang="Common">Stats reset failed.</VALUE>
</SENTENSE>
<SENTENSE Ver="1" Id="EMREQ_RESET_STATS_FB_OK">
<VALUE Lang="Common">Stats reseted!</VALUE>
</SENTENSE>
 

Attachments

  • Split Source Reset Item (Share).rar
    580.6 KB · Views: 175
Initiate Mage
Joined
Jun 5, 2020
Messages
25
Reaction score
0
sorry for the noob question, Can I ask what the purpose of this is, I'm just newbie because I'm a little confused about the reset stat items, what can be reset in the items sir? when it is used?
 
Initiate Mage
Joined
Apr 19, 2018
Messages
42
Reaction score
7
Fix update on character window after use card ? thank you for answer. <3
 
Chinese Developer
[VIP] Member
Joined
Apr 6, 2019
Messages
347
Reaction score
46
sorry for the noob question, Can I ask what the purpose of this is, I'm just newbie because I'm a little confused about the reset stat items, what can be reset in the items sir? when it is used?

Fix update on character window after use card ? thank you for answer. <3

this video should answer both of you 2 question.

 
Chinese Developer
[VIP] Member
Joined
Apr 6, 2019
Messages
347
Reaction score
46
i see you use default not the EMSTATS emStats
this reset stats is based on the stats characters have.
not like the E potion.
the e potion is counting the stats from level gain stats and mission gain stats.
for this function , its only will retrieve character own stats. and reset it to remain stats.
 
RaGEZONE VIP
[VIP] Member
Joined
Oct 28, 2020
Messages
86
Reaction score
15
there was much of member that asking about reset stats.
for the Reset Stats , its have much method to done the action.
here is the simple share for this function.

inside the archive file have provide a code that before add , and after added.
suggest to use winmerge to view the both folder for easier to merge.
THANKS YOU VERY MUCH, commended
 
Back
Top