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!

How to edit Exp/TM Rate ? (I don't get from FAQ)

Initiate Mage
Joined
Apr 3, 2023
Messages
2
Reaction score
0
According to this thread
Trickster Season 2 FAQ

Say "
Q: How do I change the EXP/TM rate(s)?
A: Take a look at the libconfig table called ExpHelper. "
But there are many libconfig files such as :

1.Client Folder
- Client\data\libconfig_twn.idx

2.Server Folder
- GameServer1\data\libconfig_twn.idx
- GameServer2\data\libconfig_twn.idx
- LoginServer\data\libconfig_twn.idx

Then inside Hex Editor is like this (found ExpHelper)
Please tell me how to edit this ?
1680663815676 - How to edit Exp/TM Rate ? (I don't get from FAQ) - RaGEZONE Forums


Thank you in advance.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 30, 2018
Messages
31
Reaction score
37
Use the toolbox Pyro made convert your data to xml
Click dat viewer then open dat
Now that the dat file is loaded click export to xml
Click libconfig editor
Click load libconfigxml and pick the xml file you just made
Go into the search bar where by default it says Table: (none) to the right of it then type in exphelper
Change the values to what you want and click update table
Now click export and do both DAT and IDX
Be sure to copy these files to your client, gamserver1/2 and loginserver data folders.
 
Upvote 0
Back
Top