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

Title: [QUESTION] Item flag Heroic
Post 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 ^^
Title: Re: [QUESTION] Item flag Heroic
Post by: Ascathos on April 02, 2014, 01:10:08 pm
item_template -> Flags & 0x00000008

Makes green "Heroic" text appear on item


You can not add new flags per se. They are hardcoded into client.
Title: Re: [QUESTION] Item flag Heroic
Post by: Nirelz on April 03, 2014, 10:51:42 am
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
Title: Re: [QUESTION] Item flag Heroic
Post by: schlumpf on April 03, 2014, 12:23:19 pm
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.