Jump to content

ZEODE

Creator Pro
  • Posts

    1,948
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by ZEODE

  1. ZEODE

    Heli Signals

    @GooberGrape No point trying things from other plugins and hoping they work, just follow the instructions on the Shop UI documentation. I use Shop UI on our servers, so as a quick example here: In the items.json file in oxide/data/Shop/, add the heli signal items which people can buy. It should look something like this (edit to suit your server): "supply.signal{1}": { "DisplayName": "Heli Signal (Easy)", "Skin": 2920175997, "Image": "https://example/url/to/easyHeli.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 2000, "SellPrice": 0, "Currency": "rp", "ShowDisplayName": true }, "supply.signal{2}": { "DisplayName": "Heli Signal (Medium)", "Skin": 2920176079, "Image": "https://example/url/to/medHeli.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 3000, "SellPrice": 0, "Currency": "rp", "ShowDisplayName": true }, "supply.signal{3}": { "DisplayName": "Heli Signal (Hard)", "Skin": 2920176050, "Image": "https://example/url/to/hardHeli.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 3500, "SellPrice": 0, "Currency": "rp", "ShowDisplayName": true }, "supply.signal{4}": { "DisplayName": "Heli Signal (Elite)", "Skin": 2920176024, "Image": "https://example/url/to/eliteHeli.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 3500, "SellPrice": 0, "Currency": "rp", "ShowDisplayName": true } Then in the Categories.json file, in the same directory, add the items you just created in the Items.json file. Choose what category to add them to, or create a new custom category like below and add the items like this: "Helis_Signals": { "Image": "https://path/to/category/image.png", "Permission": null, "Sale": 0, "Items": [ "supply.signal{1}", "supply.signal{2}", "supply.signal{3}", "supply.signal{4}" ] },
  2. ZEODE

    Heli Wave signal

    @Gold Mysterious please don't hijack another's thread with different issues. Please open your own support thread with separate issues so I can better keep track of things and focus on each thread individually.
  3. Please provide more information about when this error happens and under what conditions and how often, or is it a one off? Which grenade is being thrown, by who etc. Also lease upload your config file.
  4. ZEODE

    Custom skin

    Changed Status from Pending to Closed
  5. ZEODE

    Custom skin

    I will include this on the next update. For now you would need to create the image yourself and then upload it to Steam Marketplace and get the skin ID that way.
  6. ZEODE

    Heli Wave signal

    Any error messages in the console please?
  7. Changed Status from Pending to Work in Progress
  8. ZEODE

    error

    Hopefully
  9. ZEODE

    error

    Changed Status from Pending to Closed Changed Fixed In to 1.2.6
  10. ZEODE

    Damage issues

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  11. ZEODE

    Damage issues

    I know what the issue is, apologies. I will update ASAP.
  12. ZEODE

    Cooldowns overlap

    Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  13. Changed Status from Pending to Closed Changed Fixed In to Next Version
  14. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  15. ZEODE

    Error

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  16. ZEODE

    Overlap to Dynamic PVP

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  17. ZEODE

    cant damage heli

    Changed Status from Pending to Closed
  18. Changed Status from Pending to Closed
  19. I have submitted a patch to nivex to add more compatibility to Loot Defender.
  20. ZEODE

    Latest bug found

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  21. ZEODE

    CanCombineDroppedItem

    Changed Status from Pending to Not a Bug
  22. ZEODE

    CanCombineDroppedItem

    OK, I have looked into it. In my code that hook only responds to helicopters spawned by my plugin. It would need a patch to AbandonedBases to add compatibility with my plugin to prevent the conflict. For example, the dev of thast plugin could check that a heli is from my plugin or not before deciding whether to respond to that hook. You could try reaching out to that dev, there are hooks available on my plugin page that might help them.
  23. Multi profiles do not work with waves. Waves can only call one heli at a time currently. I will look at changing this in a later update, but it should still spawn one heli. The name in the wave profiles should be the same as the name of an existing profile in the config. Multi Signal (Easy) is not the same as Multi Heli (Easy), so that is likely your issue.
  24. I’ve had other people with similar issues which seems to be related to Loot Defender, are you using the latest version of that plugin? Because it should be compatible, but some report this issue. Any other plugins you use which affects damage or looting to heli?
  25. ZEODE

    Heli Signals

    This is the discussion page, for support please open a thread in the correct place so I can keep track of issues and troubleshoot.
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

142.9k

Files Sold

Total number of files sold.

3m

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.