sub LootArrow()
inizio:
Wait(400)
IF UO.CountGround('Arrow') >= 1 THEN
UO.waittargetground('Arrow')
UO.Grab()
END IF
wait (800)
goto inizio
end sub
Ho preso spunto da uno script che avevo visto per far raccogliere al mio pg le frecce che sono a terra ... ma viene fuori una cosa di questo tipo:
usage grab [ammount] [type]
target type to drag all
autotargeting canceled
e poi va in loop li e non prende niente.
Arrow l'ho settata correttamente in Object type ...
Qualcuno riesce ad illuminarmi ?
Grazie.
inizio:
Wait(400)
IF UO.CountGround('Arrow') >= 1 THEN
UO.waittargetground('Arrow')
UO.Grab()
END IF
wait (800)
goto inizio
end sub
Ho preso spunto da uno script che avevo visto per far raccogliere al mio pg le frecce che sono a terra ... ma viene fuori una cosa di questo tipo:
usage grab [ammount] [type]
target type to drag all
autotargeting canceled
e poi va in loop li e non prende niente.
Arrow l'ho settata correttamente in Object type ...
Qualcuno riesce ad illuminarmi ?
Grazie.
Commenta