Can anyone please tell me how to make one?
For instance, i want to leave my knight afk in fibula rotworms. And i dont think it's too hard just need some advice! :D
Anyone?
Printable View
Can anyone please tell me how to make one?
For instance, i want to leave my knight afk in fibula rotworms. And i dont think it's too hard just need some advice! :D
Anyone?
Walker->Advanced Waypoints->Deposit Items. Set the depot destinations for items in the looter settings.
Oh btw, does the bot just go to deposit when it hits that line? Like, how do you set it to when it hits a specific cap?
You can write a one liner that checks for a cap, if it's below certain amount it just leaves the cave (or whatever).
lua code:if Self.Cap() < 200 then Walker.Goto("Leave") end
You'll of course need a proper label in Walker to make it work ;)