• 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 - Cure potion event or holy?

Joined
Jan 28, 2015
RedCents
1,837¢
I have almost beaten the Damsel of decay event basically via brute force but there is set of detrimental dots that specific classes need to cure and not cure from themselves. Is there a plugin or anything that can be ran to click potions of X to cure X dot if it exists or some sort of mq2melee holyshit that can be used? ANy suggestions are helpful thanks :)
 
Not sure if you can cure other characters with potions, KA should be able to use an item for curing, but it is not setup to cure only yourself if it is an item.
 
Mcarpe, are you looking for a holy that will identify which debuff from this event the toon has on it then use a potion until it gets the least detrimental of the debuff options? Something along those lines should work. You could have multiple versions of it with the different mission debuffs that you don't want on specific classes.

holyshit1=/if (${Me.Combat} && ${Me.Buff[INSERT_DEBUFFNAME].} && ${Cast.Ready[POTION]}) /useitem potion_name

I haven't tested this. Not sure where the debuff shows up. Could be in the song window. Also, I cant remember if you need to target yourself first with these potions.
 
yah the holy I think will do it, I will test it out. thanks for the example. I believe the debuffs are popping up in the buff window and the potions are self only w/o having to target yourself so i think this will work.
 
downshit6=/if (${Macro.Name.Equal[kissassist.mac]} && ${Me.SpellReady[Eradicate Disease]} && ${Me.Buff[Withering Physicality XIII].ID} && !${Me.Moving} && !${Me.Casting.ID}) /multiline ; /target ${Me} PC ; /cast "Eradicate Disease"
downshit7=/if (${Macro.Name.Equal[kissassist.mac]} && ${Me.SpellReady[Eradicate Disease]} && ${Me.Buff[Withering Faith XIII].ID} && !${Me.Moving} && !${Me.Casting.ID}) /multiline ; /target ${Me} PC ; /cast "Eradicate Disease"
downshit8=/if (${Macro.Name.Equal[kissassist.mac]} && ${Me.SpellReady[Eradicate Disease]} && ${Target.Buff[Withering Physicality XIII].ID} && !${Me.Moving} && !${Me.Casting.ID}) /cast "Eradicate Disease"

That's my cleric one to cure tank(your target) and self.
 
Question - Cure potion event or holy?

Users who are viewing this thread

Back
Top
Cart