PDA

View Full Version : Vial droper and mana pickup



masterflash
06-12-2016, 04:41 PM
Hello :) I would like a simple script if someone can make it.

Im standing at a depot mana training and I want the script to:

1.Throw my empty vials on the ground below me
2.Pick up manas from an open depot (i have tons of manas stocked in depot nr 2, i will have this open the entire time)
3. Not close any bps or depots

My issue with the script im using now. Sometimes it bugs and it wont pick up manas etc. So I want a script that works flawless :)

Thank you!

Tirell
06-13-2016, 07:21 AM
1.Throw my empty vials on the ground below me

local DropVials = true
local CapToStartDrop = 100

Module.New('DropVials', function(Vials)
if (DropVials) and (Self.Cap() < CapToStartDrop) then
Self.DropFlasks(Self.Position().x, Self.Position().y, Self.Position().z)
end
Vials:Delay(1000)
end)



2.Pick up manas from an open depot (i have tons of manas stocked in depot nr 2, i will have this open the entire time)

You can use xenobot ammo refiller Support -> Eq Manager