[UOSteam] Alamiester's AutoSeedToBox v0.1

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 AutoSeedToBox v0.1

Post by Alamiester »

Code: Select all

//Alamiester's AutoSeedToBox v0.1//
//13DEC2017//
if not @findobject 'SeedBox'
  promptalias 'SeedBox'
endif
pause 500
@removelist 'Seeds'
if not listexists 'Seeds'
  createlist 'Seeds'
endif
@pushlist 'Seeds' 0xdcf // Seeds
while @findtype 0xdcf 'Any' 'backpack' 'Any'
  for 0 to Seeds
    if @inrange 'SeedBox' 2
      if @movetype Seeds[]  'backpack''SeedBox' 'Any' 'Any' 'Any'
        pause 100
      endif
    endif
    if not @inrange 'SeedBox' '2'
      headmsg 'Move closer to Seed Box, Stopping...'
      stop
    endif
    sysmsg 'Moving Seed.' 20
    pause 100
  endfor
  pause 100
endwhile
Luna
Expert Scribe
Posts: 33
Joined: Tue Dec 05, 2017 6:32 am

Re: [UOSteam] Alamiester's AutoSeedToBox v0.1

Post by Luna »

Just making an organizer macro works fine, too.

Move item 0xdcf 'fishing weight' from 'backpack' to 'seedbox'. Play.
User avatar
Alamiester
Legendary Scribe
Posts: 279
Joined: Wed Jan 04, 2017 8:49 pm

Re: [UOSteam] Alamiester's AutoSeedToBox v0.1

Post by Alamiester »

Luna wrote:Just making an organizer macro works fine, too.

Move item 0xdcf 'fishing weight' from 'backpack' to 'seedbox'. Play.
too late, lol. i made this in a bout 2 minutes. im more familiar with these scripts then i am setting up the organizer. :D
Post Reply