# Main 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

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

## Step 3: install the items

Inside the `Ks_Mystic_Spells_v2`folder, you will find an installation folder:

`Ks_Mystic_Spells_v2/[1]Install:`&#x20;

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...

<figure><img src="https://2905961110-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh8cbExvDsYP9u8l94hcC%2Fuploads%2FGNZWCXEQ7JTigu90jEww%2Fimage.png?alt=media&#x26;token=a01738cb-1a6e-40af-b51e-364a3b2979cc" alt=""><figcaption></figcaption></figure>
