• 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 - MGB on burns

1. Hit TB before the fight begins.

2. At the appropriate time, cast the spell/AA

3. Hit MGB

4. Recast it when it pops back up.
 
DPS1=command=/if (${Target.Named}) /multiline ; /mqp on ; /stopcast ; /alt act 35 ; /alt act 447 ; /mqp off

Not tested it, pulled it out my ass... should work, I think :shh:

Or maybe take the "if target" out and make a separate condition for that
 
DPS1=command:/multiline ; /mqp on ; /stopcast ; /alt act 35 ; /alt act 447 ; /mqp off|100|cond10

Cond10=${Target.Named}

That should be the proper syntax for what @ABWar suggested, but I am not sure if it will work or not.
 
if doing it on raids and depending on the raid and number of shm on raids there are diff ways to use ancestral
I used to think it was strictly for the dps increase aspect of it
on some raids thing mgbs for the healing aspect seems to be more beneficial
doing mgb cr, wood, aid, paragon as a preset grp protects entire raid against massive ae (dd and dots), dead toons do no dps at all....
there are times when u have enough of a certain class and u need specifically a dps boost and u go that route

just popping tranq and mgb just because they are up is never a good idea, raid leader prob gonna make requests when to use them
 
Just to add a little to what @dealings said in reference to using this stuff in raids. If you set aside a condition like my reference above Cond10. In your ini set Cond10=False. Then create a hot key that sets it to true. /varset Cond[10] True

So when it comes time for kiss to start using the entry. You just hit your hot key. Now the only issue is setting Cond10 back to False and that can be done in a few different ways. The way I would do it is just add an entry in the section you are casting the MGB from.

DPS2=command:/varset Cond[10] False|100|Cond11

Cond11=${Cond[10]} && ${Me.Buff[SomeBuff].ID}

SomeBuff in Cond11 would be the buff that was cast from turning on Cond10. But it is up to the individual on how they want to check if it is time to set Cond10 back to False.
 
Question - MGB on burns

Users who are viewing this thread

Back
Top
Cart