Macro KVM FUNCIONANDO
#salvar rachel
#guilhaume
automacro maroll {
location rachel
exclusive 1
run-once 0
call {
do move 145 138
do talknpc 149 138 c c r0 n
release maroll
}
}
automacro bat_roomIn {
location bat_room
exclusive 1
run-once 0
priority 2
call {
$CoorX = @random("166")
$CoorY = @random("173")
do conf route_randomWalk 1
do move bat_room $CoorX $CoorY
pause 1
}
}
automacro talkNowNPCam {
location bat_room 166 173
exclusive 1
run-once 0
call {
do talknpc 164 178 c r0
pause 2
stop
}
}
automacro MoveMinimap {
location bat_room 169 223
exclusive 1
run-once 1
call {
$CoorX = @random("169")
$CoorY = @random("223")
do move $CoorX $CoorY
pause 2
do look @random ("4","5","6")
}
}
automacro JoinPub {
location bat_room 169 223
exclusive 1
run-once 0
call {
do chat join 0
pause
stop
}
}
automacro KVMwaiting {
location bat_c01 52 129
exclusive 1
run-once 0
call {
do talk 9
do talk 10
do talk 11
do talk 12
stop
}
}
automacro ReadyToFight {
location bat_c01
location not bat_c01 50 129 60 120
exclusive 1
run-once 0
timeout 15
call {
do conf route_randomWalk 1
$CoorX = @random("70","81","92","110","74","82","65")
$CoorY = @random("70","69","98","117","76","125","114")
do move $CoorX $CoorY
}
}
automacro SquareAttack {
location bat_c01
location not bat_c01 50 129 60 120
exclusive 1
run-once 0
priority 2
timeout 3
call {
do kill @random("0","3","5","7")
}
}