Installation

1 - Insert the file SQL

INSERT INTO `addon_account` (name, label, shared) VALUES
	('society_buffalo', 'Buffalo', 1)
;

INSERT INTO `addon_inventory` (name, label, shared) VALUES
	('society_buffalo', 'Buffalo', 1)
;

INSERT INTO `datastore` (name, label, shared) VALUES
	('society_buffalo', 'Buffalo', 1)
;

INSERT INTO `jobs` (name, label) VALUES
	('buffalo', 'Buffalo')
;

INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
	('buffalo',0,'recrue','Recrue',12,'{}','{}'),
	('buffalo',1,'vendeur',"Vendeur",24,'{}','{}'),
	('buffalo',2,'expert','Experimenté',36,'{}','{}'),
	('buffalo',3,'boss',"Patron",48,'{}','{}')
;

2 - Insert items

3 - Insert the images in ox_inventory/web/images/

file-archive
7MB
archive

4 - Move the folder for your ressources

5 - Add this in your server.cfg

6 - Restart your server

7 - Enjoy 😄

Mis à jour