Jump to content
  • 0

Changing max lvl.


Killmesoftly

Question


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  73
  • Reputation:   6
  • Joined:  06/16/12
  • Last Seen:  

I always had this doubt, ye i did changed max lvl so many times, but theres something i dont understand.

 

on this link it says... to change 127, to you desired max LVL. okay, but when i go to the src/map/battle.c.

 

5bul.jpg

 

This is what i see 

 

juxb.jpg

 

99, 0, MAX_LEVEL so i am supposed to change MAX_LVL to my desired max lvl? it would be.. 99, 0, 255,? is it just a matter of rvn?

 

sorry, ye probably is a d**b question but.. i really need to clear out this doubt.

 

 

thank you everyone!

Edited by Killmesoftly
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  84
  • Topics Per Day:  0.02
  • Content Count:  550
  • Reputation:   9
  • Joined:  11/06/12
  • Last Seen:  

it can adopt upto level 1000

 

all you need to do is set it in the :

 

trunk/db/re/exp.txt

or

trunk/db/pre-re/exp.txt

 

trunk/conf/battle/client.conf

 

and edit this one

 

// Maximum allowed 'level' value that can be sent in unit packets.
// Use together with the aura_lv setting to tell when exactly to show the aura.
// NOTE: You also need to adjust the client if you want this to work.
// NOTE: Default is 99. Values above 127 will probably behave incorrectly.
// NOTE: If you don't know what this does, don't change it!!!
max_lv: ____
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  73
  • Reputation:   6
  • Joined:  06/16/12
  • Last Seen:  

Theres no trunk/db/pre-re/exp.txt i edited this 

 

//Base - Trans Jobs

255,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011...
 
but it says..
 
2c4w.png
 
4o2h.png
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  491
  • Reputation:   19
  • Joined:  11/19/11
  • Last Seen:  

edit map.h and change level to max level you use in db  /no1

don't forget to compile

Edited by Akbare
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

edit map.h and change level to max level you use in db   /no1

don't forget to compile

 

How can i do that?

Edited by CheckMate
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  398
  • Reputation:   131
  • Joined:  11/10/12
  • Last Seen:  

in "src\map\map.h" find

 #define MAX_LEVEL 160
and change to
#define MAX_LEVEL <level you want>
recompile then this

 

it can adopt upto level 1000

 

all you need to do is set it in the :

 

trunk/db/re/exp.txt

or

trunk/db/pre-re/exp.txt

 

trunk/conf/battle/client.conf

 

and edit this one

 

// Maximum allowed 'level' value that can be sent in unit packets.
// Use together with the aura_lv setting to tell when exactly to show the aura.
// NOTE: You also need to adjust the client if you want this to work.
// NOTE: Default is 99. Values above 127 will probably behave incorrectly.
// NOTE: If you don't know what this does, don't change it!!!
max_lv: ____

 

don't forget to recompile.

  • Upvote 2
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...