• 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

Sumraid and Shrinkraid Macros

Mochila

Member
Joined
Aug 31, 2005
RedCents
30¢
Rich (BB code):
|Sumraid.mac


Sub Main

  /declare Raidlist[72] string outer NULL
  /declare raidnumb int outer 1
  /declare numbinraid int outer 0
 
  /varset numbinraid ${Raid.Members}

:loop
   /if (${raidnumb}<${numbinraid} || ${raidnumb}==${numbinraid}) {     
     /varset Raidlist[${raidnumb}] ${Raid.Member[${raidnumb}]}
   /target ${Raidlist[${raidnumb}]}'s corpse
   /delay 2
   /docommand /sum
   /delay 3
   /varcalc raidnumb ${raidnumb}+1
   /goto :loop
   /if (${raidnumb}>${numbinraid}) {
   /target clear
   /delay 2
   /echo Done dragging the raid.
}

/return




Rich (BB code):
|shrinkraid.mac


Sub Main

  /declare Raidlist[72] string outer NULL
  /declare raidnumb int outer 1
  /declare numbinraid int outer 0
 
  /varset numbinraid ${Raid.Members}

:loop
   /if (${raidnumb}<${numbinraid} || ${raidnumb}==${numbinraid}) {     
     /varset Raidlist[${raidnumb}] ${Raid.Member[${raidnumb}]}
   /target ${Raidlist[${raidnumb}]} PC
   /delay 3
   /docommand /size 2
   /delay 5

      /if (${Target.Pet.Name.NotEqual[NULL]}) {
         /target ${Target.Pet}
         /delay 3
         /docommand /size 1
         /delay 5
      }

     /varcalc raidnumb ${raidnumb}+1
   /goto :loop
   }

   /if (${raidnumb}>${numbinraid}) {
   /target clear
   /delay 2
   /echo Done shrinking the raid.
}

/return



These macros assume you have MQ2Size and MQ2Sumcorpse. They will only target raid members and the shrinkraid is especially useful, making everyone less than gnome height, and only you can see the size difference. Usage is
/mac shrinkraid
/mac sumraid

Edit: Attempted to correct the Sumraid.mac so that it now should work (I'm suspended from EQ atm, I'll test whenever I get chance. Thanks Sosafina for bringing it to my attention
 
Last edited:
the shrinkraid will only shirnk them on your screen right? not on theirs? and thanks for these macros, definetly will use them :)
 
*Bump* Need someone to confirm if the Sumraid mac is working or not (Discreetly please) So that I can fiddle with it some more, or leave it alone...No EQ atm for me
 
I tried it the other nite, need to add corpse to it. Inother words when it targets it has to target the member plus "corpse".
 
Next chance I get...I mean WIPE, I will try it....helps to be a rogue in this instance :cool:
 
LoL, the rogue that runs and drags at 650 miles per hour perhaps....

Edit: Run around randomly once you trigger this macro....you're gonna have a *mound* of bodies in one suspicious pile if not
 
You'd be surprised how many people you'd least suspect use MQ. I now know or suspect about 10 people in my guild that MQ. But yes you are right, if used have to make sure I am ONLY one in zone just to be safe, showing off is the major reason people get caught. :eek:
 
Worked like a charm on OMM wipe tonight! I had over 45 corpses in front of me in 2 seconds, was funny. Nice :cool:
 
I'm not exactly the macro wiz so I don't know if this is possible,
but could a group version of the shrink macro be made?
Would be nice for DoN's and some of the spell arcs.
Just a thought but i'd definitely give up the red cents for a group version.
 
Sumraid and Shrinkraid Macros

Users who are viewing this thread

Back
Top
Cart