JForums 255 lvl (Page 1)

255 lvl

Profile Picture
Dissy
(User)

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

Posted on 2024-12-23 21:36:47

2233 Views

Replies:

Profile Picture
jadadev
(Admin)

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.

 


Profile Picture
Dissy
(User)

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?

Profile Picture
jadadev
(Admin)

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


Reply to this thread:

Login to reply