• 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 - Macro to remove specific buffs?

Skyjet2000

Member
Joined
Jul 2, 2011
RedCents
605¢
In particular the TLP "Presence of the Mighty" line of buffs, given by raid targets to lower resists.

It's a debuff, but it's designed as a buff that can be clicked off, but it reapplies every few seconds.
 
The answer kinda depends on what macro's/plugin's you are currently using. If using kissassist
*NEW* - Remove
You can now remove an unwanted long duration buff/short duration buff (song window buff) using the new REMOVE argument.
syntax: Spell Name|Remove See example below.
Rich (BB code):
Buffs6=Illusion: Plaguebringer|Remove
For a complete KissAssist guide click here


If not using kissassist, are you using MQ2Melee?
An MQ2Melee holyflag with the right command should detect and remove a buff. I would have to research the exact syntax.
 
Kiss doesn't process the buff routine during combat so that wouldn't work. holyshit would be the way to go.
 
Yeah I already saw it didn't work via Kissassist.
I am a total basic bitch when it comes to holyshits though. Took me SO LONG to figure out the correct syntax just for switching out Primal weapons.
 
I would have thought with Kiss 9 Maskoi would have rather coded a check in the DPS routine for PC debuffs to click off vs promote mq2melee. Hell hath frozen over.
 
No Kiss was designed to do the most common stuff a group would do. The fucked up weird complicated shit was always meant to be handled by holy/downshits.

It annoys me when 15 people post holy/downshits on stuff that Kiss already does.

As always in regards to TLP. I am not a big fan those servers. Not the people playing on them just the servers. Its 2016 not 2001.
 
Last edited:
Thread necro, sorry about that. Just getting my ass kicked by damage shields. Not sure of the best way to go about setting up debuffs for those with my druid.

Any tips would be super appreciated!
 
Thread necro, sorry about that. Just getting my ass kicked by damage shields. Not sure of the best way to go about setting up debuffs for those with my druid.

Any tips would be super appreciated!

downshit0=/if (${Target.DSed}) /cast YourDispell
 
downshit0=/if (${Target.DSed}) /cast YourDispell

You will want a health check and NPC check as well. Otherwise this will cast on your group members or other PC. Also you may not want it to insta cast as you could click on a mob that has a DS and your Druid would dispel him and pull aggro when you were not intending.


Sent from my iPhone using Tapatalk
 
Just incase someone might still need to remove a "click-offable" buff, you could use this for things like that:


Rich (BB code):
downshitXX=/if (${Me.Buff[NAME OF BUFF].ID}) /removebuff NAME OF BUFF

Note you may want to put other parameters in there, but this should do the job.
 
One I just added for my war,
Rich (BB code):
holyshit5=/if (${Me.Combat} && ${Target.DSed} && ${Cast.Ready[Terror's Juju]}) /casting "Terror's Juju"

^^^

Doesn't work, i'll update when i fix it later.
 
Last edited:
Question - Macro to remove specific buffs?

Users who are viewing this thread

Back
Top
Cart