Back to "archery" skill

Move bolts and arrows to your quiver by Jaseowns

# Move bolts and arrows to your quiver by Jaseowns # UO Outlands # Description: # The findlayer of quiver didn't work so # we just check self using the id. @setvar! globalWaitTime 650 // quiver - the name does not work if findtype 12215 self as myQuiver while findtype "crossbow bolt" backpack as bolts overhead "Moving bolts" 88 lift bolts 60000 drop myQuiver -1 -1 -1 wait globalWaitTime endwhile while findtype "arrow" backpack as bolts overhead "Moving arrows" 88 lift bolts 60000 drop myQuiver -1 -1 -1 wait globalWaitTime endwhile endif