View Full Version : MAGIC LVL TRAINER
Angry123
08-13-2012, 01:17 PM
Welcome i'm newbie in Xeno . Who can help me how to do Magic lvl trainer with anty idles, food eater , logout if player on screen ETC?
AND how i can save it and load???
Please for help and thanks :)
dahe0216
08-13-2012, 01:23 PM
function TrainMana(range, spell, drainTo)
if (Self.Mana() >= range) then
if (math.random(1, 5) == 5) then
Self.Say(spell)
sleep(math.random(200,600))
else
return math.random(800, 1700)
end
end
return 300
end
while (true) do
local spell = "SPELL TO MANA TRAIN WITH"
local castAt = Self.MaxMana() - 5
sleep(TrainMana(castAt, spell, castTo))
end
The anti idle and eat food already exists if u right click besides ur EQ and select Tools :)
Angry123
08-13-2012, 01:28 PM
IDk where i should paste it xd..but thx for Your help
Angry123
08-13-2012, 02:32 PM
I really still do not know where paste it / how i can train magic . Can some 1 help more? please
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.