wrenchSetup and Items

Real setup flow, database behavior, localization, and item installation notes for 0r-illegalpack

This page covers the setup parts you should finish before editing jobs: dependencies, server.cfg order, database behavior, localization, item installation, image path setup, and optional helper resources.

Required Dependencies

Optional Resources Used By Some Jobs

These are not hard dependencies in fxmanifest.lua, but the real source references them in some jobs:

  • object_gizmo

  • 3fe_woodbox

Example:

  • Moonshine uses object_gizmo if you keep the still placement flow

  • Some source checks in gun_smuggling and moonshine look for 3fe_woodbox

Database

You do not need to import SQL manually for this script.

The real resource creates the profile table automatically in modules/mysql/server.lua:

Localization

This script uses ox_lib locale files.

Set your server language in server.cfg:

Then make sure the matching file exists inside:

Required Menu Item

If you keep item-based menu access enabled, this item must exist:

  • illegal_tablet

The real source defines this under:

Ready To Paste Item Tables

If you want to install the items fast, use the blocks below directly in your inventory files.

circle-exclamation

OX Inventory

QB Core

Item images should be copied into the folder used by your inventory, and the path should match:

Final Checklist

  • 0r_lib starts without errors

  • 0r-illegalpack starts without errors

  • illegal_tablet exists if openWithItem.active = true

  • Your market items exist in the inventory system

  • Your item images load from the folder set in Config.InventoryImagesFolder

  • The profile table is created automatically in MySQL

Last updated