Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: stoneharry on November 01, 2013, 08:59:25 pm

Title: [QUESTION] Adding a new spell visual
Post by: stoneharry on November 01, 2013, 08:59:25 pm
I was wondering what is the exact process to adding a new spell visual?

I have messed with the spell visual DBC's to try and create a new ID but I am unsure how it all links together and it is not easy to debug what you have missed.

Replacing existing M2's works fine so I know the model is fine. I need to add a new entry however and link it together somehow.
Title: Re: [QUESTION] Adding a new spell visual
Post by: schlumpf on November 02, 2013, 11:29:56 am
Per Model: SpellVisualEffectName: Add you models with params.
Per Phase of Spell cast: SpellVisualKit: Chose animation ids, sound, add effect ids for different locations.
Per Spell: SpellVisual: reference those events you want from SpellVisualKit, leave others null.
Per Spell: Spell: reference SpellVisual entry.