ConfigurationAdvanced
Level Options
Learn how to configure level options for the resource.
Configuring Level Options
To customize the leveling system, follow these steps:
-
Open
src/resource/shared/const.luain the resource folder. -
Find the
LevelOptionstable (typically at line 16). -
Adjust the following values as needed:
XP– Base XP required to level up from level 1.XPMultiplier– Multiplier applied to XP for each new level (e.g.,1.1increases XP requirement by 10% per level).categoryXP– Base XP required to level up within a category.categoryXPMultiplier– Multiplier for category level XP.
-
Save the file and restart the resource for changes to take effect.