[UOSteam] Alamiester's AutoDirtToBowl v0.2

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
Alamiester
Legendary Scribe
Posts: 279
Joined: Wed Jan 04, 2017 8:49 pm

[UOSteam] Alamiester's AutoDirtToBowl v0.2

Post by Alamiester »

v0.2 - adjusted so that it checks within bags in your backpack for bowls.

Code: Select all

//Alamiester's AutoDirtToBowl v0.2//
//14DEC2017//
@usetype  '0x15fd' 'Any' 'Backpack' '3'
waitingfortarget
waitfortarget 1000
while @findtype! '0x15fd' 'Any' 'Backpack' 'Any' '3'
  @usetype '0x15fd' 'Any' 'Backpack' '3'
  pause 200
  targettile 'last'
  waitingfortarget
  waitfortarget 400
  sysmsg 'One bowl filled with dirt.' 20
  pause 400
endwhile
@canceltarget!
Post Reply