SphereCommunity

Full Version: How Do I Adjust Meditation To Fill Mana @ a Faster Rate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all.. How & where do I adjust the Meditation skill to refill mana faster or set it to refill faster at GMed Skill Lvl say 10 percent or so faster in 51a? Also would anyone possibly have an item script example I could have for an item like a ring or clothing that will refill mana at a quicker rate.
Thanks a bunch!
Maybe you can use a timer to adujst the cont's mana.
on=@SkillSuccess
if (<src.action>=46)
src.mana=<src.mana>+(LVx)
return 1
endif
return 0
Reference URL's