• 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

Preemptive Strike

jjo1fam

New member
Joined
Jul 20, 2006
RedCents
53¢
Well, I feel safe to post this as I have now used it long enough to collect the exp I needed. This mac is a conversion of one posted by Minen for the Traitor AA mac. Couple of pionts, this is set to use a lvl 65 rog shroud. Sooner or later on this mac you will die, there are wandering mobs in both the zones that will kill ya so i added in a piggyzone to take ya back to illsalin and continue the exping. If someone has some better ideas for it feel free.




Preimptive.mac
|use this at your own risk before it gets nerfed


#turbo 10

Sub Main
/popup This is Minen's Mac originally for traitor converted to Preemptive Strike
/call Mission
/echo waiting 14 seconds for instance to become available
/delay 14s
:loop
/call gm
/if (${Zone.ID}==202) /call Dead
/if (${Zone.ID}==46) /call Dead
/call zonein
/call openchest
/call droptask
/goto :loop
/return

Sub Dead
/zone illsalin
/dely 120s
/return

Sub Mission
/echo Getting Mission
/mission 5112
/return


Sub Openchest
/delay 4s
/target ornate
/delay 5s
/open
/delay 2s
/return


Sub droptask
/echo removing players from task
/declare i int local
/for i 1 to ${Group}
/taskremove ${Group.Member[${i}]}
/delay 0.5s
/next i
/taskquit
/delay 4
/mission 5112
/delay 4
/fade
/return


Sub Zonein
/if (${Me.AbilityReady["Sneak"]}) /doability "Sneak"
/delay 1s
/if (${Me.AbilityReady["Hide"]}) /doability "Hide"
/delay 1s
/switch 1
:wait
/delay 4
/return

Sub GM
/echo checking for GM
/if (${Spawn[gm].ID}) {
/popup Oh crap! GM is here, ill end the macro and camp, but you are probally still banned, remember this is not my fault, you are the one too lazy to get your own AA's
/beep
/beep
/beep
/beep
/camp
/endmac
}
/return
 
I know you said to use with a 65 rogue shroud, wanted to test it with my level 70... aa exp moved very very slow... about .30 % maybe.


Just letting ya'll know. Not sure how good exp is at 65.

macro worked good though ;)
 
Cool Macro, I fixed it up a little bit since it had some spelling errors:

Rich (BB code):
Preimptive.mac
|use this at your own risk before it gets nerfed


#turbo 10

Sub Main
/popup This is Minen's Mac originally for traitor converted to Preemptive Strike
/call Mission
/echo waiting 14 seconds for instance to become available
/delay 14s
:loop
/call gm
/if (${Zone.ID}==202) /call Dead
/if (${Zone.ID}==46) /call Dead
/call zonein
/call openchest
/call droptask
/goto :loop
/return

Sub Dead
/zone illsalin
/delay 120s
/return

Sub Mission
/echo Getting Mission
/mission 5112
/return


Sub Openchest
/delay 3s
/target ornate
/delay 1s
/open
/return


Sub droptask
/echo removing players from task
/declare i int local
/for i 1 to ${Group}
/taskremove ${Group.Member[${i}]}
/delay 0.5s
/next i
/taskquit
/delay 2s
/mission 5112
/delay 1s
/fade
/return


Sub Zonein
/if (${Me.AbilityReady["Sneak"]}) /doability "Sneak"
/delay 1s
/if (${Me.AbilityReady["Hide"]}) /doability "Hide"
/delay 1s
/switch 1
:wait
/delay 3s
/return

Sub GM
/echo checking for GM
/if (${Spawn[gm].ID}) {
/popup Oh crap! GM is here, ill end the macro and camp, but you are probally still banned, remember this is not my fault, you are the one too lazy to get your own AA's
/beep
/beep
/beep
/beep
/exit
/endmac
}
/return
 
Preemptive Strike

Users who are viewing this thread

Back
Top
Cart