• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Experience Bar level > 80 FIX

Vitrex

Moderator
Hello, emudevs, today i'm again with my researches and today i found how to fix experience bar to show after you reach 80 level.

What we need for that?


  • Notepad ++
  • MPQ Editor.

Open your MPQ editor, and then navigate to

Data/enUS/patch-enUS.mpq

Then follow the path to file we need

Interface/FrameXML/ReputationFrame.lua

Extract this file to your computer and open it with Notepad ++

Find the line

Code:
MAX_PLAYER_LEVEL_TABLE[2] = 80

Edit it to max level you wanna have in your server, or just set it to 255 like that

Code:
MAX_PLAYER_LEVEL_TABLE[2] = 255

Save the file.

Open your MPQ editor once again.


  • Create new .MPQ file , inside create folder named "Interface"
  • Inside this folder create another folder named "FrameXML"
  • Inside FrameXML put your edited ReputationFrame.lua
  • Save / Close your .mpq file.

Enjoy.
 
Top