Recent Scripts:
Browse by:
Information:
Automatically log out using camping by Jaseowns
# Automatically log out using camping by Jaseowns
# UO Unchained
clearsysmsg
// bed roll id helper
// open 2645
// closed 2647
if findtype "bedroll" backpack as roll
while not findtype "campfire" true
if findtype "kindling" backpack as jindling
dclick jindling
wait 200
endif
endwhile
while not insysmsg "The camp is now secure."
if findtype "campfire" true
overhead "Waiting for secure"
wait 200
else
break
endif
endwhile
if findtype "campfire" true
lift roll 1
droprelloc -1 -1
wait 650
if findtype 2647 true as closedRoll
dclick closedRoll
wait 650
endif
endif
endif
if findtype 2646 true as opendRoll
dclick opendRoll
waitforgump 4290828811 5000
gumpresponse 1 4290828811
endif