Installation

This guide will show you how to properly install this script for your framework.

  1. Download the dependencies and make sure they are properly installed.

  2. Download lunar_truckerjob from your keymaster, extract it to the resources folder and ensure it inside server.cfg after all of the dependencies.

  3. Import this SQL into your database:

    INSERT INTO `jobs` (`name`, `label`) VALUES
    ('trucker', 'Trucker');
    
    INSERT INTO `job_grades` (`job_name`, `grade`, `name`, `label`, `salary`, `skin_male`, `skin_female`) VALUES
    ('trucker', 0, 'employee', 'Employee', 100, '{}', '{}');
  4. Configure the script to your liking.

  5. Use this in server.cfg to change the locale: setr ox:locale en

  6. Restart your server and enjoy!

Last updated