Meditation

Last-modified: 2014-12-10 (水) 14:16:15
Gaining meditation skill

Like any other skill, meditation can be trained. You gain skill by using the skill or you can buy your first skill points in meditation from a wandering mage or mage guildmaster. From 0 to 12 points meditation will raise very fast. Whether you succeed or fail in the skill, you will still gain. From 12 points onward it becomes a little harder. The chance of successful meditation is directly linked to your mana level. When your skill is low you will only succeed in meditation if your mana level has dropped a little under maximum. The higher your meditation skill gets, the lower you can let your mana drop and still be able to meditate. This is what most people refer to as 'a difficulty based skill'. To actually gain skill you have to meditate when it is hard for you to succeed in the skill. Someone with 80 meditation skill will succesfully meditate if he dropped 10 mana points below maximum, but he will not gain skill, the meditation attempt was too easy for that. To gain skill he would have to let his mana level drop much more before starting to meditate. To calculate at which mana level you should start to meditate for a high chance of skill increase use the following formula:

Mana level percentage for high chance of skill gain = 100 - meditation skill So at 80 meditation skill you would need to let your mana level drop to 20% of it's maximum to gain skill while meditating. You can let it drop 10% more than that, but then you wil most probably fail to meditate. The 'sweet spot' where you can gain skill seems to be between mana levels from (90 - meditation skill) to (120 - meditation skill).
The ONEmortal Liquor Style
What You Will Need

   Around 125 bottles of Liquor. Purchased from Taverns, Provisioners, and Inns.
   Plain leather suit. Total AR = 13

The Macro You Will Use

If ( Mana >= X )
Double Click (bottle of liquor(099B))
Wait for Target
Exec: Target Self
Pause 20.00sec
Else
UseSkill Meditation
Say: GM
Pause 10.50sec
End If

(120 - Current Meditation Skill) = X

  @30, X = 90
  @35, X = 85
  @40, X = 80
  @45, X = 75
  @50, X = 70
  @55, X = 65
  @60, X = 60
  @65, X = 55
  @70, X = 50
  @75, X = 45
  @80, X = 40
  @85, X = 35
  @90, X = 30
  @95, X = 25

More info about this technique can be found here: http://forums.uosecondage.com/viewtopic.php?f=9&t=36007