-
Posts
1,557 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
- 391 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
What is skin weapons, is this a plugin? If so link it so I can check it out and see if it can be compatible.
-
- 391 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
This was fixed on the last update but I forgot to add it to the changelog.
-
This was fixed in the latest release, I forgot to add to the changelist.
-
This is not a known issue, it sounds more like a misunderstanding of how it works. I don't quite know what you mean when you say they claim the economics. Eco points are awarded when the kill the heli if set to do so in the config. If the player is in a clan, if you have it set to share the reward, then all players from the clan/team etc who did damage will get a share of the rewards, as long as they did enough damage above the threshold HP amount. If you have "Share Rewards Between Players Above Damage Threshold" set to false, then only the player who called the heli will get the points. It doesn't matter how many signals the player buys, rewards will be added for each successful kill, according to the config.
- 391 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
@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}" ] },
- 391 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
@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.
-
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.
-
Changed Status from Pending to Closed
-
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.
-
Any error messages in the console please?
-
Changed Status from Pending to Work in Progress
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.6
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
I know what the issue is, apologies. I will update ASAP.
-
Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
I have submitted a patch to nivex to add more compatibility to Loot Defender.