[UO Steam] Wood Worker's Key Mover for Lumberjacks

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
Coalfire
Master Scribe
Posts: 56
Joined: Wed Jan 15, 2020 11:51 pm

[UO Steam] Wood Worker's Key Mover for Lumberjacks

Post by Coalfire »

This is a UOSteam Macro for Lumberjackers with Wood Worker's Keys. For Boards and other drops found while Lumberjacking.

It will open your Wood Worker's Keys, Add ALL Boards (Not Logs) as well as, Bark Fragments, Luminescent Fungi, Switches, and Parasitic Plants.

Code: Select all

//Lumberjacker's Friend by Coalfire
//Version 1.0
if not findalias 'WoodWorkersKeys'
  headmsg 'Select Wood Workers Keys'
  promptalias 'WoodWorkersKeys'
endif
useobject 'WoodWorkersKeys'
waitforgump 173511501 15000
pause 500
if @findtype 0x1bd7 'any' 'backpack'
  if @gumpexists 'any'
    while @findtype 0x1bd7 'any' 'backpack'
      pause 200
      replygump 0xa57934d 60023
      waitforgump 173511501 15000
      @target! 'found' 'any' 'backpack'
      pause 1000
    endwhile
  endif
endif
if @findtype 0x318f 'any' 'backpack'
  if @gumpexists 'any'
    while @findtype 0x318f 'any' 'backpack'
      pause 200
      replygump 0xa57934d 60023
      waitforgump 173511501 15000
      @target! 'found' 'any' 'backpack'
      pause 1000
    endwhile
  endif
endif
if @findtype 0x3191 'any' 'backpack'
  if @gumpexists 'any'
    while @findtype 0x3191 'any' 'backpack'
      pause 200
      replygump 0xa57934d 60023
      waitforgump 173511501 15000
      @target! 'found' 'any' 'backpack'
      pause 1000
    endwhile
  endif
endif
if @findtype 0x2f5f 'any' 'backpack'
  if @gumpexists 'any'
    while @findtype 0x2f5f 'any' 'backpack'
      pause 200
      replygump 0xa57934d 60023
      waitforgump 173511501 15000
      @target! 'found' 'any' 'backpack'
      pause 1000
    endwhile
  endif
endif
if @findtype 0x3190 'any' 'backpack'
  if @gumpexists 'any'
    while @findtype 0x3190 'any' 'backpack'
      pause 200
      replygump 0xa57934d 60023
      waitforgump 173511501 15000
      @target! 'found' 'any' 'backpack'
      pause 1000
    endwhile
  endif
endif
replygump 0xa57934d 0
@canceltarget!
Elijah Ray
Adept Scribe
Posts: 46
Joined: Mon Mar 01, 2010 11:33 pm
Location: Ohio, United States

Re: [UO Steam] Wood Worker's Key Mover for Lumberjacks

Post by Elijah Ray »

Awesome! Thanks! :dance
Knight of Truth [KOC] knights of Christ Guild
Post Reply