battlerodent
New member
- Joined
- Mar 13, 2006
- RedCents
- 22¢
As the title says? Any way to mark spells for undead only? For my cleric to burn extra mana when exp camping or such.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

There is no data type for undead within MQ2 at all... nor is there likely to be anytime in the forseeable future. (baicly... no.. as lizardboy said)
Just not sure how useful it really would be.Its doable its just has such a limited use it doesn't pass the criteria to make it into kiss. I have a check list that features need to pass in order to Keep It Simple Stupid otherwise Kiss would not be as easy to use as it is now.

downshit1=if (${Target.Body.Name.Equal[undead]} && !${Me.Sitting} && !${Me.Casting.ID} && ${Me.PctMana}>80) /casting Dismiss Undead
OP could use a holy to accomplish this. This is taken from my 105 pally ini
holyshit23=/if (${Target.Body.Name.Equal[Undead]} && !${Cast.Ready[Consecration]} && ${Cast.Ready[Doctrine of Rescission]} && ${Target.PctHPs}>1 && ${Target.PctHPs}<99) /casting "Doctrine of Rescission"
holyshit24=/if (${Target.Body.Name.Equal[Undead]} && !${Cast.Ready[Consecration]} && !${Cast.Ready[Doctrine of Rescission]} && ${Cast.Ready[Abrogate the Undead]} && ${Target.PctHPs}>1 && ${Target.PctHPs}<99) /casting "Abrogate the Undead"
holyshit4=/if (${Target.Body.Name.Equal[Undead]} && ${Me.AltAbilityReady[2018]} && !${Target.Buff[Helix of the Undying].ID} && !${Target.Buff[Restoring Counterbias Slow II].ID} && !${Target.Buff[Turgur's Swarm].ID} && !${Target.Buff[Death's Malaise].ID} && !${Target.Buff[Diminishing Helix Rk. II].ID} && !${Target.Buff[Dreary Deeds].ID}) /alt activate 2018
holyshit6=/if (${Target.Body.Name.Equal[Undead]} && ${Cast.Ready[Consecration]} && ${Target.PctHPs}>1 && ${Target.PctHPs}<99) /casting "Consecration"
