NPC AoE Aggro
I have a boss that spawns adds...
adds are same faction as boss... boss has an AoE that aggros the adds to him? then they fight each other... I have tried setting the npc_aggro field to 0 and 1 on both npcs, but it doesn't change anything...I don't want to remove the AoE because it's needed for the event... anyone have a similar problem here? any suggestions? thanks Kimura |
Quote:
I wrote something up for you because I'm a bit bored waiting for my GF to finish a test. This would solve your problem if you changed that AoE to a single target spell. This way every client on the bosses hate list will be technically casting the spell on themselves. I used "SpellFinished" instead of "CastSpell" so there's no cast time. It should achieve the same effect. I copy and pasted the SpellFinished in case you aren't sure what those values mean. Note: Since this works on the hate list.. healers hiding behind walls will get hit by this too. Code:
sub EVENT_COMBAT { |
hmm interesting...I will try this out thanks a lot!
|
If you have the info for the adds, you might try making the adds immune to magic, cast the spell, and then reset the immunity.
|
All times are GMT -4. The time now is 11:12 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.