Modcraft - The community dedicated to quality WoW modding!

Content creation => Modelling and Animation => Topic started by: vitalic on January 25, 2012, 04:50:23 pm

Title: Remove arena flags?
Post by: vitalic on January 25, 2012, 04:50:23 pm
talking about these flags:

(http://t2.gstatic.com/images?q=tbn:ANd9GcR9F5RXzJNjiPkBKwOiEKCVx5Vjawix0k3v5gWsOab4BKaogGX1N_vDmPDcbw)

what would be a good way to go about removing them? i know the model but not sure how you would go about deleting the model without messing up the game, or whether it would be easier to "blank" it out somehow
Title: Re: Remove arena flags?
Post by: vitalic on January 25, 2012, 05:07:01 pm
was planning to do it on live yes, i've found the models/textures so even if you couldn't prevent them being enabled could you not swap the models to something not visible, for example?
Title: Re: Remove arena flags?
Post by: inico on January 25, 2012, 05:28:55 pm
You can edit "GameobjectDisplayInfo.dbc" and change the flag display id for an invisible model (like the Invisible Stalker, but without collision). It's easy.

Bye :)
Title: Re: Remove arena flags?
Post by: vitalic on January 25, 2012, 05:39:38 pm
Quote from: "inico"
You can edit "GameobjectDisplayInfo.dbc" and change the flag display id for an invisible model (like the Invisible Stalker, but without collision). It's easy.

Bye :)

thank you, do you know if this file is protected?
Title: Re: Remove arena flags?
Post by: inico on January 25, 2012, 05:48:36 pm
Quote from: "vitalic"
Quote from: "inico"
You can edit "GameobjectDisplayInfo.dbc" and change the flag display id for an invisible model (like the Invisible Stalker, but without collision). It's easy.

Bye :)

thank you, do you know if this file is protected?

Protected? what do you mean?
Is it a 4.x model edit? If so, use MD5 Protection remover (but in cataclysm, some people said that they were banned for model edit).
Title: Re: Remove arena flags?
Post by: vitalic on January 25, 2012, 11:08:32 pm
Quote from: "inico"
Quote from: "vitalic"
Quote from: "inico"
You can edit "GameobjectDisplayInfo.dbc" and change the flag display id for an invisible model (like the Invisible Stalker, but without collision). It's easy.

Bye :)

thank you, do you know if this file is protected?

Protected? what do you mean?
Is it a 4.x model edit? If so, use MD5 Protection remover (but in cataclysm, some people said that they were banned for model edit).

Hm, I could not find it in gameobjectdisplayinfo.dbc, i think its a spell not a game object, i found it here:

Code: [Select]
3268,"Arena - Gold Flag (Horde)","spellsGoldHordeflag_spell.mdx",0,1.000000,1.000000,

http://svn2.assembla.com/svn/smartymang ... me.dbc.CSV (http://svn2.assembla.com/svn/smartymangos/libs/mangos/dbc/csv_store/SpellVisualEffectName.dbc.CSV" onclick="window.open(this.href);return false;)

do you think i can change it to another spell?