diff --git a/ngdredemption.md b/ngdredemption.md index f282315..4a9ef18 100644 --- a/ngdredemption.md +++ b/ngdredemption.md @@ -2,7 +2,7 @@ title: ngd-redemption description: published: true -date: 2025-01-28T04:06:10.242Z +date: 2025-01-28T04:18:05.443Z tags: editor: markdown dateCreated: 2025-01-28T00:30:34.910Z @@ -26,7 +26,7 @@ dateCreated: 2025-01-28T00:30:34.910Z Follow the guide to install ngd-Bridge [HERE](https://nemesisdocs.com/en/gettingstarted). 2. **Install ngd-redemption** - Place `ngd-pillboxaddon` into your **[ngd]** folder. This script must be started **after** `ngd-Bridge`. + Place `ngd-redemption` into your **[ngd]** folder. This script must be started **after** `ngd-Bridge`. 3. **Modify Tebex Listings**
@@ -48,8 +48,33 @@ NGDRedemption {packageId} {transaction}
-4. **Modify Tebex Listings** +4. **Configure Packages In Script** +
+Script Configuration (Click to Expand) + +- **In a web browser, navigate to your Tebex package.** +-- The #s seen at the end of the link are the `Package ID`, and will be used to configure the items in the script. + +
+- **Inside of the config.lua, you will see Config.Packages = {** +-- **You will need to add the `Package ID` from the step above, into the [] and configure each package** + +--- + +- **There are several variables to the packages you can choose from:** +-- `Type =` (You can use 'item', 'vehicle' or 'other') +-- `Label =` (This is what is show in-game) +-- `Item =` (This is the item given to players if the Type = 'item') +-- `Qty =` (This is the amount of the item given above) +-- `Model =` (This is the vehicle spawn code if Type = 'vehicle') +--- + + + + + +