-
Posts
1,554 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
Did you find anything? Are you still having this isue?
-
Locked crates is doable yeah, nobody else has asked for them and I haven't even thought about adding them either, but I think that would make a good addition. I will add that to the next update. Supply Signal Alerts is a very old plugin, but very simple so not much can go wrong with it in the 5 years since it was updated. I wrote this plugin to be compatible with Inbound, which a lot of people use. But if you want to carry on using SS Alerts, you could just open SupplySignalAlerts.cs in an editor and change this: if (!(entity is SupplySignal)) to: if (!(entity is SupplySignal) || entity.skinID != 0) That should make it only announce for normal Supply Signals.
-
Changed Status from Pending to Not a Bug
-
Hi, thanks for your purchase. Unfortunately that plugin is bound to conflict with this plugin as there is no control over what Helicopters it applies to. Also, my plugin uses its own custom targeting method. I don't recommend using both plugins together.
-
- 391 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
I don't think I was being condescending at all. I've not heard from anyone that there has been an issue with Loot Defender, unless like I said, my memory has failed me. LootDefender looks for the OwnerID of the Bradley to decide whether to block damage or not, likewise with the gibs and crates for looting etc. My plugin assigns the calling players OwnerID to all these entities, so it shouldn't cause an error like this. If the team are unable to damage or loot, then the Clan/Team options in the config are not enabled. When you say "it said not owner of this and wouldnt let even the owners of the event loot crates or mine the debris.", do you mean my plugin, or Loot Defender gave these messages?
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 391 comments
-
- 1
-
-
- #helicopter
- #helicopters
- (and 16 more)
-
- 391 comments
-
- 1
-
-
- #helicopter
- #helicopters
- (and 16 more)
-
Changed Status from Pending to Not a Bug
-
In that case you shouldn't enable custom loot in Heli Signals config. Set them all to false, which they all are by default. You didn't need to change that.. "Use custom loot table to override crate loot": false
-
It depends what you are trying to do, you haven't answered my questions. Are you wanting BetterLoot to handle the crate loot?
-
Changed Status from Pending to Closed
-
Discussed in Discord, possible not a bug with the plugin, closing for now.
-
What Custom loot are you talking about? You have not added any custom loot tables. What you posted is the default loot table examples. If you want BetterLoot to handle the Bradley crates, you should set "Use custom loot table to override crate loot": false NOT true. You are getting only C4 because that is the default example loot items.
-
Are there any error messages in the console relating to this?
-
Please post your config file unchanged here, so I can check it.
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
Images not showing after update
ZEODE replied to Golden Coast Rust Servers's Support Request in Support
feel free to share them yes -
Images not showing after update
ZEODE replied to Golden Coast Rust Servers's Support Request in Support
Changed Status from Pending to Closed -
Images not showing after update
ZEODE replied to Golden Coast Rust Servers's Support Request in Support
Yes, I always recommend storing them somewhere yourself to use, so that this sort of thing doesn't happen. -
Images not showing after update
ZEODE replied to Golden Coast Rust Servers's Support Request in Support
Unfortunately the server hosting the images is offline. Please save the images from the plugin page and use them as required. -
Thanks for the report, I will look into this and release a fix asap.
-
There must be an error in the console if the signal is thrown, there is a timer which controls when it explodes and makes smoke. If that is stopped by something there would be an error in the console.