• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Mana Problem

trixia

New Member
Joined
May 18, 2015
Messages
2
Reaction score
0
Hello,

i have a problem with the mana. If i start with level 10 i have 100 mana with my druid. If i level to level 15 i have 100 mana too. I dont know why its not get up.

On the picture you see the problem.

manaprob.jpg


I hope you can help me.
trixia
 
If I had to guess.. your data/xml/vocations.xml does not have any mana or hp gain set-up.
Code:
gaincap="10" gainhp="0" gainmana="0" -- probably looks like this
Code:
gaincap="5" gainhp="5" gainmana="30" -- change to this (all 3 should total 40 if your server is set-up to match normal tibia)
 
If you never gain anything then do as @Xikini said. Otherwise I would ask if you have any sample characters or from where you copy your characters.
 
But could also be with the sample chars, im asking if he gains it like from 15 to 16 or if it always is the same no matter the level.
If that is true then he has a problem with his sample chars or character creation system. :p
 
Back
Top