Jump to content

Level 255 cap possible?


Guest nevermoreftw

Recommended Posts

100 is only lvls dbc Due to the limitations and customer code, bug shaman.

edit the code to remove the limitation of 100 maxlvl

on exp, arenas, bgs, and other issues that involved the dbc therefore can not be treated here.

google translated from SpanishEscuchar

Leer fonéticamente

Edit DBCEnums.h

// 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 255

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

// also see GT_MAX_LEVEL define

#define MAX_LEVEL 255

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

// also see MAX_LEVEL and GT_MAX_LEVEL define

#define STRONG_MAX_LEVEL 255

Link to comment
Share on other sites

×
×
  • 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