• 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

4 more zazoot macs

zazoot

Member
Joined
Sep 7, 2006
RedCents
50¢
if these are tasty, can i have more free months (or hours if you think these suck) ;o

just been digging through my 100s of macs to see which ones i made myself.

You will require: mq2moveutils, some sort of warp (i use mq2rwarp) that uses /warp, and you might want mq2docrack for nostun for the bard mac


i used this when i used to xp using charm.
run this mac on a toon you want to use to grab aggro the moment the pet breaks charm (just keeping it on target constantly)
in this case, it would be a ranger but you can change it for another class. say like a paladin casting a fast stun. etc

Rich (BB code):
#event getit "#*#scowls at#*#" 

sub main
:buns
/consider
/doevents
/delay 1
/goto :buns
/return

Sub event_getit
/cast "Tangling Weeds"
/cast "Tangling Weeds"
/cast "Tangling Weeds"
/doability taunt
/return


Note : the next two macros will exit if you go to the lobby (where you should be bound !) or if the mission ends and you zone into the hive.
the first macro assumes you have song of stone, cacophony, and fortified bellowing, as well as a lute of kelp tide rituals.

Assuming you are a bard..
Start up a DODH mission 69-3 hard (from brovil pallivaneg, in corathus creep, say 'back over' to him), or normal or whatever...
then zone in and start this macro
Rich (BB code):
#turbo  

#Event FUCK "#*#You have entered The Hive#*#"
#Event FUCK "#*#You have entered The Guild Lobby#*#"
  
Sub Main
/docrack noblind on  
/docrack nostun2 on
:begin  
|/face fast heading 15
/face fast heading 120
|/warp loc 145.23 209.33 -22.47
/warp loc -23.61 -6.61 -17.57
/circle on 100
/twist 1 2 3 4
    
:loopstart 
/doevents  
/if ((${Me.Level})==75.1) /alt on
/call GMcheck  
|/if (${Me.Song[Aura of the Muse Effect].Duration.TotalSeconds}!=-18) {
|  /twist stop
|  /stops
|  /delay 15
|  /cast "Aura of the Muse"
|  /delay 35
|  /twist
|  }
/if ((${Me.Buff[Illusion: Air Elemental].Duration.TotalSeconds}<=180)) {
  /twist stop
  /stops
    /delay 5
    /cast item "Kelp-String Lute of Tide Rituals"
    /delay 35
  /twist
  }
/if (${Target.Level}==60) /tar npc next 
/if (${Target.Distance}>220) /keypress esc  
/if (${Target.ID}==FALSE) /tar NPC radius 220
/if (${Me.PctHPs}<=45) /alt act 361

|song of stone
/if (${Me.AltAbilityReady[544]} && ${Target.Level}>60) /alt act 544

|cacophony
/if (${Me.AltAbilityReady[553]} && ${Target.Level}>60) /alt act 553

|fortified bellowing
/if (${Me.AltAbilityReady[357]} && ${Target.Level}>60) /alt act 357

/delay 10  
|/hidecorpse all
/goto :loopstart  
/return  

 
 Sub GMcheck  
 /if (${Spawn[gm].ID}) {  
 /echo Gm detected  
 /beep 
 /beep 
 /beep  
 /alt activate 212 
 /endmac 
 /unload 
 /q  
 }  
 /return  

Sub event_FUCK
/twist stop
/circle off
/alt act 212
/delay 30
/ano
/log
/
/log
/ano
/warp succor
/q
/delay 30
/warp succor
/q
/delay 30
/warp succor
/q
/delay 30
/q
/delay 30
/q
/delay 30
/q
/delay 30
/q
/delay 30
/q
/endm

To mooch safely from the previous macro use this :
join the group that has the bard kiter then zone in and start this macro
Rich (BB code):
#turbo  

#Event FUCK "#*#You have entered The Hive#*#"
#Event FUCK "#*#You have entered The Guild Lobby#*#"
  
Sub Main  
:begin  
:loopstart 
/doevents  
/call GMcheck  
/delay 10  
/hidecorpse all
/if ((${Me.Level})==75.1) /alt on
/goto :loopstart  
/return  

  
 Sub GMcheck  
 /if (${Spawn[gm].ID}) {  
 /echo Gm detected  
 /beep 
 /beep 
 /beep  
 /alt activate 212 
 /endmac 
 /unload 
 /q  
 }  
 /return  

Sub event_FUCK
/warp succor
/q
/delay 30
/warp succor
/q
/delay 30
/warp succor
/q
/delay 30
/q
/delay 30
/q
/delay 30
/q
/delay 30
/q
/delay 30
/q
/endm


if your in south karana, or whereevre (change npc name). and are mass killing and trying to pop a rare named like quillemaine and keep peopel from stealing it.. then use this. basically it doesnt do "Anything" until quillemain pops, then bam your at quillemain !
Rich (BB code):
Sub Main
:qninja
|/echo ${Target.Name}
/if (${Spawn[npc Quillmane].ID}) {
 /target npc quillmane
 /warp target
 /delay 5
 /echo QUILLMANE UP!
 /popup QUILLMANE UP WAKE UP SHIT FACE AND KILL IT!
 /stick moveback 10
 /attack on
 /endm
}
|/warp target
/delay 20
/goto :qninja
/return
 
4 more zazoot macs

Users who are viewing this thread

Back
Top
Cart