Re-Worked Rogue Epic 1.0 Auto Pick Mac

Drowfire

Nothing is Impossible
Joined
Nov 12, 2007
Messages
160
Reaction score
3
Points
18
just tuned a simple pick mac ive found.
just stay behind the npc in kaladim or neriak and start the mac.
once the page has been picked the mac will camp you out.
if gotten aggro while picking the mac will fade you and restart.
when more chars than your rog is in kaladim or neriak the mac will pause for 5min and than restart.

good luck on picking.


Code:
#Event Attacked "#*#YOU for #*# of damage#*#"
#Event Attacked "#*#tries to #1# you, but#*#"
#Event Picked "#*#stained parchment#*#"

Sub Main
:loop
 /Call ZoneCheck
 /doevents
 /if (${Me.AbilityReady[Pick Pockets]}) {
    /tar npc
    /if (${Zone.ID}==42) /tar npc Tani
    /if (${Zone.ID}==67) /tar npc Founy
    /delay 1s
    /doability "Pick Pockets"
    /delay 2s
    /autoinv
 }
 /goto :loop
/return

||----------------------------------
||Picked Page Check
||----------------------------------

Sub Event_Picked
 /icamp
/endmac
/return


||----------------------------------
||Aggro Check
||----------------------------------

Sub Event_Attacked
 /fade
:HoldtillFaded
 /target ${Me}
 /delay 8s
 /if (!${Target.ID}) /goto :HoldtillFaded
/return



||----------------------------------
||Zone Check
||----------------------------------

Sub ZoneCheck

 /if (${SpawnCount[pc]} > 1)  {
      /delay 300s
      }
        /return