Good day, I encountered a problem: after level 100, the character’s characteristics, such as spell power and attack power, do not work. tell me what is the reason? look what heal is at level 1 and what is at 255
28 Views
Hello, try checking this thread :
https://jforums.jadadev.com/modules/thread?id=45
Basically : You need to edit spell.dbc, making sure the spell levels is 255 so it does stack up with the player level.
thanks for the help.
there is one more question. How to fix the values of parameters, for example, such as the dodge rating, for example at a value of 40?
You can control it by changing the worldserver config file.
###################################################################################################
# STATS LIMITS
#
# Stats.Limits.Enable
# Description: Enable or disable stats system.
# Default: 0 - Disabled
Stats.Limits.Enable = 1
#
# Stats.Limit.[STAT]
# Description: Set percentage limit for dodge, parry, block and crit rating.
# Default: 95.0 (95%)
Stats.Limits.Dodge = 95.0
Stats.Limits.Parry = 95.0
Stats.Limits.Block = 95.0
Stats.Limits.Crit = 95.0
#
###################################################################################################