Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Miscellaneous => Topic started by: Patzy on September 01, 2014, 05:45:59 pm
-
Hi,
I'm currently trying to find out how guild-emplems are put on those guild-specific items like Renowned Guild Tabard or Cloak of Coordination, and how it might be possible to make these items work on WoW 3.3.5 for our roleplaying server project.
Is there anything known on the issue? Search function didn't help.
Thanks in advance,
Patzy
-
I haven't really delved into this but I believe you would have to create a new item subclass.
-
I haven't really delved into this but I believe you would have to create a new item subclass.
The guilds post-3.3.5a are much more complex than a mere item subclass.
-
Things like texture replacement are pretty hardcoded into the client. You can try slapping different texture types onto models, but it likely won't do stuff. Most likely, the tabard texture type is only replaced on unit models, not anything else. Try taking the tabard geoset, look at the texture type, slap that on a constantly visible geoset.
-
Hm, that seems not that viable :S