• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Way to mark dps spells for undead only?

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.
 
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)
 
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)

yes there is.

${Target.Body.Name.Equal[undead]} I used this in into the hills macro to have sk slow undead only.

I'm sure you could write a |undead tag in kiss to only use this if ${Target.Body.Name.Equal[undead]} :) 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.
 
NNNNNoooooooooooooooooo NotSOKiss I am melltting Meeellllting.
 
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.

you could have both a simple macro for most and advanced for others all in one :)

only real usefulness to undead tag would be pally stuns the undead ones are more effective.
 
Last edited:
Hi William12!

If, for instance, I wanted to use this identifier in a downshit, would I have to identify every instance of spell I am using against undead? Or can this be rigged to cast a certain spell gem? Forgive me, I am still learning the syntax. :)

Rich (BB code):
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"
 
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"

I could be mistaken, I'm an absolute noob when it comes to MQ2, but if I recall correctly holyshits don't really work with pure casters because they would have to melee. You would have to make it a downshit and put in another /if to check if it's in combat some other way.
 
Correct, holies are for melee combat. Casters would change to down unless they are meleeing
 
Question - Way to mark dps spells for undead only?

Users who are viewing this thread

Back
Top
Cart