Hey is there a lua script for mlvling that will pick up pots from the Ground and would drop vials to BP. @Joshwa534
Thanks For you help
Hey is there a lua script for mlvling that will pick up pots from the Ground and would drop vials to BP. @Joshwa534
Thanks For you help
Hey guys, I am also looking for this kind of script.
I would like to have script that uses manas from browse field(cascading backpack)and opens new backpacks when previous is empty.
I have bought 105backpacks of mana fluids aiming to get magic 85, it is inhuman to soak all those manas with my hands for 4 days.
Making full afk script, for free Pm me
Bump me too this would be great
Use this lua to pick up mana potions:
LUA code:
PotionId = 268
MinPotions = 10
Module.New('pickup potions', function(module)
if (Self.ItemCount(PotionId) <= MinPotions) then
Map.PickupItem(Self.Position().x, Self.Position().y, Self.Position().z, 0, 0, 50)
module:Delay(2500)
end
end)
PotionId is the id of the mana potion, currently set on normal mana potions.
MinPotions is the amount where it will pick up.
It will pickup 50 potions at a time.
Nope, Nothing.
you rock dude!
I dont understand this
Can someone help me out.