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
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


