recallHome by flutschi
Related: Lumberjacking
#change this if you want a specific runebook to a serial
@setvar! rBook 8901
@setvar! ressPile 0x500BC9CE
@setvar! shelf 0x4B2F7044
#use runebook
dclicktype 8901 backpack
waitforgump 1551740969
gumpresponse 5
pause 3500
#go into ur inn
say 'room'
pause 500
waitforgump 2393832411
pause 500
if counttype 7127 backpack as logs
overhead 'saved Logs: {{logs}}'
else
overhead 'no logs found..'
endif
#change this for the owner of the inn (co-owner have a different gump)
if name == "Flutschi"
gumpresponse 4
pause 200
else
gumpresponse 5
waitforgump 2393832411
endif
pause 500
gumpresponse 100
pause 500
#smelt if ur a miner
while findtype 6585 backpack
dclicktype 6585 backpack
pause 500
endwhile
#put everything into ress stockpile
menu ressPile 0
waitfortarget
target 'self'
pause 500
#reload
menu shelf 1
pause 200
overhead 'finished'