Step 4

Database

Do not start the resource without first having installed the complete database.

INSERT IGNORE INTO  `addon_inventory` (name, label, shared) VALUES
  ('motorhome', 'Motorhome', 0)
;

INSERT IGNORE INTO  `addon_account` (name, label, shared) VALUES
  ('motorhome', 'Motorhome', 0)
;

INSERT IGNORE INTO  `datastore` (name, label, shared) VALUES
  ('motorhome', 'Motorhome', 0)
;

INSERT INTO `items` (`name`, `label`, `weight`) VALUES
    ('van_lockpick', 'Van Lockpick', 10);

Last updated