Jump to content

Maxplayerlevel cap 80 to 255 or more than 255?How?


tyk2525

Recommended Posts

I am so new for mangos db.I changed world config file and in db player_levelstats etc.But it is still not working.I asked some server admins and than they sad "you must changed DBC files".after that i searched how can i do it.But i can not find :S...

*If some guys have it, please upload for me? or please help me how can i change max player level cap,one by one?

E-mail : [email protected]

Link to comment
Share on other sites

Editing client DBC files are illegal and not supported here.

And last time I checked, Mangos didn't support levels over 80.

And a last thing, last time I checked, a lot things got really bugged when you got to levels above 80,

I don't remember correctly what it was, but It had to do with the characters abilities or spells that didn't work correctly.

So if you want to use levels above 80, you need to change the core too,

so it can support levels above 80 and not start to be bugged.

But why try to have levels above 80,

you don't get any more new spells or abilities,

only thing that happens is that the characters abilities gets bugged.

Link to comment
Share on other sites

Hmm....

What should i use for it?...

I don't understand your question.

But if you want to change the core,

you acually only need some form of text editor (i prefer notepad++),

and you need to understand how C++ works, to be able to edit the code correctly.

I think there's a patch to prevent mangos from getting bugged at levels above 80,

but don't remember the name, check in the core modification corner.

Then you need to be able to compile the core, but there are plenty of guides for that.

Link to comment
Share on other sites

first get mangos core files then go to dbcenums.cpp and change cap to 255

#ifndef DBCENUMS_H

#define 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

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