questionFAQ and Troubleshooting

Common questions, common mistakes, and quick fixes

The Script Does Not Start Correctly

Check these first:

  • Does 0r_lib start correctly?

  • Does 0r-excavatorjob start correctly?

  • Is your server.cfg start order correct?

  • Are oxmysql and ox_lib installed and updated?

You do not have a license to access this script!

This is usually related to 0r_lib.

Check these points:

  • 0r_lib is installed

  • 0r_lib is up to date

  • Your keymaster license is attached to the correct resource

  • You are using the latest package version

Where Do I Change Script Settings?

All config files are inside config/.

How Do I Change Localization?

Update Config.locale in config/main.lua, then edit the matching file in the locales/ folder.

Where Do I Integrate My Own Inventory or Target Script?

  • Inventory: modules/inventory/server.lua

  • Target: modules/target/client.lua

  • Notify, progressbar, skillbar, and helper functions: modules/utils/client.lua

  • Server-side helpers: modules/utils/server.lua

Do I Need To Run SQL Manually?

No. database.sql is executed automatically.

I Changed My Config But Nothing Happened

Check these points:

  • You edited the correct file inside config/

  • You restarted the resource after changing config

  • Your custom integration files are not blocking the flow

  • The problem is not coming from another missing dependency

Still Not Fixed?

Check these last:

  • Resource names are correct

  • Dependencies are installed and updated

  • Your framework, inventory, and target integrations match your server setup

Last updated