[UOSteam] Alamiester's Toolhouse Filler v0.4u
Posted: Tue Jan 30, 2018 1:31 pm
******************************CATION******************************
make sure you dont have any other axe weapons or
insured items that are in the pushlist in your backpack.
*********************************************************************
make sure you dont have any other axe weapons or
insured items that are in the pushlist in your backpack.
*********************************************************************
Code: Select all
/////////////////////////////////////////////////
//[UOSteam] Alamiester's Toolhouse Filler v0.4u//
//04JUNE2018//////////////////////////////////////
/////////////////////////////////////////////////
//
@clearjournal
@removelist 'toolhouse'
@clearlist 'toolhouse'
if not listexists 'toolhouse'
createlist 'toolhouse'
endif
@pushlist 'toolhouse' '0xf9d' //sewing kit
@pushlist 'toolhouse' '0xe9b' //mortar and pestle
@pushlist 'toolhouse' '0xfbf' //scribes pen/mapmakers pen/engraver
@pushlist 'toolhouse' '0x1034' //carpentry saw
@pushlist 'toolhouse' '0x10e7' //carpentry scorp
@pushlist 'toolhouse' '0x10e4' //carpentry draw knife
@pushlist 'toolhouse' '0x1028' //carpentry dovetail saw
@pushlist 'toolhouse' '0x10e5' //carpentry froe
@pushlist 'toolhouse' '0x102a' //carpentry hammer
@pushlist 'toolhouse' '0x10e6' //carpentry inshave
@pushlist 'toolhouse' '0x102c' //carpentry moulding planes
@pushlist 'toolhouse' '0x1030' //carpentry jointing planes
@pushlist 'toolhouse' '0x1032' //carpentry smoothing planes
@pushlist 'toolhouse' '0x1022' //arrow fletching
@pushlist 'toolhouse' '0x1eb8' //tinker tool kit
@pushlist 'toolhouse' '0x13e4' //blacksmith hammer
@pushlist 'toolhouse' '0xfbb' //blacksmith tongs
@pushlist 'toolhouse' '0xf39' //mining shovel
@pushlist 'toolhouse' '0xe86' //mining pickaxe
@pushlist 'toolhouse' '0xfb4' //prospecters tool
@pushlist 'toolhouse' '0xf43' //lumberjacking hatchet/prospectors axe
@pushlist 'toolhouse' '0xf49' //lumberjacking axe/gargoyles axe
@pushlist 'toolhouse' '0xf47' //lumberjacking battle axe
@pushlist 'toolhouse' '0xf4b' //lumberjacking double axe
@pushlist 'toolhouse' '0xf45' //lumberjacking executioners axe
@pushlist 'toolhouse' '0x13fb' //lumberjacking large battle axe
@pushlist 'toolhouse' '0x1443' //lumberjacking two handed axe
@pushlist 'toolhouse' '0xf97f' //cooking skillet
@pushlist 'toolhouse' '0x103e' //cooking flour sifter
@pushlist 'toolhouse' '0x1043' //cooking rolling pin
@pushlist 'toolhouse' '0xe8a' //glassblowing blow pipe
@pushlist 'toolhouse' '0x12b3' //mallet and chisel
@pushlist 'toolhouse' '0x1eba' //a taxadermy kit
@pushlist 'toolhouse' '0x13f6' //gargoyles knife
@pushlist 'toolhouse' '0x1373' //vet crafting brush
@pushlist 'toolhouse' '0x9f5' //hive tool
//@pushlist 'toolhouse' '0xf51' //(dagger) wax crafting tool color 1151
@pushlist 'toolhouse' '0x13f6' //masters knife
@pushlist 'toolhouse' '0x1029' //cork screw
//@pushlist 'toolhouse' '0xf9f' //(scissors) colored scissors color unk
@pushlist 'toolhouse' '0xfb8' //sturdy pen
for 0 to toolhouse
while @findtype 'toolhouse[]'
@setalias 'tools' 'found'
if not @injournal 'cannot hold' 'system'
pause 200
@usetype '0x22c4' '69' 'backpack' '0'
waitforgump 1513449091 500
@replygump 0x5a356683 60030
waitforgump 1513449091 500
waitfortarget 500
@target! 'found'
else
sysmsg 'That type of tool is full!' 24
stop
endif
endwhile
@replygump 0x5a356683 0
endfor
@canceltarget
@removelist 'toolhouse'
@clearlist 'toolhouse'
@unsetalias 'tools'
@unsetalias 'found'
@clearjournal
sysmsg 'Done with Tool House.'