-
Posts
1,880 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
If called on a road near the ocean I guess you mean? If a tank drives into any water deep enough then yes, they are destroyed. It's up to the calling player to make sure they call far enough away from the water, at least as it is now. The plugin will be getting an overhaul as soon as I get time, so I can improve the pathfinding ability and AI etc. Bradley falling under the map usually happens if you set the falling drag too low. Keep it at 0.5 or above.
-
What do you mean you are not having any luck, if you follow the instructions on SR plugin page, you literally can't go wrong.
-
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
I have tried to reproduce this issue and am unable. If you have a test server, try and test heli signals with default config and no other plugins loaded to find out if there is a plugin conflict somewhere that is causing this. No matter what scenarios I test, the waves always work fine. They also work fine on our live servers and most other peoples. Without being able to pinpoint the issue and reproduce, there isn't a lot more I can do. I have spent hours on this already trying to find the reason.
-
"Allow Players to Call Helis at Monuments": true,
ZEODE replied to GooberGrape's Support Request in Support
Thanks for the report, I will look into this asap. -
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.
-
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 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
-
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 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.
-
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 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.
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 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}" ] },
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 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