INSTALLATION

Here you can find the installation guide of ol-butcher

DEPENDENCIES:

Cron: https://github.com/esx-framework/cron

ESX: https://github.com/esx-framework/esx-legacy

Fivem-ipl: https://github.com/esx-community/fivem-ipl

OL-BUTCHER has been created and tested with ESX Legacy, if you have another version you can open a ticket and we will help you

DOWNLOAD RESOURCES 1.

You can download the resource in Pucrchased Assets section of KeyMaster

Then you have to download the dependencies with the links above.

INSTALL THE REOURCES ON YOUR SERVER 2.

Install the resource and the dependencies on your server (dependencies have to be started before ol-butcher like below)

ensure cron
ensure es_extended

ensure ol-butcher

INSTALL DATABASE 3.

The database file is in ol-butcher/sql/ folder

Execute the database selecting you server database

INSERT INTO `jobs` (name, label) VALUES
	('slaughterer', 'Slaughterer')
;

INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
	('slaughterer', 0, 'employee', 'Slaughterer', 0, '{}', '{}')
;

INSERT ITEMS IN YOUR INVENTORY 4.

this changes based on what inventory you use

In ITEMS.MD there's the list of the items that you have to add

If you need help ask in OLIX DISCORD

Last updated