ConfigurationAdvanced

Level Options

Learn how to configure level options for the resource.

Configuring Level Options

To customize the leveling system, follow these steps:

  1. Open src/resource/shared/const.lua in the resource folder.

  2. Find the LevelOptions table (typically at line 16).

  3. 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.
  4. Save the file and restart the resource for changes to take effect.

On this page