Jump to content

ZEODE

Creator
  • Posts

    1,551
  • Joined

  • Last visited

Everything posted by ZEODE

  1. Changed Status from Work in Progress to Closed Changed Fixed In to 1.1.3
  2. ZEODE

    ServerRewardsWipe unloading

    Changed Status from Work in Progress to Closed Changed Fixed In to 1.1.3
  3. ZEODE

    Server Rewards Wipe

    Working on it now
  4. ZEODE

    Server Rewards Wipe

    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.
  5. Changed Status from Pending to Work in Progress
  6. ZEODE

    ServerRewardsWipe unloading

    Changed Status from Pending to Work in Progress
  7. Hey, glad it’s sorted for you
  8. 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.
  9. 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.
  10. 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?
  11. 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,)
  12. ZEODE

    New bug found

    Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.25
  13. ZEODE

    Bradley Drops

    I might consider this in the future, but to be honest, it's kind of beyond the scope of this plugin. The Bradley can't just drop anywhere. There are so many places it can get hung up, stuck, land on someone's base. I really don't think that is practical.
  14. ZEODE

    Cooldown

    The version I uploaded is 100% 1.0.17, I just checked. Try deleting your browser cache and then re-download.
  15. ZEODE

    Cooldown

    Changed Status from Pending to Closed Changed Fixed In to 1.0.17
  16. ZEODE

    Cooldown

    Thanks for that, I narrowed the issue down and its fixed in the latest update. Thanks for the report.
  17. ZEODE

    Heli Signals

    Please open a Support Thread and we can discuss it there and get it sorted for you Edit: Scratch that, the latest update will fix this issue. The plugin should now be fully compatible with TruePVE using your existing TruePVE config and rulesets.
  18. ZEODE

    Cooldown

    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.
  19. ZEODE

    Bradley Drops

    Yeah, agreed, the AI is next on my list of things now I have updated the Heli plugin. I'll get to it and release as soon as I can
  20. ZEODE

    Heli Signals

    Damn it, I literally just updated it then saw this. I can look at adding that in a future update for sure.
  21. ZEODE

    Personal Marketplace

    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.
  22. 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.
  23. ZEODE

    Error in Consol since Update

    Changed Status from Pending to Closed Changed Fixed In to 1.0.13
  24. ZEODE

    Error in Consol since Update

    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.
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

118.1k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.