View Full Version : How to make a simple depositer
kontgat
12-13-2015, 05:21 PM
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?
shadowart
12-13-2015, 05:28 PM
Walker->Advanced Waypoints->Deposit Items. Set the depot destinations for items in the looter settings.
kontgat
12-13-2015, 05:46 PM
Walker->Advanced Waypoints->Deposit Items. Set the depot destinations for items in the looter settings.
Oh my lord. Couldn't get any easier I suppose lol. Thank you very much dear sir!
kontgat
12-13-2015, 05:48 PM
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?
Nakuu
12-13-2015, 06:00 PM
You can write a one liner that checks for a cap, if it's below certain amount it just leaves the cave (or whatever).
if Self.Cap() < 200 then Walker.Goto("Leave") end
You'll of course need a proper label in Walker to make it work ;)
kontgat
12-13-2015, 06:09 PM
You can write a one liner that checks for a cap, if it's below certain amount it just leaves the cave (or whatever).
if Self.Cap() < 200 then Walker.Goto("Leave") end
You'll of course need a proper label in Walker to make it work ;)
Ah I see. it says; (GoTo "leave") so it's kind of two scripts merged into 1, right? The one that is endlessly making rounds and exping, and the other that only activates/kicks in when you hit a specific cap?
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.