I have a custom rare spawn that pats in the area of my mall.It is faction 14 so it and the other mobs of its faction can fight off another faction.
It is also meant to be a rare spawn 5 man boss on a 2 hr timer.
But for some reason it can fight and cast all it's spells/abilities fine against the other mobs in the area and they do the correct dmg.
then against players the aoe spells hit the ground,but do no damage. and the other spells go off but also do no damage.
Only her melee swings are doing anything.
I have the spelltype,targettype,and type set correctly.I can see no error in the scripting.
Any ideas about a solution to the problem,or has anyone else had this problem in the past?
All help would be greatly appreciated.
Edit: This is what I have. It may help a little more with figuring out the problem.
CREATURE_PROTO -
entry:66666 minlevel: 82 maxlevel: 82 faction:14 minhealth: 674000 maxhealth: 674000 scale:1.5 npcflags: 0 attacktime: 1500
attacktype: 0 mindamage: 2109 maxdamage: 4609 (rest are at 0 untill respawntime) respawntime: 7200000 armor: 10000
all resistances are set to "0" conbatreach: 1.03 bounding_raidius: 1.309
rest is all at "0" except walk,run,fly speed. which doesn't matter.
AI_AGENTS -
(1 example of a spell that is only working when cast on NPC's)
entry:66666 type: 4 event: 0 chance: 50 maxcount: 0 spell: 41072 spelltype: 8 targetttype_overwrite: -1 (I tried 8 | 1 for spelltype and targettype_overwrite which is direct enemy also, but that didn't work either)
cooldown_overwrite: 8000 floatmisc1: 0 float2: 0
NPC attacking me -
http://img12.imageshack.us/my.php?image=rtrtrtr.jpg
Notice I am standing in her aoe but have no debuff and I am taking no damage. This is the same with ALL spells she casts on me, her minions spells work on me. But they do not aggro to me unless I attack them even though their faction is an enemy faction and they are the minions of the NPC attacking me.
NPC attacking another NPC of an opposing faciton -
http://img12.imageshack.us/my.php?image=fhfhf.jpg
The NPC is also standing in the aoe but has the debuff and IS taking damage from all spells.
The minions also correctly aggro onto him when summoned.