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

Title: [QUESTION] Guild-Specific Items in 3.3.5
Post 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
Title: Re: [QUESTION] Guild-Specific Items in 3.3.5
Post by: phantomx on September 01, 2014, 06:25:54 pm
I haven't really delved into this but I believe you would have to create a new item subclass.
Title: Re: [QUESTION] Guild-Specific Items in 3.3.5
Post by: kojak488 on September 01, 2014, 09:03:45 pm
Quote from: "phantomx"
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.
Title: Re: [QUESTION] Guild-Specific Items in 3.3.5
Post by: schlumpf on September 01, 2014, 10:45:56 pm
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.
Title: Re: [QUESTION] Guild-Specific Items in 3.3.5
Post by: Patzy on September 06, 2014, 04:57:47 pm
Hm, that seems not that viable :S