Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as text by bzImage ( 18 years ago )
automacro mobsearch_1 {
map pvp_n_8-4
call {
log Mob searching...
do c @mobsearch 1046
}
timeout 20
}
automacro mobsearch_jump {
console /1[(.*):(.*)]/
call {
$xpos = $.lastMatch1
$ypos = $.lastMatch2
log Target found at: $xpos $ypos, jumping...
do c @jump $xpos $ypos
}
}
Revise this Paste