Page 1 of 1

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

Posted: Wed Feb 05, 2020 1:55 am
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!

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

Posted: Wed Feb 05, 2020 5:03 pm
by Elijah Ray
Awesome! Thanks! :dance