Jump to content

Recommended Posts

  • 40 years later...
Posted

Hi guys! I was wondering about that, i wont earn EXP after level 80? I edit the default max level from 80 to 85 But no Exp? What need i to do to Earn EP until i reached Level 85?

Posted
Using the search engine would be a great idea,

I always use Search Engine! And i Know Level 100 is max Cap! And I know you need to Edit the Core!

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

// client supported max level for player/pets/etc. Avoid overflow or client stability affected.
// also see GT_MAX_LEVEL define
#define MAX_LEVEL    100

// Server side limitation. Base at used code requirements.
// also see MAX_LEVEL and GT_MAX_LEVEL define
#define STRONG_MAX_LEVEL 255

After this it Should me Work, and i should earn EXP Until Level 85 whats my default_max_level.

In my mangos.conf

MaxPlayerLevel = 85

StartPlayerLevel = 1

But i wont earn EXP thats the Reason why i ask. Where i used the Search button, i found about 5 Threads about that, but not realy Helpfull.

Posted
You need data in DB for XP gain: `player_xp_for_level`

I allready have filled this Table.

INSERT INTO player_xp_for_level VALUES
('79', '6933200');
INSERT INTO player_xp_for_level VALUES
('80', '13866400');
INSERT INTO player_xp_for_level VALUES
('81', '3361600');
INSERT INTO player_xp_for_level VALUES
('82', '3381600');
INSERT INTO player_xp_for_level VALUES
('83', '3401600');
INSERT INTO player_xp_for_level VALUES
('84', '3411600');
INSERT INTO player_xp_for_level VALUES
('85', '3431600');

Not Calculated, at the moment only for Test.

Posted

I wont see the purple Number when if i earn EXP. I know max Cap and Limit is level 100 , but i just want 5 level higher, thats coulnt be a problem.

Is there any Core option to show the Exp bar after level 80?

Posted

Client not support in full rate levels > 80 so can not show some info for characters > 80, for example it not show experience bar. I sure in last case, but not check "purple Number when if i earn EXP". And clearly i am not interested go and check this.

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