3.1 KiB
3.1 KiB
title | description | published | date | tags | editor | dateCreated |
---|---|---|---|---|---|---|
ngd-egghunt | true | 2025-04-14T01:55:13.070Z | markdown | 2025-04-14T01:55:13.070Z |
Installation Steps
-
Install ngd-Bridge
Follow the guide to install ngd-Bridge HERE. -
Install ngd-egghunt
Placengd-egghunt
into your [ngd] folder. This script must be started afterngd-Bridge
. -
Add Items to Your Inventory
Copy the items listed below into your inventory. -
Copy Images
Move the images from theimg
folder into your inventory's images folder.
Items:
Items List (OX) (Click to Expand)
['ngd_egghuntegg'] = {
label = 'Easter Egg',
weight = 5,
},
['ngd_eggbasket'] = {
label = 'Egg Basket',
weight = 5,
},
['ngd_chocobunny'] = {
label = 'Chocolate Bunny',
weight = 5,
},
Items List (QB Format #1) (Click to Expand)
ngd_egghuntegg = { name = 'ngd_egghuntegg', label = 'Easter Egg', weight = 0, type = 'item', image = 'ngd_egghuntegg.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_eggbasket = { name = 'ngd_eggbasket', label = 'Egg Basket', weight = 0, type = 'item', image = 'ngd_eggbasket.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
ngd_chocobunny = { name = 'ngd_chocobunny', label = 'Chocolate Bunny', weight = 0, type = 'item', image = 'ngd_chocobunny.png', unique = false, useable = true, shouldClose = false, combinable = nil, description = '' },
Items List (QB Format #2) (Click to Expand)
['ngd_egghuntegg'] = { ['name'] = 'ngd_egghuntegg', ['label'] = 'Easter Egg', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_egghuntegg.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
['ngd_eggbasket'] = { ['name'] = 'ngd_eggbasket', ['label'] = 'Egg Basket', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_eggbasket.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
['ngd_chocobunny'] = { ['name'] = 'ngd_chocobunny', ['label'] = 'Chocolate Bunny', ['weight'] = 0, ['type'] = 'item', ['image'] = 'ngd_chocobunny.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = '' },
Configuration Notes
-
Extensive Configuration Options
Open and configure all theConfig
files to match your server's settings. -
Customizable Menu Images
The images used in the menus can be replaced. They are located in theweb/menuimages
folder.
Do you still need help? Open a ticket in our Discord {.is-warning}