Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Degen on July 04, 2015, 07:23:53 am

Title: [QUESTION] Heroic class creation requirement?
Post by: Degen on July 04, 2015, 07:23:53 am
Is it possible on Tc2 to have DK's unlocked by an achievement, rather than getting a character to a specific level?
Title: Re: [QUESTION] Heroic class creation requirement?
Post by: Amaroth on July 04, 2015, 10:21:49 am
It is, in core. It is set in config and handled by core itself - there is nowhere else to change this.
Title: Re: [QUESTION] Heroic class creation requirement?
Post by: Degen on July 05, 2015, 03:40:34 am
Where at in the core, if I may ask? None of the .dbc files are worded similar to what I'm looking for.
Title: Re: [QUESTION] Heroic class creation requirement?
Post by: stoneharry on July 05, 2015, 12:41:02 pm
Quote from: "degenesis"
Where at in the core, if I may ask? None of the .dbc files are worded similar to what I'm looking for.

Why would the DBC's handle this? The client can't be trusted to know when you should be allowed to create a DK.

The emulator's code handles it. This commit shows the main places: https://github.com/Asido/TrinityCore/co ... 88e6922d5b (https://github.com/Asido/TrinityCore/commit/f4de7094445bdf8b54b4d43c4bdc0588e6922d5b" onclick="window.open(this.href);return false;)