How to set up the max level only for Taekwon class?

Rockstar xD

New member
Messages
7
Points
0
Hi, bros!

I really need your help, guys!

I'm looking for the way to change the max level for Taekwondo class. I really want to stimulate the Taek Rank in my server, but its low base level become it so hard.

So, I think that change the max base level/stats will help it a little, but I don't know/found how to do it at this forum.

Can anybody explain it for me, pleaaase?

Since now, thank you guys!
default_laugh.png


 
change it under
hercules/db/pre-re/exp.txt (if pre-renewal) 
hercules/db/re/exp.txt(if renewal)

 
The Taekwon class exp table is mixed with 1-1 classes. If I do it, most probrably will change the other classes 1-1 like Knight, Archer, etc; or not?

Can I cut only Taekwon job code (4046) and create a new line for it, or just move it to Kagerou/Oboro exp table?

And if I do it, I'll have to change src/map/battle.c line 7044 to 160 too, or just the table exp is enough?

Code:
{ "max_lv",                             &battle_config.max_lv,                          99,     0,      MAX_LEVEL,      },
 
Last edited by a moderator:
Back
Top