[Archive] [QUESTION:Wrath] New Dungeon Difficulty
[Archive] [QUESTION:Wrath] New Dungeon Difficulty
Archived author: Nupper • Posted: 2016-08-06T23:55:15+00:00
Original source
I found code for a third Dungeon Difficulty in the client i was woundering how i could enable it on trinitycore.
I found theses codes in the client
DUNGEON_DIFFICULTY3 = "Epic (Unused)";
UnitPopupButtons["DUNGEON_DIFFICULTY3"] = { text = DUNGEON_DIFFICULTY3, dist = 0 };
I managed to make it visable in-game but atm the button is a dud (I renamed it to Mythic) ![]()
![[Image: adexaa.jpg]](http://i66.tinypic.com/adexaa.jpg)
Archived author: dashker • Posted: 2016-08-07T04:05:14+00:00
Original source
it has an entry in SQL i think, then view the generated documents about trinitycore and you will see how to do it ![]()
Archived author: Nupper • Posted: 2016-08-07T04:20:47+00:00
Original source
I cannot select in my case Mythic...it just display at the moment apparently there is something about Max_Dungeon_Difficulty...but not found it client side.