• 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 - Conditional check for if you are currently in a raid?

EQbackagain

Member
Joined
Nov 2, 2016
RedCents
1,651¢
Just wondered if there was a way to check this state at all. I currently have item buffs that I use when soloing that automatically get refreshed that I don't need in raid due to better buffs.

If I could use a conditional check to not cast if I am in a raid that would be cool.
 
Yes...

I put a check into KissAssist to make sure you are not in a raid when kicking off GroupEscapeOn routine (Evac the group if MainAssist is dead and you have agro.. as a druid or wizard)

Rich (BB code):
/if (${GroupEscapeOn} && ${Select[${Me.Class.ShortName},WIZ,DRU]} && (${Raid.Members}==0)) /call GroupEscape
 
Buff1=whatever item buffs name is|Me
BuffCond1=${Raid.Members}==0

See what happens when ya don't have coffee in the morning... you just answer part of the question (like i did) and not provide specific example of the actual formatted question..
( I'm flogging myself at the moment in repentance of my horrid error ) ... GET YA MIND OUTA THE GUTTER....

Thanks EQMULE...

If i had read it after my pumpkin spice coffee... it would have been answered properly.
 
I just realised it's in my mq2melee holyshit section. Hopefully the same condition works there!
 
Question - Conditional check for if you are currently in a raid?

Users who are viewing this thread

Back
Top
Cart