Some questions

Newbie Spellweaver
Joined
Aug 9, 2008
Messages
24
Reaction score
0
Here are my questions

1. How can I edit the max stats? Is this possible? if yes how?

2. How can I make the full level to 250 or 255 and the job level until 150 I think

3. How to delete characters on SQL?

Im using eAthena SQL
Thanks for replying^_^
 
1. Inside your conf\battle\player.conf file, scroll down to max_parameter

2.Copy all of the values of exp2.txt into exp.txt (or rename it whichever works for you) and change the first number of each block to 250 for base and 120 for job.

3. Make sure you have the character table opened, then click on the edit button and right click on the character you want to delete. Then press delete row.
 
can you give me the exp.txt for lvl 255 pls cuz IDK what to do there... THX


PS. if its ok can you teach me to make the exp table^_^
 
there should be a exp2.txt in your db folder. Look for that and rename it to exp and overwrite the exp.txt that was already there. Go inside the new exp.txt and edit the first numbers so:

Code:
//Base - Adv Jobs
255

That would mean your max base level would be 255
 
Back