Best way to raise meditation? 6/25/2010

Topics related to Second Age
User avatar
son
UOSA Donor!!
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

Post 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.
Image
rdash wrote:BLACKFOOT STAY AWAY FROM MY FRIENDS OR MEET A BLADE OF VANQUISH AND ADDITIONAL TACTICS

User avatar
nightshark
UOSA Subscriber!
UOSA Subscriber!
Posts: 4550
Joined: Mon Apr 20, 2009 10:47 pm

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

Post 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)
<green> grats pink and co. .... the 3 of you f---ing scrubs together can blow up a bard. IMPRESSIVE

User avatar
rouss
Posts: 414
Joined: Wed Apr 15, 2009 12:16 pm

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

Post 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.
Chesapeake Nov. 1998 — July 2000
Second Age Feb. 2009 —

User avatar
Faust
Posts: 6247
Joined: Mon Sep 22, 2008 7:01 pm

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

Post by Faust »

Best Meditation Gain Chance = Int * (( 100 - meditation ) * 0.01)

The chance to gain scales accordingly from that point.

Pappy
Posts: 29
Joined: Sun Apr 25, 2010 7:57 pm

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

Post 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.

Post Reply