Jump to content

How To Add Custom Wings ( 3.3.5 )

By pitoc
in Modeling

Recommended Posts

  • 3 weeks later...
On 6/12/2020 at 9:11 PM, WowPatchmen said:

Wings not working like weapon, helm or shoulders. You need use Spell system from this...  SpellVisualKitModelAttach.dbc use Goblin Rocket Pack in the Icecrown Citadel Gunship battle to see how it work.

uh i did everything but didnt work :(  can u send me a tutorial video or anything ? 

Link to comment
Share on other sites

1) You should create spell with permanents duration, death persistent attr.

2) You should put your wing model in any game patch (in would be easier if you put it in spells directory).

3) You should create new line in spellvisualeffectname.dbc with your model and scale.

4) You should create new line in spellvisualkit.dbc. There you should write your model id (from spellvisualeffectname.dbc) in column 4. (from 0)

5) You should create new line in spellvisual.dbc. There you should write your spellvisualkit id (from spellvisualkit.dbc) in column 4. (from 0)

6) Open spell.dbc, find your spell and in spellvisualid_1 you should write your id from spellvisual (from spellvisual.dbc)

 

Now your model should work. If you need to attack wings on another attachment point, you should play with spellvisualmodelattach.dbc

Link to comment
Share on other sites

×
×
  • Create New...