-
Posts
1,615 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
I don't really understand what you are saying. The players will get the rewards when they destroy the heli. With regard to the extra damage with customised weapons, I am in discussion with the other dev to see what can be done. But I can't guarantee the plugins will be compatible now or in the future, but I am looking into it.
-
I do not have this plugin, so I cannot see what the code is doing to see why you might get this issue. On your first post on the discussion page, you said that enabling Economics as the reward currency stopped the signals being purchasable and stopped the rewards. Now you are saying the rewards are not given when players are using weapons modified with that plugin. I have tested Economics as reward options and the issue you mentioned does not happen. Rewards are given and the signals are purchasable with Economics. That all works correctly, so I assume you were confused previously, and you actually only mean the issue is with players not being rewarded when you use the plugin above? My plugin should reward your players regardless of what that plugin does, unless that plugin is somehow preventing it. But the damage scaling is another issue which as I said, without the plugin to test I cannot know how to correct it. If its affecting you, then you could ask the dev of that plugin to reach out to me to see if we can make it compatible.
-
- 399 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
Changed Status from Pending to Not a Bug
-
It tells you on the SR plugin page, its very easy: https://umod.org/plugins/server-rewards#adding-an-item
-
- 399 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.
-
- 399 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.
- 399 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}" ] },
- 399 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