Jump to content
  • 0

How to change Max lvl for this rAthena Revision 17339?


Yoona

Question


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

and i already change this

 

"max_lv",                             &battle_config.max_lv,                          99,     0,      MAX_LVL,

 

to this

 

 

"max_lv",                             &battle_config.max_lv,                          99,     0,      1000,

 

 

and i build it with rAthena9, did i do something wrong?

Edited by Yoona
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

to change the max level. just change only the src\map\map.h

 

then look for #define MAX_LEVEL 160 and change the 1000. then recompile

 

revert your previous changes.

Edited by Brynner
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

build it using rathena-10

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  567
  • Reputation:   18
  • Joined:  04/15/13
  • Last Seen:  

build it using rathena-10

but im using C++ 2008 is it possible?

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...