[DiscordArchive] Maybe in an dbc file ? or in a lua file ?
[DiscordArchive] Maybe in an dbc file ? or in a lua file ?
Archived author: Intemporel • Posted: 2021-08-28T16:11:28.150000+00:00
Original source
Maybe in an dbc file ? or in a lua file ?
Archived author: Tok124 (CSS Nerd) • Posted: 2021-08-28T16:15:47.684000+00:00
Original source
I know you can toggle xp bar after level 80 with a macro. I believe this is the macro
/script MainMenuExpBar:Show()
/script MainMenuExpBar:SetScript('OnHide', function(self) self:Show() end)
/script MainMenuExpBar.Hide() = function() end
But other than that im not sure
Archived author: Intemporel • Posted: 2021-08-28T16:17:06.485000+00:00
Original source
https://github.com/azerothcore/azerothco...nums.h#L13
[Embed: azerothcore-wotlk/DBCEnums.h at 6bb5a8855ef5c70e905d13595ee137c7d04...]
Complete Open Source and Modular solution for MMO. Contribute to azerothcore/azerothcore-wotlk development by creating an account on GitHub.
https://github.com/azerothcore/azerothco...DBCEnums.h
Archived author: Intemporel • Posted: 2021-08-28T16:18:26.983000+00:00
Original source
It's a core modification finally
Archived author: Valith • Posted: 2021-08-28T16:19:15.790000+00:00
Original source
Thank you, will test it out