Jump to content
  • 0
Mau

Help! Max_LVL255/120

Question

4 answers to this question

Recommended Posts

go to this:

Trunk/src/map/battle.c

find this : max_parameter

Edit the 99 to ur desired lvl :

 

	{ "max_parameter",                      &battle_config.max_parameter,                   99,     10,     10000,          },


Like this :
 

	{ "max_parameter",                      &battle_config.max_parameter,                   255,     10,     10000,          },

 

Don't forget to recompile


======================================================================================
 

exp.txt?

I think that's for eathena if im not mistaken..

If your using rathena : You are using one /oops /oops /oops

edit it here :

db\(pre-)re\job_exp.txt


Make sure to edit it accordingly

db\pre\job_exp.txt = for Pre - renewal
db\re\job_exp.txt = for Renewal

Edited by NexusXVI
  • Upvote 1
Link to comment
Share on other sites

i already did that

any answer? always defaulting to 99



is it possible to edit to 255/120? if is it! can some one upload thier map.h and client.conf and exp.txt? thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.