-
Self.ManaPercent = function ()
return math.abs(Self.Mana() / (Self.MaxMana() * 0.01))
end
Module.New('WasteMana', function()
if Self.ManaPercent() >= 50 then -- Mana parcent if higher cast both spells.
Self.Cast('Exevo Gran Mas Flam', 1100)
wait(100)
Self.Cast('Exevo vis hur', 170)
wait(100)
Self.Cast('Exevo Gran Vis Lux', 110)
wait(100)
Self.Cast('Utana Vid', 500)
wait(100)
Self.Cast('Exura Vita',160)
end
end)
Added the offensive spell rotations so it uses mana about as fast as it gains, since im using ultimate mana pots. Might need to add another offensive spell, this should be good though.
Is there any script to pick up pots from say a backpack in a house? Just so when i go afk i can go in my house with greaters and just utana vid/vita.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules