Quote:
Originally Posted by ForgottenRelic
I am currently working on creating a very dirty salvage function for the vaettir bot... I have currently tried to copy and edit the dragon moss salvage function with the addition of just purples and blues right now. the only thing I am confused on is I want it to salvage after every run where it teleports from jaga to bjora.. I am currently looking at where exactly to call for the function (salvage)
|
try to identify the loot function in the combat loop something like this
Out("Looting")
CustomPickUpLoot()
after the bot has picked up loot is a good time to salvage
if you want to do it between zoning something like this(although you ofc gotta make sure that its the correct one)
WaitMapLoading($MAP_ID_BJORA)