View Full Version : how can i set depositer in xeno
guys how can i set items to make xeno deposite while botting i tried to find any thing like that but cant lol
use the Self.DepositItems function, e.g. your lua might look like
elseif (labelName == "DepositItems") then
-- Deposit Items; 0 for first bp (stackables), 1 for second bp(non-stack)
Walker.Stop()
Self.ReachDepot(5)
Self.DepositItems({6097, 0},{6098,0},{6126,0},{10302,0},{236,0})
Self.DepositItems({7397,1},{9205,1},{2995,1},{5461 ,1},{6096,1},{6095,1},{5706,1})
Walker.Start()
If you're new to scripting here's a nice tutorial:
https://www.youtube.com/watch?v=1Hquf2URnGI
use the Self.DepositItems function, e.g. your lua might look like
elseif (labelName == "DepositItems") then
-- Deposit Items; 0 for first bp (stackables), 1 for second bp(non-stack)
Walker.Stop()
Self.ReachDepot(5)
Self.DepositItems({6097, 0},{6098,0},{6126,0},{10302,0},{236,0})
Self.DepositItems({7397,1},{9205,1},{2995,1},{5461 ,1},{6096,1},{6095,1},{5706,1})
Walker.Start()
If you're new to scripting here's a nice tutorial:
https://www.youtube.com/watch?v=1Hquf2URnGI
thanks
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.