> For the complete documentation index, see [llms.txt](https://polars-armoury.gitbook.io/polars-armoury-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polars-armoury.gitbook.io/polars-armoury-docs/halloween-melee-pack/ox-inventory-guide.md).

# Ox Inventory Guide

<mark style="color:red;">**Step 1 : Install the weapon file**</mark>

* Download the weapon file from your <mark style="color:green;">CFX KEY</mark>
* Then place it into your server folder (e.g resources) or  your preferred directory
* Make sure to <mark style="color:green;">ENSURE</mark> the weapon pack and <mark style="color:green;">RESTART</mark> your server

<mark style="color:red;">**Step 2 : Place the images**</mark>&#x20;

place the images found in the "images" folder  in <mark style="color:green;">\[ox\_inventory/web/images]</mark>

<mark style="color:red;">**Step 3: Copy and paste this code in \[ox\_inventory/data/weapons.lua]**</mark>

{% code fullWidth="false" %}

```lua
-- Polars Armoury Halloween V1 Weapons

['WEAPON_BONECLUB'] = {
	label = 'Bone Club',
	weight = 450,
},
['WEAPON_COFFIN'] = {
	label = 'Coffin',
	weight = 450,
},
['WEAPON_INFERNO'] = {
	label = 'Inferno halberd',
	weight = 450,
},
['WEAPON_TRIPLEBLADEDSCYTHE'] = {
	label = 'Scythe',
	weight = 450,
},
['WEAPON_DEATHNOTE'] = {
	label = 'Death Note',
	weight = 450,
},
['WEAPON_HELLFIRESWORD'] = {
	label = 'HellFire Sword',
	weight = 450,
},
['WEAPON_STAKE'] = {
	label = 'Vampire Stake',
	weight = 450,
},
['WEAPON_PUMPKIN'] = {
	label = 'Pumpkin',
	weight = 450,
},
['WEAPON_WITCHBROOM'] = {
	label = 'Witches Broom',
	weight = 450,
},
['WEAPON_BUCKET'] = {
	label = 'Treat Bucket',
	weight = 450,
},
['WEAPON_SOULSCYTHE'] = {
	label = 'Soul Scythe',
	weight = 450,
},
['WEAPON_ARM'] = {
	label = 'Skeleton Arm',
	weight = 450,
},
['WEAPON_LEG'] = {
	label = 'Skeleton Leg',
	weight = 450,
},
['WEAPON_PUMPKINBAT'] = {
	label = 'Pumpkin Bat',
	weight = 450,
},
['WEAPON_VOODOO'] = {
	label = 'Voodoo Doll',
	weight = 450,
},
['WEAPON_GRAVESTONE'] = {
	label = 'Gravestone',
	weight = 450,
},
```

{% endcode %}
