Jump to content

TuxGeek

Member
  • Posts

    287
  • Joined

  • Last visited

Everything posted by TuxGeek

  1. TuxGeek

    Meteor Event

    what would be a good use for "Enable Plugin Hooks": false, being set to true?
  2. TuxGeek

    April 2025 update

    Your welcome, I hope it gives you all the information you need to fix the error. I can check logs to see if there is more information
  3. 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
  4. 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)'
  5. 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?)
  6. 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
  7. 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?
  8. 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
  9. 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
  10. 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
  11. TuxGeek

    Tax

    here are my plugins plugins.txt
  12. TuxGeek

    Tax

    i would have to do that every time the server reboots. Would you like a list of plugins i use?
  13. 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
  14. TuxGeek

    Zombies spawning in cliffs

    is there a fix for this yet?
  15. 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?
  16. TuxGeek

    Tax

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

    Tax

    Ive also noticed my professions npc has multiple npcs in the same spot even though i only placed him once
  18. 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
  19. 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
  20. 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?
  21. 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
  22. 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
  23. 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]
  24. 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
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

137.4k

Files Sold

Total number of files sold.

2.9m

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.