View Full Version : new to xeno, help with mana training
yoshilicious
11-25-2015, 03:58 AM
Hi!
Iv never used bot before so this will be my first time and im in need of some help.
I wanna train my magic level on my sorcerer, i wanna do it in my house with the pots on the floor, is it possible to make the character refill from the floor meanwhile im boosting?
im willing to pay for it.
Cheers!
BlueIsNotRed
11-25-2015, 08:12 AM
I've send you a pm ;]
nisselord2
11-28-2015, 08:24 PM
I would LOVE this is there any chanse you could "send me a pm" too?
draadloos
11-28-2015, 09:15 PM
Use this lua to pick up mana potions:
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.
next time 1 thread will do ;)
thedragon
01-25-2016, 02:37 AM
I've send you a pm ;]
Can you send me a PM with this information? Im looking to find get a lua script specifically to train magic level.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.