Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: srvory on December 16, 2014, 02:20:58 am

Title: [QUESTION] Need some help to make my server Level 90
Post by: srvory on December 16, 2014, 02:20:58 am
Hello everyone and sorry for my english!

I'm looking for someone who can tell me which files i need to edit to make my server 3.3.5a up to max level 90 and see the XP bar.

I need to know which files need to modify in the core and db (appart of player_xp_for_level) and how i can see de XP bar.

when i modify reputationframe.lua and insert into a patch wow crash and say an error on interface/framexml...



I have the last trinity core repo.
Thanks so much everyone!
Title: Re: [QUESTION] Need some help to make my server Level 90
Post by: Amaroth on December 16, 2014, 02:23:58 am
I am not sure about xp bar, you will have to do something to make it work after lvl 80 and I just can't remember what and where, but both max and start levels are stored in wolrdserver.conf. Its not in DBC, neither in DB. Just config file.
Title: Re: [QUESTION] Need some help to make my server Level 90
Post by: Kaev on December 18, 2014, 08:31:11 am
Did this along time ago, probably at the BC/early WotLk time. :s I'm sure, that i had ManGOS and only edited something in the database. TrinityCore wants to be as blizzlike as they can, so i bet they read it from the DBCs, but i'm not sure.
Title: Re: [QUESTION] Need some help to make my server Level 90
Post by: Amaroth on December 18, 2014, 09:44:43 am
Code: [Select]
#    MaxPlayerLevel
#        Description: Maximum level that can be reached by players.
#        Important:   Levels beyond 100 are not recommended at all.
#        Range:       1-255
#        Default:     80
Worldserver.conf. TC2, rev 53.