scriptdev2 / scriptdev2-tbc

ScriptDev2 for TBC
http://www.scriptdev2.com
GNU General Public License v2.0
29 stars 28 forks source link

Shadow Labyrinth #7

Open ScullyNY opened 10 years ago

ScullyNY commented 10 years ago

Second Boss - Blackheart the Inciter ( http://www.wowhead.com/npc=18667 ) -> The Spell Incite Chaos ( http://www.wowhead.com/spell=33676 ) -- > Player can walk and she dosnt attak other players - no spell used.

Third Boss - Grandmaster Vorpil ( http://www.wowhead.com/npc=18732 ) -> Her Voidwalkers run to fast! Speed must be changed.

Hope everyone can help :)

xfurry commented 10 years ago

Both of these are core issue. The first is related to the missing AI implementation for auras SPELL_AURA_MOD_POSSESS, SPELL_AURA_MOD_CHARM, SPELL_AURA_OVERRIDE_CLASS_SCRIPTS, SPELL_AURA_MIRROR_IMAGE The second is related to follow movement speed. This should be easy to fix but we don't know yet the impact of such a change.

Maybe poke @Schmoozerd about this. He has a better core understanding.