ngddocs/ngd-egghunt.md

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

  1. Install ngd-Bridge
    Follow the guide to install ngd-Bridge HERE.

  2. Install ngd-egghunt
    Place ngd-egghunt into your [ngd] folder. This script must be started after ngd-Bridge.

  3. Add Items to Your Inventory
    Copy the items listed below into your inventory.

  4. Copy Images
    Move the images from the img 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 the Config files to match your server's settings.

  • Customizable Menu Images
    The images used in the menus can be replaced. They are located in the web/menuimages folder.

Do you still need help? Open a ticket in our Discord {.is-warning}