ConfigurationAdvanced
Level Options
Learn how to configure level options for the resource.
Learn how to configure level options for the resource.
To customize the leveling system, follow these steps:
Open src/resource/shared/const.lua in the resource folder.
Find the LevelOptions table (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.1 increases 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.