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.
Best way to raise meditation? 6/25/2010
- son
- UOSA Donor!!
- Posts: 3329
- Joined: Sun Nov 16, 2008 8:15 pm
- Location: I put an r in it http://my.uosecondage.com/Status/Player/67484
Re: Best way to raise meditation? 6/25/2010

rdash wrote:BLACKFOOT STAY AWAY FROM MY FRIENDS OR MEET A BLADE OF VANQUISH AND ADDITIONAL TACTICS
- nightshark
- UOSA Subscriber!
- Posts: 4550
- Joined: Mon Apr 20, 2009 10:47 pm
Re: Best way to raise meditation? 6/25/2010
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 raisingIzual wrote:Apparently the formula for working Meditation (from what i've read on the forums) is:
approx.. 120-(med skill)
to finish off repeatedly cast poison or ebolt (ebolt is a bit cheaper but more time consuming)
<green> grats pink and co. .... the 3 of you f---ing scrubs together can blow up a bard. IMPRESSIVE
Re: Best way to raise meditation? 6/25/2010
i recommend to use this formula:
example: you have 64.9 med and 83 int. so your sweet spot is gonna be
works fine for me.
Code: Select all
mana needed = ((100 - round(current meditation skill)) * 0.01) * int + 5;
Code: Select all
(100-65)*0.01*83+5 = 34 mana
Chesapeake Nov. 1998 — July 2000
Second Age Feb. 2009 —
Second Age Feb. 2009 —
Re: Best way to raise meditation? 6/25/2010
Best Meditation Gain Chance = Int * (( 100 - meditation ) * 0.01)
The chance to gain scales accordingly from that point.
The chance to gain scales accordingly from that point.
Re: Best way to raise meditation? 6/25/2010
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.