Max level problem

Portalcake

New member
Messages
19
Points
0
Age
32
Location
Redmond
Github
Portalcake
Emulator
[Warning]: pc_readdb: Specified max level 175 for job 4054 is beyond server's limit (150).
 
I already changed #define MAX_LEVEL 150 to #define MAX_LEVEL 175 in map.h, also changed in exp.txt (db/re) but this problem persists, anyone can help?
Thanks in advance.
 
Have you recompile your server?
Yes, but the problem still persists 
default_sad.png


 
//Base - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro
//Note: (First 98 values [Level 1 - 98] are dummy values (used Adv Jobs values), because 3rd classes start at level 99.)
150,4054:4055:4056:405
 
150 x 175
 
//Base - 3rd Jobs, Baby 3rds, Expanded Super Novice, and Kagerou/Oboro
//Note: (First 98 values [Level 1 - 98] are dummy values (used Adv Jobs values), because 3rd classes start at level 99.)
150,4054:4055:4056:405
 
150 x 175
Already changed to 175, no effects.

 
Did you "make clean && make sql"?

That error only refferences to the definition of MAX_LEVEL @ map.h, so its most likely the change wasnt taken into consideration when you compiled O.o

 
Did you "make clean && make sql"?

That error only refferences to the definition of MAX_LEVEL @ map.h, so its most likely the change wasnt taken into consideration when you compiled O.o
Yes, I'm running in Windows. 
default_tongue.png
 


I've cleaned the solution and then rebuild.

Now, I'll try download Hercules again from Git and re-start with an unaltered copy.

[Edit] Strangely solved, I've downloaded again a clean copy from Github.

But, thanks for everyone by attention.

 
Last edited by a moderator:
Back
Top