Slayer Tinkering Macro

Scarlet Seas

Neophyte
need a macro that sorts slayer butcher knives and trashes the rest. im not good with steam so thought id ask for help
 

Hexoplex

Grandmaster
Uses the crafted Tinkering Tools in your backpack or in 1 bag in your backpack. Does NOT craft extra tools if you run out.


if listexists 'slayertype'
@clearlist 'slayertype'
else
@createlist 'slayertype'
endif
pushlist 'slayertype' 0x13f6
usetype 0x1eb8 'any' 'backpack' 2
waitforgump 0x38920abd 15000
replygump 0x38920abd 22
waitforgump 0x38920abd 15000
replygump 0x38920abd 2
pause 2000
if @injournal 'crafted a slayer' 'system'
@findtype slayertype[0] 0x0 'backpack'
useobject (PUT PLAYER SERIAL HERE)
pause 700
moveitem 'found' (PUT BEETLE SERIAL NUMBER HERE)
ignoreobject 'found'
pause 700
useobject (PUT BEETLE SERIAL NUMBER HERE)
@clearjournal
headmsg 'Slayer Crafted!' 33
pause 2500
else
@findtype slayertype[0] 'any' 'backpack'
moveitem 'found' 0x4007b816
@clearjournal
pause 700
endif

Stand near this trashcan in Brit Crafting Area:
 
Top