Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Nirelz on March 31, 2014, 07:51:48 pm
-
Hey guys,
so i've been searching around in dbc and in trinity core but i cant seem to find any location on where the Flag is located for the green Heroic text on items (Example: item=51876 )
anyhow, If anyone ever edited or made new item Flags would you mind sharing the knowledge or maybe i can buy it from you for a decent price?
I just need to make 2 new flags with 2 diffrent texts for it ^^
-
item_template -> Flags & 0x00000008
Makes green "Heroic" text appear on item
You can not add new flags per se. They are hardcoded into client.
-
i know the flag id and where to edit the current one (framexml) but i was wondering if anyone knew how to bypass and make a custom one then if its hardcoded into the client
-
Only with hacks and a client side addon modifying all tooltips. You can't add them "just like" the existing flag. Stuff like this is hardcoded.