Log in

View Full Version : Mana pot magic trainer script



lol098
09-05-2013, 05:31 PM
Are there any script that uses mana pots for magic level training?

Buy pots, use spell, sell vials then buy mana pots and repeat?

Are there any of these type of scripts?

lol098
09-05-2013, 07:17 PM
Reserved

dam2505
05-06-2016, 05:26 PM
anybody has script ?

Bobby32500
05-13-2016, 07:53 PM
local PotionMP = 238 <<< the potion you want to buy
local Crystal = 3043 <<< this is crystal coins id

while true do
if (Self.ItemCount(PotionMP) < (126)) then --<<< this checks the amount to buy more, so if it is 126 it will buy more, change if --u ---have a lower cap
Self.ShopBuyItem(PotionMP, (25)) --<< the amount to buy
wait(750,1200)
Self.ShopSellAllItems(284) ---<< the id of the flask to sell, this will sell all of them when u buy more

elseif (Self.ItemCount(Crystal) <= (5)) then --<< this is the amount of crystal coins you want to log out at.
Self.Logout()

end
Self.Cast("utana vid", 440) --<< this is the spells youll cast
wait (800,1200)
Self.Cast("exura vita", 160)
wait (800,1200)
end

---- for mana to be restored go on xenobot choose support (healing) and put the potion id and % u want to heal your mana i like to choose 80%