house-blankMain Install

Step 1: Create a folder

  1. Go to the resources folder in your FiveM server directory.

  2. Create a new folder If you have already installed any of our scripts and have the [Killstore] folder, use that same folder.

  3. If the [Killstore] folder does not exist, create it.

  4. Ensure the folder name is exactly [Killstore] (including the square brackets).

Step 2: Ensure the Script

  1. Download your Ks_Mystic_Spells_v2 script from your Keymaster account.

  2. Move the Ks_Mystic_Spells_v2 folder into the [Killstore] folder you just created.

  3. Open the server.cfg file located in your FiveM server's main directory.

  4. Add the following line after your inventory system:

ensure [Killstore]

It should finally look like this

# ...
ensure Your_framework
# ...
ensure Inventory
ensure [Killstore]

Step 3: install the items

Inside the Ks_Mystic_Spells_v2folder, you will find an installation folder:

Ks_Mystic_Spells_v2/[1]Install:

  1. Open this folder, where you will find:

    • An items folder containing files in .lua or .sql format, depending on your inventory system.

    • An images folder containing icons for the items.

  2. Follow the instructions provided in the relevant .lua or .sql file to install the items into your inventory system.

  3. Copy the item icons from the images folder into your inventory’s image directory.

Step 4: choose your framework

  1. Go to core.lua and place your framework on Core.Framework Like The IMG Below

  2. You can choose the Clothing System And Language too...

  3. Be sure to put "qb-core" and not "qb" if you are using qb qbx cores...

Last updated