Wake the Dead condition

Tested

Premium Member
Joined
Dec 26, 2007
Messages
96
Reaction score
15
Points
8
Hi,
I would love some assistance to get the Wake the Dead nec AA work only if there is 1 corpse around.

I use this, but no success.
Thanks for your help.
Arph

---

Tried :
(${SpawnCount[Corpse radius 35]}>0)
(!${SpawnCount[Corpse radius 35]}==0)
(${SpawnCount[Corpse radius 35]}>=1)
 
lol
Sorry Fry, i was meaning "more than 1 corpse around"
Your solution is derivated from >=1 ? It doesnt fire...
Arph
 
It doesnt fire, Fry...
tried whatever i could think of, no luck so far.
Arph
 
Kill some stuff then type in :

/echo (${SpawnCount[Corpse radius 35]}>1)

What does it return ?

If it is TRUE then the issue is what ever you are using to fire the spell.

If it is FALSE then the issue is with the conditional statement above.
 
I mean, it fires even when there is no corpse...
 
OK it says :
[MQ2] (16>1)
So it seems it works, as i might have 16 corpses available. Checking my macro. Thx for your help.
 
In that case post the full statement and or try commenting out the call to wake the dead and see if something else is casting it.
 
It was a Bot40 bug that i didnt notice.
Conditions in AA section arent working.
Setting it in Debuff section, all is fine.
Arph