Log in

View Full Version : manatraining



Drumbomb
05-05-2016, 01:50 AM
So I've tried a few different ways of making the most out of training ml. Basically I'm looking for a way to cast utana vid and then instantly exura vita after this as they dont share gcd.

The self healer will not do this, will only spam one over the other and utana vid needs to be cast first.

Also having everything spam constantly slows down manapotting, not sure if there a way to change that or make it smoother.

With the implement of ultimate potions you lose mana quicker than you gain, which is why I need vita in there and mas flam is as well.

Any suggestions / ideas? Appreciate it :)

Oscagi
05-05-2016, 05:23 AM
So I've tried a few different ways of making the most out of training ml. Basically I'm looking for a way to cast utana vid and then instantly exura vita after this as they dont share gcd.

The self healer will not do this, will only spam one over the other and utana vid needs to be cast first.

Also having everything spam constantly slows down manapotting, not sure if there a way to change that or make it smoother.

With the implement of ultimate potions you lose mana quicker than you gain, which is why I need vita in there and mas flam is as well.

Any suggestions / ideas? Appreciate it :)


Self.ManaPercent = function ()
return math.abs(Self.Mana() / (Self.MaxMana() * 0.01))
end

Module.New('WasteMana', function()
if Self.ManaPercent() >= 95 then -- Mana parcent if higher cast both spells.
Self.Cast('Utana Vid', 500)
wait(200)
Self.Cast('Exura Vita',160)
end
end)


I added the wait(200), idk if u delete this can cast both spells, try it and tell me smth, i didnt test it.

Drumbomb
05-05-2016, 02:02 PM
Self.ManaPercent = function ()
return math.abs(Self.Mana() / (Self.MaxMana() * 0.01))
end

Module.New('WasteMana', function()
if Self.ManaPercent() >= 95 then -- Mana parcent if higher cast both spells.
Self.Cast('Utana Vid', 500)
wait(200)
Self.Cast('Exura Vita',160)
end
end)


I added the wait(200), idk if u delete this can cast both spells, try it and tell me smth, i didnt test it.

Thanks, works very well. I changed the wait to 100 and then it is able to cast 2 exura vitas within the utana vid cooldown. Seems like the best uptime possible. Appreciate it!

Drumbomb
05-05-2016, 02:08 PM
* Added just a line of the same casting but as mas flam previous to utana vid with a wait 100, works smoothly still. Thanks again, will make spending money this weekend very easy ;) hah.

Drumbomb
05-06-2016, 02:24 AM
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.

yoyoa1
05-06-2016, 10:04 AM
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.

Are these scripts safe to use in global?

Drumbomb
05-06-2016, 01:04 PM
yoyoa1

I'm not a scripter nor do I have extensive knowledge on this stuff, so i'm not sure. What do you mean by are they safe to use in global? When I briefly ran the script it worked fine, so are you asking about the safety of your account? It's not hard to do this manually either.

Anyone else have some solid advice? Lol. Thanks

yoyoa1
05-07-2016, 10:16 AM
yoyoa1

I'm not a scripter nor do I have extensive knowledge on this stuff, so i'm not sure. What do you mean by are they safe to use in global? When I briefly ran the script it worked fine, so are you asking about the safety of your account? It's not hard to do this manually either.

Anyone else have some solid advice? Lol. Thanks

Thanks for it, I used your script with the potion buyer I found in another thread.

Got ML87 to ML96 wasting 19.5kk in 24 hours (ultimate mana potion, life ring, soft boots and food) with a voucher (so 3x faster).

Surprisingly I encountered 4 (maybe 5) players at the place I was and I was afk for just one guy so I didn't get mass reported, let's see if I'll survive the cip automatic ban tool :P

Potion buyer:
http://forums.xenobot.net/showthread.php?42458-Potion-next-to-the-shop&highlight=mana

Drumbomb
05-08-2016, 12:37 AM
yoyoa1 Nice. I transported all my pots to my house which players cant see me from and had it just pick up from ground/drop vial. Think I spent around 13kk and went from ml 91 to 97. Took me about 16 hours~ hunted the rest xD. Majority of mages on my server were all doing this anyway, couldn't find a druid for the life of me to teamhunt as they were all mana training lol. Time to make another 20kk before next event ;)

l4z
06-02-2016, 03:14 PM
@yoyoa1 & @Drumbomb
Still have this characters or deleted?
Just wondering.. :)

Drumbomb
06-04-2016, 05:13 AM
@l4z yup still got it, even been reported multiple times for botting edron heros haha... but reports really aren't all that reliable, cip bans when cip wants to ban :P