Tired of casting Warp Portals to give way to your guildsmen to AGIT?
This macro plugins will help:
NOTE:
This skill will work only for those characters with Warp Skills and if you have installed the macro interpreter.
your macros.txt format:
automacro warp {
location mapname x y <<<< where you want to stand along w/ your guildsmen
delay 30
call wportal
}
macro wportal {
sl 27 x y <<<< replace x & y the by coordinates
warp n <<<< replace "n" by the warp location from your warp list.
sl 27 x y
warp n
sl 27 x y
warp n
}
************HINT***************
make your lockmap and coordinates to be the same with "location mapname x y"
this will make your bot cast the skill only in the location.
modify this at your own risk....