-
Posts
1,514 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by dustyhansen
-
We have a scenario on our server that I want to better understand. We don't want NPCs like Zombie Hordes to be used for griefing PVE players bases. But we also have plugins like NPC Raiders where we want them to raid PVE players bases. How does this setting work if we block base damage by NPCs?
-
- 48 comments
-
- #players
- #player list
- (and 4 more)
-
Saddle bags can be protected on the bikes with locks, but if you burn them with a flame thrower or shoot them with incen ammo, for example, the saddle bag drops off the bike as a loot bag and can be looted then. Very easy to grief players this way.
-
The saddlebags do not drop their loot when you crash and destroy the bike or kill the bike with the Vehicle License plugin. The loot just vanishes. Can you please add the option to drop the loot when these events occur?
-
It appears you can no longer set the price of an item when you add it? Is this intentional?
-
I sent a DM because I don't want my plugin list posted publicly.
-
Thanks for the quick reply. I have custom loot as false, so I should be good. I just had players complaining about loot, but its probably just bad luck.
-
The recycler speed seems to affect the speed at all recyclers on the map, not just the personal recycler. Is that the intent?
-
I went ahead and created overrides for my plugins to point to exactly where I got them from to make sure I was getting accurate information. Here is what I am seeing in the console now: Checking for updates globally Checking 163 plugins for updates... Override not found in the API for AFDrops Override not found in the API for ArmoredTrain Error fetching or processing plugin from API: Debug Missing Parent Entity Invalid version number provided by API: null Override not found in the API for LadderFlyhack Error fetching or processing plugin from API: Lights On Invalid version number provided by API: 2.1.06 Override not found in the API for PveMode Error fetching or processing plugin from API: RFRadio Invalid version number provided by API: 1..2.11 Override not found in the API for TCUpgrades Override not found in the API for WelcomePanel 0 outdated plugins found Successfully sent to update embed channel! Next check in 60 minutes All of these have valid links provided. Any suggestions on how to clear these issues? The Debug Missing Parent Entity is the GitHub one and the Lights On is the version number issue. RFRadio has a version number issue as well. But AFDrops, ArmoredTrain, LadderFlyhack, TCUpgrades, WelcomePanel all have valid links.
-
Console Errors - OnEntitySpawned (affecting other plugins)
dustyhansen posted A Support Request in Support
Through the process of elimination, I have deduced that it is this plugin that is causing my issues. I am getting flooded with console spam for an OnEntitySpowned error on multiple plugins in my server. This has been going on all month. I was told to focus on the plugins that came before ChristmasTreePresents alphabetically and find the ones that had OnEntitySpawned in them to narrow it down. Then try turning them off one by one until I found the one causing the issue, which turns out is Christmas.cs. Here is the error i am seeing: Failed to call internal hook 'OnEntitySpawned' on plugin 'ChristmasTreePresents v1.1.0' [2949838417] (Object reference not set to an instance of an object) at void Oxide.Plugins.ChristmasTreePresents.OnEntitySpawned(ChristmasTree ctree) in /home/container/carbon/plugins/ChristmasTreePresents.cs:line 318 at object Oxide.Plugins.ChristmasTreePresents.InternalCallHook(uint hook, object[] args) in ChristmasTreePresents.cs/Internal:line 58 Failed to call internal hook 'OnEntitySpawned' on plugin 'CustomSled v1.0.2' [2949838417] (Object reference not set to an instance of an object) at void Oxide.Plugins.CustomSled.OnEntitySpawned(Sled sled) in /home/container/carbon/plugins/CustomSled.cs:line 24 at object Oxide.Plugins.CustomSled.InternalCallHook(uint hook, object[] args) in CustomSled.cs/Internal:line 38 Failed to call internal hook 'OnEntitySpawned' on plugin 'HeliSignals v1.2.24' [2949838417] (Object reference not set to an instance of an object) at void Oxide.Plugins.HeliSignals.OnEntitySpawned(BaseNetworkable entity) in /home/container/carbon/plugins/HeliSignals.cs:line 483 at object Oxide.Plugins.HeliSignals.InternalCallHook(uint hook, object[] args) in HeliSignals.cs/Internal:line 465 Failed to call internal hook 'OnEntitySpawned' on plugin 'ImprovedDoorClosers v1.0.3' [2949838417] (Object reference not set to an instance of an object) at void Oxide.Plugins.ImprovedDoorClosers.OnEntitySpawned(DoorCloser closer) in /home/container/carbon/plugins/ImprovedDoorClosers.cs:line 45 at object Oxide.Plugins.ImprovedDoorClosers.InternalCallHook(uint hook, object[] args) in ImprovedDoorClosers.cs/Internal:line 36 Failed to call internal hook 'OnEntitySpawned' on plugin 'InfiniteCandlesFog v0.0.7' [2949838417] (Object reference not set to an instance of an object) at void Oxide.Plugins.InfiniteCandlesFog.OnEntitySpawned(FogMachine fog) in /home/container/carbon/plugins/InfiniteCandlesFog.cs:line 45 at object Oxide.Plugins.InfiniteCandlesFog.InternalCallHook(uint hook, object[] args) in InfiniteCandlesFog.cs/Internal:line 35 Failed to call internal hook 'OnEntitySpawned' on plugin 'LadderFlyhack v1.0.0' [2949838417] (Object reference not set to an instance of an object) at void Oxide.Plugins.LadderFlyhack.OnEntitySpawned(MiningQuarry entity) in /home/container/carbon/plugins/LadderFlyhack.cs:line 43 at object Oxide.Plugins.LadderFlyhack.InternalCallHook(uint hook, object[] args) in LadderFlyhack.cs/Internal:line 23 Failed to call internal hook 'OnEntitySpawned' on plugin 'TwigsDecay v0.1.5' [2949838417] (Object reference not set to an instance of an object) at void Oxide.Plugins.TwigsDecay.OnEntitySpawned(BuildingBlock block) in /home/container/carbon/plugins/TwigsDecay.cs:line 148 at object Oxide.Plugins.TwigsDecay.InternalCallHook(uint hook, object[] args) in TwigsDecay.cs/Internal:line 63 Failed to call internal hook 'OnEntitySpawned' on plugin 'VehicleDecayProtection v2.6.1' [2949838417] (Object reference not set to an instance of an object) at IVehicleInfo Oxide.Plugins.VehicleDecayProtection+VehicleInfoManager.GetVehicleInfo(BaseEntity entity) in /home/container/carbon/plugins/VehicleDecayProtection.cs:line 988 at void Oxide.Plugins.VehicleDecayProtection.HandleEntitySpawned(BaseEntity entity) in /home/container/carbon/plugins/VehicleDecayProtection.cs:line 115 at void Oxide.Plugins.VehicleDecayProtection.OnEntitySpawned(BaseVehicle entity) in /home/container/carbon/plugins/VehicleDecayProtection.cs:line 79 at object Oxide.Plugins.VehicleDecayProtection.InternalCallHook(uint hook, object[] args) in VehicleDecayProtection.cs/Internal:line 86 Failed to call hook 'OnEntitySpawned' on plugin 'DeployableCore v1.0.1' (Object reference not set to an instance of an object) at bool Oxide.Ext.RustEdit.DeployableCore(BaseNetworkable) at void Oxide.Ext.RustEdit.DeployableCore.OnEntitySpawned(BaseNetworkable baseNetworkable) at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture) -
It does not crash the bot. It is a once off error that has appeared twice for me. I can't tell on the timing of the error, will have to wait for the next one. I wouldn't know because I don't have any updates showing because it isn't finding them at the moment.
-
Will this use the Alpha Loot heli crates if I have them customized? Or will it use vanilla heli crates? Can Alpha Loot support be added?
-
I would like the option of having it post there are no updates or at least updating the last post so that there is a timestamp of when it last checked maybe. That would at least make it so you could tell if the bot is broken or just not finding updates...
-
Yea can this be configurable? Or what is the best way to do this? Five minutes is definitely not enough time to go download multiple plugins and then upload them to the thread. Especially when I don't know when the post is being made with the update notice. Can you listen for as long as the refresh time or is 60 minutes too long to listen? That way the thread could be open until the next update post with a new thread.
-
yea, i have seen it twice now
-
@Magic Services looking for clarification here as well, thanks!
-
@Magic Services just wanted to make sure you saw this one as well.
-
Can you fix the version number? The update checker plugins don't recognize it because of the double periods.
-
Thanks, is there a place to report these to Server Armour? I don't mind submitting them, just need to know where.
-
If GitHub doesn't have version numbers and therefore you cannot verify plugins on GitHub, then you should probably remove it from your description as a supported source.
-
This worked, thanks!
-
Oh I see! i had no idea those were buttons, haha. Thanks! Merry Christmas to you as well!
-
I am getting a console error on load for this latest update. Is this an issue? Failed to call internal hook 'Unload' on plugin 'SimpleSplitter v2.5.6' [4006810030] (Specified cast is not valid.) at void Oxide.Plugins.SimpleSplitter.Unload() in /home/container/carbon/plugins/SimpleSplitter.cs:line 1033 at object Oxide.Plugins.SimpleSplitter.InternalCallHook(uint hook, object[] args) in SimpleSplitter.cs/Internal:line 170 Unloaded plugin Simple Splitter v2.5.6 by Shady14u Automatically Harmony patched 'ElectricOven.OvenFull_Patch1' method for Simple Splitter v2.5.6 by Shady14u. (ElectricOven_OvenFull) Automatically Harmony patched 'ElectricOven.OnItemAddedOrRemoved_Patch1' method for Simple Splitter v2.5.6 by Shady14u. (ElectricOven_OnItemAddedOrRemoved) Loaded plugin Simple Splitter v2.5.6 by Shady14u [46ms]
-
These were updated today and are not showing:
-
It's weird because I saw a thread get created when the post went up this morning, but then the thread disappeared a few minutes later. I checked the audit log and sure enough the bot created a thread and deleted it 6 minutes later...