Jump to content

TuxGeek

Member
  • Posts

    251
  • Joined

  • Last visited

Everything posted by TuxGeek

  1. TuxGeek

    April 2025 update

    Hello, with the force wipe today I am getting the following error in carbon Failed to call internal hook 'OnCollectiblePickup' on plugin 'PlayerRanks v2.3.1' [3290943891] (Object reference not set to an instance of an object) at void Oxide.Plugins.PlayerRanks.OnCollectiblePickup(CollectibleEntity item, BasePlayer player) in /home/container/carbon/plugins/PlayerRanks.cs:line 1047 at object Oxide.Plugins.PlayerRanks.InternalCallHook(uint hook, object[] args) in PlayerRanks.cs/Internal:line 523
  2. TuxGeek

    April 2025 update

    After todays force wipe I am getting this compile error in carbon SmartWorkbench.cs 741:31 There is no argument given that corresponds to the required parameter 'destroyPercent' of 'DroppedItemContainer.TakeFrom(ItemContainer[], float)'
  3. TuxGeek

    April Update

    Hello, I am getting this compile error with the new April 2025 update. I am using carbon Bradley.cs 1883:17 The type or namespace name 'ReclaimBackpack' could not be found (are you missing a using directive or an assembly reference?)
  4. TuxGeek

    Zombies spawning in cliffs

    Im also having an error where if zombies are killed by a turret attached to my minicopter they drop no loot and give the error [2025.04.02 23:56:22] [ERRO] Timer of 1s has failed in 'Advanced Random Scarecrow Spawner v2.2.5 by Chernarust' [callback] (Object reference not set to an instance of an object) at object Oxide.Plugins.AdvancedRandomScarecrowSpawner.OnCorpsePopulate(ScarecrowNPC scarecrow, NPCPlayerCorpse corpse)+() => { } [1] in /home/container/carbon/plugins/AdvancedRandomScarecrowSpawner.cs:line 1383 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in /__w/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 50 [2025.04.02 23:56:24] [ERRO] Timer of 1s has failed in 'Advanced Random Scarecrow Spawner v2.2.5 by Chernarust' [callback] (Object reference not set to an instance of an object) at object Oxide.Plugins.AdvancedRandomScarecrowSpawner.OnCorpsePopulate(ScarecrowNPC scarecrow, NPCPlayerCorpse corpse)+() => { } [1] in /home/container/carbon/plugins/AdvancedRandomScarecrowSpawner.cs:line 1383 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in /__w/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 50 [2025.04.02 23:56:25] [ERRO] Timer of 1s has failed in 'Advanced Random Scarecrow Spawner v2.2.5 by Chernarust' [callback] (Object reference not set to an instance of an object) at object Oxide.Plugins.AdvancedRandomScarecrowSpawner.OnCorpsePopulate(ScarecrowNPC scarecrow, NPCPlayerCorpse corpse)+() => { } [1] in /home/container/carbon/plugins/AdvancedRandomScarecrowSpawner.cs:line 1383 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in /__w/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 50
  5. I am still having zombies spawn in cliffs, it has happened since the world 2.0 update. Any idea when a plugin update will be coming out?
  6. TuxGeek

    Events active

    Hello, I run a carbon server with a lot of events and recently my events are not showing up as active in the server hud.. Harbor Event, Armored Train, and Convoy, Airfield event, Dangerous Treasures, Flying Cargoship, Cargoplane Crash, Air Event, and both Oil rigs do not show as active for me when the events are running. I have included my config file to help figure this out. What would be causing this? I do use EventsManager by Mevent to control when the events run. Hud.json
  7. Hello, I run a carbon server and was looking through my carbon logs. When checking those i found this error. What could be causing this? [2025.03.28 15:34:29] [ERRO] Failed to call internal hook 'OnPlayerConnected' on plugin 'WTrading v1.1.12' [2848347654] (Value cannot be null. Parameter name: key) at int System.Collections.Generic.Dictionary<BasePlayer, Oxide.Plugins.WTrading+TradePlayer>.FindEntry(BasePlayer key) at bool System.Collections.Generic.Dictionary<BasePlayer, Oxide.Plugins.WTrading+TradePlayer>.TryGetValue(BasePlayer key, out TradePlayer value) at TradePlayer Oxide.Plugins.WTrading.GetTradePlayer(BasePlayer player) in /home/container/carbon/plugins/WTrading.cs:line 210 at void Oxide.Plugins.WTrading.OnPlayerConnected(BasePlayer player) in /home/container/carbon/plugins/WTrading.cs:line 829 at object Oxide.Plugins.WTrading.InternalCallHook(uint hook, object[] args) in WTrading.cs/Internal:line 211
  8. TuxGeek

    Admin time

    is there any update to fix the admin time commands with this plugin causing the screen to be overly bright at night for admins? without the plugin this does not happen
  9. TuxGeek

    Tax

    here are my plugins plugins.txt
  10. TuxGeek

    Tax

    i would have to do that every time the server reboots. Would you like a list of plugins i use?
  11. TuxGeek

    Console error

    I run a carbon server and am getting this error in my server console. Looks like an NRE on the corpse Failed to execute OnFrame callback (Object reference not set to an instance of an object) at object Oxide.Plugins.AdvancedRandomScarecrowSpawner.OnCorpsePopulate(ScarecrowNPC scarecrow, NPCPlayerCorpse corpse)+() => { } [0] in /home/container/carbon/plugins/AdvancedRandomScarecrowSpawner.cs:line 1381 at void Carbon.Managers.CarbonProcessor.Update() in /__w/Carbon/Carbon/Carbon.Core/Carbon/src/Processors/CarbonProcessor.cs:line 63
  12. TuxGeek

    Zombies spawning in cliffs

    is there a fix for this yet?
  13. TuxGeek

    Tax

    I have fixed the tax information for my server in the crafting_info.json. Thank you for your help. Do you know whats going on with that npc having multiple copies of himself?
  14. TuxGeek

    Tax

    beginning of the forcewipe when i reinstalled the plugin
  15. TuxGeek

    Tax

    Ive also noticed my professions npc has multiple npcs in the same spot even though i only placed him once
  16. TuxGeek

    Tax

    Hello, I run a carbon server. Players are telling me they are being taxed over 100 scrap for making items outside their profession. Does this config look correct for that behavior? i think i have the tax set to 2 for teir 1, 5 for tier 2 and 10 for teir 3. I cannot find anything wrong with the config file as far as the taxes go for crafting items outside of the players professions Professions.json
  17. Hello, I run a carbon server and im getting the following errors in my f1 console. The errors do not show in server logs or the server console and the hud does not show at the top left until the plugin is reloaded when this happens. It only happens when a player connects and only for that player. It does not happen for every player when they connect. I have tried deleting the config file and regenerating a new one, setting up all of my events back into the hud with the same error occuring
  18. is there a way to add the egg variables as options in the scheduler area of a servers panel? say to schedule a wipe with a set world size and seed?
  19. everything is working after a server reboot, for some reason unloading and reloading the plugin did not work. Thank you and sorry for the trouble
  20. I bought the plugin today and tried stacking things however sometimes i just cant get anything to stack at all. I tried using left click, right click, and middle click. Sometimes things would stack other times not. what am i doing wrong? i have included my config and a video of the plugin just not stacking water catchers clip_1,742,358,488,832.mp4 StackEverything.json
  21. TuxGeek

    Vending machine error

    I just bought the plugin and am getting this error in my server console. I run a carbon server Failed to call internal hook 'OnServerInitialized' on plugin 'VehicleBuy v2.1.6' [352240293] (Object reference not set to an instance of an object) at void Oxide.Plugins.VehicleBuy.SetupVendingMachine(BaseEntity machine, VendingMachine comp, List<VMOrder> items) in /home/container/carbon/plugins/VehicleBuy.cs:line 820 at void Oxide.Plugins.VehicleBuy.SpawnVendingMachines() in /home/container/carbon/plugins/VehicleBuy.cs:line 737 at void Oxide.Plugins.VehicleBuy.OnServerInitialized() in /home/container/carbon/plugins/VehicleBuy.cs:line 596 at object Oxide.Plugins.VehicleBuy.InternalCallHook(uint hook, object[] args) in VehicleBuy.cs/Internal:line 736 Purchase Vehicles from the Shop v2.1.6 by M&B-Studios & Mevent hook 'OnServerInitialized' took longer than 100ms [138ms]
  22. TuxGeek

    Hook Conflict

    Well ive thrown another heli signal and i didnt see the hook conflict in the log for that time and not in the server console anymore. Thank you again very much 🙂
  23. TuxGeek

    Hook Conflict

    thank you very much for both the fast response and all your work on this amazing plugin
  24. TuxGeek

    Hook Conflict

    Hello, I am getting a hook conflict on my carbon server. When i asked about this conflict in the HeliSignals support section i was given this response. Is there anything i can do to fix this conflict? "I checked out that plugin, I don't actually have it as it turns out but on their page they say its compatible with Heli Signals. The issue is the dev of that plugin is returning from "ShouldFancyDrop" as if it were a Boolean hook, so they are returning false, which some argue is more logical because we don't want Fancy Drop to act on those signals. However, the hook isn't Boolean and it is much more widely accepted that when returning a hook that requires a non null return value to stop normal behaviour, you should return true (which I do). This was discussed at length in the Oxide/Umod discord a long time ago and this was what was decided. In this case it doesn't hurt anything or break any actions, it just causes the console info spam you are seeing and will continue to do so unless one of us changes the returned hook value. As I'm using the most widely accepted way of returning this type of hook, so I won't change, as this will then cause conflict with many more plugins. This is the same as the console spam that so many servers see with Stack Modifier plugin, as he refuses to return from "CanCombineDroppedItem" hook in the already accepted way as 99.9% of every other dev out there as I described above! Anyway, it's up to you, you could find that hook in his code and change the return value to true instead of false, or just ignore it (or ask him to change it for the reasons explained ) Z" Hook conflict while calling 'ShouldFancyDrop[186179931]': HeliSignals 1.2.26 [True] and InstantAirdrop 1.0.13 [False]
1.7m

Downloads

Total number of downloads.

7.9k

Customers

Total customers served.

119.5k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.