-
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 1.0.31
-
Hi, thanks for the report. Can you let me know when and how often this is happening please? Do you know which items you are trying to stack when you get this error?
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.23
-
Changed Status from Pending to Closed
-
Ooops, ty
-
Ваша конфигурация выглядит хорошо, нужные вам настройки установлены правилЬно. Кажется, у вас естЬ еще один плагин, который управляет разблокировкой ящиков для других игроков? "Lock looting crates to owner": true, "Unlock looting crates to others after time in seconds (0 = Never)": 0, Это хорошо, так что должен бытЬ другой плагин, разблокирующий ящики.
-
Привет, если игрок не атакует вертолет в течение определенного времени или слишком долго прячется от вертолета, он отключится по умолчанию в Rust. Существуют и другие параметры конфигурации, которые также могут повлиятЬ на это, пожалуйста, опубликуйте свой файл конфигурации, чтобы я мог вам помочЬ.
-
Changed Status from Pending to Closed
-
- 226 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.
-
- 399 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?
- 226 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 226 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 399 comments
-
- 1
-
-
- #helicopter
- #helicopters
- (and 16 more)
-
- 399 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?