|
Post by Evrea on Jan 9, 2021 4:42:25 GMT -8
Player will need to adjust the Weight in line 32.
if @findtype '0xf39' 'any' 'backpack' 'any' '2' @usetype '0xf39' '0' 'backpack' '1' 1 elseif @findtype '0xe86' 'any' 'backpack' 'any' '2' @usetype '0xe86' 'any' 'backpack' 'any' '2' endif waitfortarget 5000 if direction == 0 targettileoffset 0 -1 0 elseif direction == 1 targettileoffset 1 -1 0 elseif direction == 2 targettileoffset 1 0 0 elseif direction == 3 targettileoffset 1 1 0 elseif direction == 4 targettileoffset 0 1 0 elseif direction == 5 targettileoffset -1 1 0 elseif direction == 6 targettileoffset -1 0 0 elseif direction == 7 targettileoffset -1 -1 0 else headmsg 'No Tools Found!' endif pause 600 if @injournal 'no metal' 'system' headmsg 'Time to Move' pause 2000 @clearjournal endif while weight >= 500 headmsg 'Time to Smelt' pause 1000 endwhile @findtype '0x19b9' 'any' 'backpack' 'any' '2' and weight >= 380 @moveitem 'found' 'mount' pause 600
|
|