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