• 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!

Windows PHPMyAdmin doesn't save manaspent?

sukinsyn

New Member
Joined
May 3, 2013
Messages
3
Reaction score
0
Hello. I'm creating server with custom vocations.
The problem is, that every vocation works, except one.
When i log-in on character with this voc, its lvl doesnt increase -> after relog it increases by 4-5 every spell cast.

voc.xml

<vocation id="24" name="Royal Shielder" description="a royal shielder" needpremium="0" gaincap="25" gainhp="18" gainmana="0" gainhpticks="2" gainhpamount="12" gainmanaticks="2" gainmanaamount="7" manamultiplier="1.0" attackspeed="1450" soulmax="100" gainsoulticks="120" fromvoc="23">
The not working one

<vocation id="40" name="Crossbowman" description="a crossbowman" needpremium="0" gaincap="20" gainhp="14" gainmana="0" gainhpticks="2" gainhpamount="9" gainmanaticks="2" gainmanaamount="8" manamultiplier="1.1" attackspeed="1350" soulmax="200" gainsoulticks="120" fromvoc="39">
The working one

I've tried changing the ,,sample'' character on phpmyadmin, still nothing.
Additionaly, it looks like phpmyadmin doesn't save manaspent progression ONLY on this vocation...
Dunno what to do.
Best Regards.
 
Back
Top