[DiscordArchive] is there method in TrinityCore to return all available titles from the title dbc?
[DiscordArchive] is there method in TrinityCore to return all available titles from the title dbc?
Archived author: Hido • Posted: 2019-06-18T12:52:44.871000+00:00
Original source
What it supposed to do : Repeat the attack of the deathknight player but deal 50% of those damage instead of 100%
What it do : The weapon spawn near the dk but dont move and dont attack
Archived author: Hido • Posted: 2019-06-18T12:53:47.121000+00:00
Original source
You can find the script of the spell at the line 737 in spell_dk.cpp
Archived author: Hido • Posted: 2019-06-18T12:54:22.726000+00:00
Original source
https://github.com/ElunaLuaEngine/ElunaT...ell_dk.cpp
[Embed: ElunaLuaEngine/ElunaTrinityWotlk]
Eluna Lua Engine merged with Trinity 3.3.5. Contribute to ElunaLuaEngine/ElunaTrinityWotlk development by creating an account on GitHub.
https://github.com/ElunaLuaEngine/ElunaT...ell_dk.cpp
Archived author: MaxtorCoder • Posted: 2019-06-18T12:56:07.807000+00:00
Original source
How are they not ordered? <@477468968559443999>
Archived author: MR.MUSTACHE • Posted: 2019-06-18T12:58:22.859000+00:00
Original source
28,42
Archived author: MR.MUSTACHE • Posted: 2019-06-18T12:58:29.841000+00:00
Original source
that is not a perfect order
Archived author: MR.MUSTACHE • Posted: 2019-06-18T12:59:24.305000+00:00
Original source
I am wondering
Archived author: MaxtorCoder • Posted: 2019-06-18T12:59:34.451000+00:00
Original source
Well all the titles are loaded into a list so you can just get all of them.
Archived author: MR.MUSTACHE • Posted: 2019-06-18T13:00:07.383000+00:00
Original source
yea that was what I was talking about
Archived author: MR.MUSTACHE • Posted: 2019-06-18T13:00:13.263000+00:00
Original source
where is that list located