Jump to content

Broken xp


Recommended Posts

in mangos core files open dbcenums.h change 80 to 255

// Client expected level limitation, like as used in DBC item max levels for "until max player level"

// use as default max player level, must be fit max level for used client

// also see MAX_LEVEL and STRONG_MAX_LEVEL define

#define DEFAULT_MAX_LEVEL 80

// client supported max level for player/pets/etc. Avoid overflow or client stability affected.

// also see GT_MAX_LEVEL define

#define MAX_LEVEL 80

// Server side limitation. Base at used code requirements.

// also see MAX_LEVEL and GT_MAX_LEVEL define

#define STRONG_MAX_LEVEL 80

in mangos conf max player leve lset to 255

add 255 player levelstats , classlevelstats and petlevelstats

ofc atm with 3.3.0 core the bug is that you cant see the xp bar but you can level and get xp so its no problem

if anyone want i can post 255 levelstats and 255 xp gaining to...

hace mucho tiempo, que trabajo con mangoes a lvls +100.

todo lo dicho aqui para la correccion del mangoes es correcto

la gran dificultad es mantener unas stats correctas

long ago, I work with mangoes to +100 lvls.

everything said here to the correct correction of mangoes

the great difficulty is to maintain good stats

Link to comment
Share on other sites

  • 2 weeks later...
then make changes in dbcenums.h and save and complie again

ok the cap on the server is set to 255 and it still will not let anyone gain xp after level 100 and i have switched different cores, rebuilds, and versions 4 times now.

yes i have the data to support to level 255 in my database but for some reason the game does not let players reach level 101 no matter how long they have tried.

Link to comment
Share on other sites

Without mangos code modify you can't set max player level > 100, becuase some dbc data exist only up to level 100 and then stats based at this data start claculated wrongly, also client not 100% stable for level > 100.

That why mangos code specially check andforbig set max players level > 100. Gms can set own level up to 255 if want.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use