Change Max Level Cap Setting?

Hadeszeus

New member
Messages
651
Points
0
Location
Philippines
Kanina ko pa hinahanap sa mga files and sa forum wala akong makita or siguro di ko matyambahan ang keyword. Saang config file ko to babaguhin? 

 
Nasa exp.txt yung Max Leve cap setting.

Code:
//Base - 3rd Jobs, Baby 3rds//Note: (First 98 values [Level 1 - 98] are dummy values (used Adv Jobs values), because 3rd classes start at level 99.)175,4054:4055:.......................
 
Last edited by a moderator:
Kanina ko pa hinahanap sa mga files and sa forum wala akong makita or siguro di ko matyambahan ang keyword. Saang config file ko to babaguhin? 

Here's a step on how to change max level

  1. open map.h and find
    Code:
    #define MAX_LEVEL 150
    change 150 to your preference
  2. If using pre-renewal go to db/pre-re and if renewal go to db/re
  3. find and open exp.txt
  4. if you only want to change transcendent class max level (this is only an example) find this
    Code:
    //Base - Trans Jobs	99,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011
    and change the 1st input the "99" to the level you have set on your map.h
  5. Don't forget to recompile

 
Kanina ko pa hinahanap sa mga files and sa forum wala akong makita or siguro di ko matyambahan ang keyword. Saang config file ko to babaguhin? 

Here's a step on how to change max level

  1. open map.h and find #define MAX_LEVEL 150
    change 150 to your preference
  2. If using pre-renewal go to db/pre-re and if renewal go to db/re
  3. find and open exp.txt
  4. if you only want to change transcendent class max level (this is only an example) find this
    Code:
    //Base - Trans Jobs	99,4001:4002:4003:4004:4005:4006:4007:4008:4009:4010:4011
    and change the 1st input the "99" to the level you have set on your map.h
  5. Don't forget to recompile
Maraming Salamat sa step by step guide mo. Pang newbie talaga!
default_smile.png


@Jezu Thanks Sir.

 
Back
Top