-
Posts
1,551 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.1.3
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.1.3
-
- 6 comments
-
- #serverrewards
- #server rewards
-
(and 2 more)
Tagged with:
-
The plugin will save it wherever ServerRewards data file is, for the most part this is in oxide/data/ServerRewards, So wherever that directory resides is wherever the file will be loaded. I only put "/path/to/your/" as not everyone's full path is the same. You don't need to worry about it since you can access the oxide data directory.
- 6 comments
-
- 1
-
-
- #serverrewards
- #server rewards
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Work in Progress
-
Changed Status from Pending to Work in Progress
-
The /hsbuy easy-elite commands not calling in the helicopter
ZEODE replied to MNfreakTim's Support Request in Support
Hey, glad it’s sorted for you -
The /hsbuy easy-elite commands not calling in the helicopter
ZEODE replied to MNfreakTim's Support Request in Support
OK Tim, So first off, you can call the currency whatever you like, it makes no difference to how the plugin works. It's simply to customise the plugin to suit server owner needs. Secondly I have looked through your config for the shop and its way off. You can't add the same item with the same name multiple times, you have to tell the Shop plugin what item is which. With Shop UI, you do this by adding a number in cirly brackets after the shortname, like: "supply.signal{1}" "supply.signal{2}" etc. So for an example, Shop UI items file should contain an entry for each custom supply signal you wish to add, eg: { "supply.signal{1}": { "DisplayName": "Normal Patrol Heli", "Skin": 2920175997, "Image": "https://rustynuts.gg/helisignals/easyHeli.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 500, "SellPrice": 0, "Currency": "rp", "ShowDisplayName": true }, "supply.signal{2}": { "DisplayName": "Medium Patrol Heli", "Skin": 2920176050, "Image": "https://rustynuts.gg/helisignals/hardHeli.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 1000, "SellPrice": 0, "Currency": "rp", "ShowDisplayName": true }, "supply.signal{3}": { "DisplayName": "Hard Patrol Heli", "Skin": 2920176079, "Image": "https://rustynuts.gg/helisignals/medHeli.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 2000, "SellPrice": 0, "Currency": "rp", "ShowDisplayName": true }, "supply.signal{4}": { "DisplayName": "Elite Patrol Heli", "Skin": 2920176024, "Image": "https://rustynuts.gg/helisignals/eliteHeli.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 4000, "SellPrice": 0, "Currency": "rp", "ShowDisplayName": true } } Then in the categories file, you should have something like this. For example, placing the signals in the Items category/tab, you must have an entry like this, which references the items you just created before: "Items": { "Image": "https://rustplugins.net/products/shop/box.png", "Permission": null, "Sale": 0, "Items": [ "supply.signal{1}", "supply.signal{2}", "supply.signal{3}", "supply.signal{4}" ] }, As far as the Heli Signal config goes, it looks fine. You already have the /hsbuy command enabled on all the helis and a price put in. All you need to do is add the buy permission to players to use the buy command. Players can then do "/hsbuy list" to see a list of options and price. But I would recommend using the shop, as it looks much nicer to see the item there and you have more contol over sales and I think you can add sale cooldown etc too on most shops. Hopefully that points you in the right direction now. -
The /hsbuy easy-elite commands not calling in the helicopter
ZEODE replied to MNfreakTim's Support Request in Support
Hi, I will answer this fully for you later, I cannot at the minute as I’m with family. you are confusing the config for shop UI. You do not put the heli signal name as the item. The item must be the proper shortname for supply signal. I will put together an example shop config for you later so you know correct format. It is just a error with your config which is causing this. The hsbuy command already does what you need. But you can also add to shop, both options are available for flexibility. If it’s not working for you, they you either don’t have the perks set up correctly, or you don't have the buy option enabled in the config, or the config is somehow otherwise not correct. I will check your config later and make sure it’s all good. Speak soon. -
The /hsbuy easy-elite commands not calling in the helicopter
ZEODE replied to MNfreakTim's Support Request in Support
To start off with, please post your config file as you have it now. This will help me identify any issues with that, The issue with the shop I'm pretty sure is because you are not setting it up right in the shop config, lots of people use that shop system and can sell custom skinned items including signals just fine. Which shop system are you using? Link? -
The /hsbuy easy-elite commands not calling in the helicopter
ZEODE replied to MNfreakTim's Support Request in Support
Hi, I think you are confused in how the plugin and commands work. The hsbuy command is not to call the heli, it is for players with permission to buy a Heli Signal, using currency which you set in the config, such as reward points or scrap etc. If you want to sell the signals in a shop, you should add the item instead of the command. You can add the command if you like, in which case it looks like you are using the incorrect format for the shop system you are using? But again, add the Heli Signals as items to purchase, using the supply.signal shortname and the custom skin of whatever tier item you are putting in the shop. (all custom skin ID's available on the plugin page,) -
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.25
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 391 comments
-
- 1
-
-
- #helicopter
- #helicopters
- (and 16 more)
-
- 391 comments
-
- 2
-
-
- #helicopter
- #helicopters
- (and 16 more)
-
Hi, in order to help you, can I first see your config file please? Note: Make sure you have enabled cooldown in the config. By default it should be enabled like this: "Player Cooldown (seconds) Between Calls (0 = no cooldown)": 3600.0, But if it is set to 0.0, then no cooldown is set.
-
- 221 comments
-
- 1
-
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 391 comments
-
- 1
-
-
- #helicopter
- #helicopters
- (and 16 more)
-
Hi, I will have a look at this. Nothing is changed that would cause this. It’s to do with the saving of your marketplace data. I’ll see if I can reproduce and find the cause. Please open a support thread so we can discuss in there. Thanks. Edit: Never mind, I found the issue. Please open a support thread if you have any further issues.
- 72 comments
-
- #rust
- #marketplace
-
(and 7 more)
Tagged with:
-
Sorry my bad, I thought you meant Heli Signals, I haven’t updated Bradley Drops yet, only Heli Signals. Bradley Drops update will hopefully hit at the weekend.
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.13
-
Although the spam is annoying, it doesn't affect the functionality of the plugin. It should be safe to still use it until I update to fix the spam.