Jump to content

Unknown spell question


Miloch

Recommended Posts

So there's a script in Ascension that goes something like this:

IF
 OR(5)
StateCheck("ally",STATE_CONFUSED)
StateCheck("ally",STATE_PANIC)
StateCheck("ally",STATE_STUNNED)
StateCheck("ally",STATE_HELPLESS)
StateCheck("ally",STATE_SLEEPING)
 HaveSpell()
THEN
 RESPONSE #100
Spell("ally",)
END

Question is, which spell is it (the ???) that would remove all those states (confused, horror, stun, sleep)? It is probably a cleric spell but could also be a mage spell (cast by Sendai, a cleric/mage). I thought Dispel Magic, but that would have the unwanted effect of removing all beneficial magic as well (on everyone, not just the target). Then again, I guess that might be better than being panicked or unconscious.

Link to comment
Looks like WIZARD_TRUE_DISPEL_MAGIC (spwi326).
Probably right, cheers.
Also, there're couple of mistypes there're ~!Dead("astTargetedBy(") // astTargetedBy(~.
Yeah, we fixed those a while ago (we = erebusant, ScuD or I). Also changed Dead("target") triggers to StateCheck("target",4032) to avoid mishaps.
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...