-
Posts
1,615 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
I have just added a config option where you can add a list of entities which should always be blocked from damage. This will be on the next update. This should mean you can keep your existing TruePVE config while still protecting whatever entities you list (by prefab name).
-
Hi, my plugins already use TruePVE API to take over/handle damage by Helis called by my plugin. I'm pretty sure your TruePVE config needs tweaking to get this working as you want. For example, you have If I read the documentation for TruePVE correctly, this overrides protection and allows damage to entities you own, so although you have the immortal flags for boxes and doors, because you have those additional flags above, I assume that is allowing the damage. Helis called by my plugin sets the owner of the heli to the player who called it, I imagine this would cause the damage to those entities which you are seeing. We use TruePVE on our servers with my plugins and we have no issues. My plugin does not distinguish between building blocks and deployable entities. It will either allow or disallow damage to all entities it hits depending on the config. So if you want to allow players to damage their own entities, but want to block their called helis from doing so, that it outside the scope of this plugin currently.
-
Hi, the Rust update didn't change anything that would cause this. We also use TruePVE on our servers and its functioning correctly. Please post your Bradley Drops config so I can check it at least, but otherwise it is a TruePVE config issue. The important flags in TruePVE config for Bradley and other NPC is this, make sure your entity group set for NPC looks something like this: { "name": "npcs", "members": "ch47scientists.entity, BradleyAPC, HumanNPC, NPCPlayer, ScientistNPC, TunnelDweller, SimpleShark, UnderwaterDweller, Zombie, ZombieNPC", "exclusions": "" }, And then in your rulesets, you should have this: "npcs can hurt players", Or if you rather, you can remove BradleyAPC from npc group and create its own group, like: { "name": "bradley", "members": "BradleyAPC", "exclusions": "" }, And then in your rulesets, you should have this: "bradley can hurt players", Let me know how you get on
-
The only time they won't take damage which is controlled by my plugin is if they are still falling from the sky. But then a message would appear in chat, so either your player didn't see the message, or something outside the plugin was affecting it.
-
Please check that you have this option in the data file set to true:
-
But was there a message in chat about not being able to damage them? Has it happened again since?
-
Please refer to the instructions on the ServerRewards documentation on adding items to the SR shop. All you need in addition for Heli Signals is the custom Skin ID which is available on the documentation page for this plugin. I always recommend adding the item to reward shops, not the command. Keep the command for using in chat only.
- 399 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
Changed Status from Pending to No Response
-
had the tanks landed properly, did the player get a message in chat about not being able to damage them?
-
- 226 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
Please give information about how and when this happens
-
Changed Status from Pending to Closed
-
Ahhhh, there ya go. Carbon is not yet officially supported by this plugin. As soon as I get time I will try and get around to sorting this issue.
-
Never mind, it seems to be working now. But it doesn't seem to trigger at the time we set in the config (19), it triggers an hour (in-game) after (20).
-
Hi, we are having an issue where graveyards are not spawning. The plugin loads and seems to find a lot of spawn points: But none spawn. Junkpile decor works fine and the jump scares etc. Also, zombie horde NPC are inheriting the kits/clothing from Halloween, which we actually don't mind so much, just FYI. We are using a procgen map with only a few small custom additions. Raidable bases are spawning fine. Any ideas what could cause the non spawning graveyards though?
-
Unless another plugin is interfering, my plugin will only refund the one supply signal the player throws. Are you using Supply Signal Limit ?
-
Hi, do you still need help with this? Also, are you using Oxide or Carbon? Are there any error messages in the console?
-
That is very strange. I have a lot of people who use this plugin, if anyone else was having this issue I would have heard about it. I also use it on our servers without issue. The only thing I can suggest is you clear your Steam download cache, and maybe even try reinstalling Rust. I don't know what data the Rust client stores, perhaps it is referencing the incorrect skin which was assigned previously when you were on your other server, I honestly don't know. It's a guess. The only skin ID that my plugin assigns is the one you see in the config. The skinID is hard coded into the plugin to populate the default config with that exact skinID. It's impossible for it to assign a different skinID other than that one when it creates the item to give the player.
-
Changed Status from Pending to Closed
-
Hi, can you please attach your config file for me to check? Do you have any other plugins which affect patrol heli at all ?
-
My plugin will only assign the skin asked for. There must be another plugin you are using which is conflicting with it and assigning skins to items.
-
- 226 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
Hi, please check your config to make sure you are using the correct Skin ID for your heli signal items. A list of the default heli signal skin IDs are on the plugin page, but here they are anyway: You didn't say whether they are buying from a Shop or from the plugin buy command. If they are buying from a shop, then its possible you have a typo in the skin ID in the shop config.
-
Do you use a plugin called "Marketplace" ?