Page 2 of 2

Re: Best way to raise meditation? 6/25/2010

Posted: Sat Jun 26, 2010 8:34 pm
by son
If you do it right you will always gm med before magery. I do it all the time when I take stat.

Do what hicha said.

Re: Best way to raise meditation? 6/25/2010

Posted: Sun Jun 27, 2010 2:28 pm
by nightshark
Izual wrote:Apparently the formula for working Meditation (from what i've read on the forums) is:

approx.. 120-(med skill)
actually i orginally wrote 120-med skill for liquor gains, it doesn't work the same with regular casting. 100-med skill works for that. i usually finish my magery off with liquor, but for the most part i just gain it while raising mage/resist. since you can write IF statements in razor, you can keep your mana at a consistent level while raising

to finish off repeatedly cast poison or ebolt (ebolt is a bit cheaper but more time consuming)

Re: Best way to raise meditation? 6/25/2010

Posted: Sun Jun 27, 2010 2:56 pm
by rouss
i recommend to use this formula:

Code: Select all

mana needed = ((100 - round(current meditation skill)) * 0.01) * int + 5;
example: you have 64.9 med and 83 int. so your sweet spot is gonna be

Code: Select all

(100-65)*0.01*83+5 = 34 mana
works fine for me.

Re: Best way to raise meditation? 6/25/2010

Posted: Sun Jun 27, 2010 7:09 pm
by Faust
Best Meditation Gain Chance = Int * (( 100 - meditation ) * 0.01)

The chance to gain scales accordingly from that point.

Re: Best way to raise meditation? 6/25/2010

Posted: Sun Jun 27, 2010 9:21 pm
by Pappy
I never did use liquor to raise med. I suppose it's kind of expensive but I sat in my house and had a macro to cast reveal and med. Simply cast reveal with an IF statement in your macro to med when mana<=target number.