You are on page 1of 2

################################ ######FIND MASTER############### ################################ #find master automacro findMaster { timeout 3 console /^I lost my master/ call { $master

= @config (followTarget) do pm "$master" x $.map $.pos } } automacro findMaster2 { timeout 3 console /^Calculating route to find master/ call { $master = @config (followTarget) do pm "$master" x $.map $.pos } } #goto master automacro gotoMaster { pm /x (.*) (.*) (.*)/ call { $pm = $.lastpm if ($pm != $master) stop do move $.lastMatch1 $.lastMatch2 $.lastMatch3 } } #when master is found automacro foundMaster { console /^Found my master!/ call { do pm "$master" clear } } automacro manhole { console /is casting Manhole on/i run-once 1 call taeee } macro taeee { do e sigh do c punya skill dipake yang bener begooo!!! pause 2 do relog 600 release manhole } } automacro antiwarper { console /is casting Warp Portal on/i run-once 1 call bangcattt

} macro bangcattt { do c "Go To Hell For You" pause 2 do relog 600 release antiwarper } }

You might also like