Step 4

Install the items in your inventory system

Choose the option that suits your server, for example qs-inventory, ox_inventory or database items if you have a native inventory.

There is no database dependency as such, so you can configure everything as you like. The only modifications it will require are to its inventory, adding items is very important during this event.

["pumpkin_mask"] = {
    ["name"] = "pumpkin_mask",
    ["label"] = "Pumpkin Mask",
    ["weight"] = 1,
    ["type"] = "item",
    ["image"] = "pumpkin_mask.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A spooky pumpkin mask to complete your Halloween look."
},

["haunted_lantern"] = {
    ["name"] = "haunted_lantern",
    ["label"] = "Haunted Lantern",
    ["weight"] = 1,
    ["type"] = "item",
    ["image"] = "haunted_lantern.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A lantern that emits an eerie glow, perfect for Halloween."
},

["witch_broom"] = {
    ["name"] = "witch_broom",
    ["label"] = "Witch Broom",
    ["weight"] = 2,
    ["type"] = "item",
    ["image"] = "witch_broom.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A broom fit for a witch's flight on a spooky night."
},

["spooky_ghost_cape"] = {
    ["name"] = "spooky_ghost_cape",
    ["label"] = "Spooky Ghost Cape",
    ["weight"] = 2,
    ["type"] = "item",
    ["image"] = "spooky_ghost_cape.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A white, flowing cape perfect for a spooky ghost costume."
},

["vampire_fangs"] = {
    ["name"] = "vampire_fangs",
    ["label"] = "Vampire Fangs",
    ["weight"] = 0.5,
    ["type"] = "item",
    ["image"] = "vampire_fangs.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Sharp and pointy fangs to complete your vampire look."
},

["black_cat_ears"] = {
    ["name"] = "black_cat_ears",
    ["label"] = "Black Cat Ears",
    ["weight"] = 0.3,
    ["type"] = "item",
    ["image"] = "black_cat_ears.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Ears of a black cat, perfect for a feline-inspired Halloween costume."
},

["lollipop_skeleton"] = {
    ["name"] = "lollipop_skeleton",
    ["label"] = "Lollipop Skeleton",
    ["weight"] = 0.2,
    ["type"] = "item",
    ["image"] = "lollipop_skeleton.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A spooky lollipop shaped like a skeleton, a sweet treat for Halloween."
},

["pumpkin_candy"] = {
    ["name"] = "pumpkin_candy",
    ["label"] = "Pumpkin Candy",
    ["weight"] = 0.1,
    ["type"] = "item",
    ["image"] = "pumpkin_candy.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Delicious pumpkin-shaped candy, a Halloween favorite."
},

["zombie_brain_candy"] = {
    ["name"] = "zombie_brain_candy",
    ["label"] = "Zombie Brain Candy",
    ["weight"] = 0.2,
    ["type"] = "item",
    ["image"] = "zombie_brain_candy.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Gummy candies shaped like zombie brains, a spooky delight."
},

["mummy_wraps"] = {
    ["name"] = "mummy_wraps",
    ["label"] = "Mummy Wraps",
    ["weight"] = 0.3,
    ["type"] = "item",
    ["image"] = "mummy_wraps.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Bandages resembling mummy wraps, perfect for a mummy costume."
},

["dracula_bleeding_candies"] = {
    ["name"] = "dracula_bleeding_candies",
    ["label"] = "Dracula Bleeding Candies",
    ["weight"] = 0.2,
    ["type"] = "item",
    ["image"] = "dracula_bleeding_candies.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Candies that look like they're bleeding, a spooky surprise for Halloween."
},

["cursed_werewolf_claw"] = {
    ["name"] = "cursed_werewolf_claw",
    ["label"] = "Cursed Werewolf Claw",
    ["weight"] = 0.5,
    ["type"] = "item",
    ["image"] = "cursed_werewolf_claw.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A replica of a cursed werewolf claw, a spooky accessory for Halloween."
},

["ghoul_glow_eyes"] = {
    ["name"] = "ghoul_glow_eyes",
    ["label"] = "Ghoul Glow Eyes",
    ["weight"] = 0.2,
    ["type"] = "item",
    ["image"] = "ghoul_glow_eyes.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Eyes that glow eerily, perfect for a ghoul or monster costume."
},

["haunted_grave_urn"] = {
    ["name"] = "haunted_grave_urn",
    ["label"] = "Haunted Grave Urn",
    ["weight"] = 0.8,
    ["type"] = "item",
    ["image"] = "haunted_grave_urn.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A spooky urn adorned with haunting engravings."
},

["vampire_blood_vial"] = {
    ["name"] = "vampire_blood_vial",
    ["label"] = "Vampire Blood Vial",
    ["weight"] = 0.3,
    ["type"] = "item",
    ["image"] = "vampire_blood_vial.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A vial of artificial vampire blood, perfect for Halloween."
},

["bone_chilling_candy"] = {
    ["name"] = "bone_chilling_candy",
    ["label"] = "Bone Chilling Candy",
    ["weight"] = 0.2,
    ["type"] = "item",
    ["image"] = "bone_chilling_candy.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Candies shaped like bones, a spooky and tasty treat for Halloween."
},

["chocolate_ghost"] = {
    ["name"] = "chocolate_ghost",
    ["label"] = "Chocolate Ghost",
    ["weight"] = 0.2,
    ["type"] = "item",
    ["image"] = "chocolate_ghost.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A spooky chocolate ghost, a delightful treat for Halloween."
},

["chocolate_pumpkin"] = {
    ["name"] = "chocolate_pumpkin",
    ["label"] = "Chocolate Pumpkin",
    ["weight"] = 0.2,
    ["type"] = "item",
    ["image"] = "chocolate_pumpkin.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A delicious chocolate pumpkin, a Halloween favorite."
},

["chocolate_bat"] = {
    ["name"] = "chocolate_bat",
    ["label"] = "Chocolate Bat",
    ["weight"] = 0.2,
    ["type"] = "item",
    ["image"] = "chocolate_bat.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "A tasty chocolate bat, a spooky and delicious Halloween treat."
},

["bat_candy"] = {
    ["name"] = "bat_candy",
    ["label"] = "Bat Candy",
    ["weight"] = 0.2,
    ["type"] = "item",
    ["image"] = "bat_candy.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "Candies shaped like bats, a spooky and sweet Halloween delight."
},

Last updated