just change x y coords. original coords for first room of jail ))
codice:
set %x1 5280
set %y1 1168
set %x2 5273
set %y2 1168
set %x3 5273
set %y3 1162
set %x4 5279
set %y4 1160
loop:
for %i 1 4
{
set %x %x . %i
set %y %y . %i
repeat
if #systime >= %nextpathfind
{
event pathfind %x %y #charposz
set %nextpathfind #systime + 500
}
sleep 10
until #CHARPOSX = %x && #CHARPOSy = %y
set %nextpathfind #systime
}
sleep 10
goto loop




Commenta