Jump to content

TuxGeek

Member
  • Posts

    260
  • Joined

  • Last visited

Everything posted by TuxGeek

  1. When i try to use the latest version of this outpost prefab in rust edit, the program crashes. is this a problem with the prefab? i didnt have the issue on the previous version
  2. TuxGeek

    BradleyAPC XP

    I use bradley drops and i believe this is an issue with that plugin
  3. TuxGeek

    Player Ranks

    I am getting this error with the latest update July 8th 2024 on a carbon server that is using the latest version of carbon Failed to call internal hook 'OnRocketLaunched' on plugin 'PlayerRanks v2.3.1' [658881068] (Object reference not set to an instance of an object) at void Oxide.Plugins.PlayerRanks.Plus(BasePlayer player, string category, int intScore) in /home/container/carbon/plugins/PlayerRanks.cs:line 1272 at void Oxide.Plugins.PlayerRanks.OnRocketLaunched(BasePlayer player) in /home/container/carbon/plugins/PlayerRanks.cs:line 929 at object Oxide.Plugins.PlayerRanks.InternalCallHook(uint hook, object[] args) in PlayerRanks.cs/Internal:line 742
  4. here is a screenshot of stacks i have that will not stack together at all even though the stack size max is set higher
  5. I am seeing this issue too. not sure what is going on to cause it, only the one plugin to change anything to do with stack sizes
    Love this plugin, I use it on multiple servers. This plugin has saved players a ton of time by composting bones and horse dung a lot faster instead of waiting a week for everything to finish. Players really like how the fertilizer stacks higher than the max stack size on the server due to the speed of composting.
  6. TuxGeek

    Better Npc

    got this error with the update from July 6th, server is running carbon Failed compiling 'BetterNpcNames.cs': 1. Cannot convert type 'BasePlayer.EncryptedValue<ulong>' to 'int' [CS0030] (BetterNpcNames 58 line 259)
  7. I am getting this error after the latest rust update on a carbon server Failed to call internal hook 'OnEntitySpawned' on plugin 'CompostStacks v2.0.2' [2949838417] (Object reference not set to an instance of an object) at void Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Message(string message, string prefix, params object[] args) in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Covalence/IPlayer.cs:line 209 at void Oxide.Game.Rust.Libraries.Covalence.RustPlayer.Message(string message) in /home/runner/work/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Covalence/IPlayer.cs:line 214 at void Oxide.Plugins.CompostStacks.OnEntitySpawned(BaseNetworkable entity) in /home/container/carbon/plugins/CompostStacks.cs:line 154 at object Oxide.Plugins.CompostStacks.InternalCallHook(uint hook, object[] args) in CompostStacks.cs/Internal:line 41
  8. TuxGeek

    Update needed

    I am getting this same error on carbon
  9. getting this error with the new update Failed compiling 'Loottable.cs': 1. The best overload for 'GetImageString' does not have a parameter named 'silent' [CS1739] (Loottable 57 line 647)
  10. I have updated the plugin and checked the config, however when i throw an supply signal i get no error but the drop doesnt happen instantly anymore, I have supplied a picture of my server console output in testing too
    Great plugin, Was able to organize all of my events by time and day of week. I optimized the server by having less events run all at once with their own timers set. Very nice interface that is really easy to use. I highly recommend this plugin.
  11. TuxGeek

    Heli Signals

    only way i know how to do that is to run a command listed below and throw the custom supply signal. the top one is for a heli wave and the bottom one is for the easy difficulty, replace %steamid% with the players steam id you want to give the signal to hsgive wave_normal %steamid% 1 "hsgive easy %steamid% 1"
  12. TuxGeek

    SimplePVE

    I am getting this error on an oxide server. Failed to call hook 'CanLootEntity' on plugin 'SimplePVE v1.2.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.SimplePVE.CanLootEntity (BasePlayer player, StorageContainer container) [0x0003d] in <9d7aa4fead8e437bb9062f5d09e9c273>:0 at Oxide.Plugins.SimplePVE.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00f05] in <9d7aa4fead8e437bb9062f5d09e9c273>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 [Skill Tree] Saving player data for 1 players. [Skill Tree] Finished saving player data. Saved 201,557 ents, cache(0.18), write(0.08), disk(0.05). Saving complete Failed to call hook 'CanLootEntity' on plugin 'SimplePVE v1.2.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.SimplePVE.CanLootEntity (BasePlayer player, StorageContainer container) [0x0003d] in <9d7aa4fead8e437bb9062f5d09e9c273>:0 at Oxide.Plugins.SimplePVE.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00f05] in <9d7aa4fead8e437bb9062f5d09e9c273>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0
  13. TuxGeek

    Heli Signals

    to call the vanilla heli you can type in F1 "heli.call" "heli.calltome" or "drop" heli.call makes a heli spawn randomly on the map like the vanilla one does, heli.calltome calls the same heli but makes it travel to you, drop spawns one above your position
  14. TuxGeek

    Rust Rewards

    I am getting this error when running the command /rustrewards while running a carbon server with the latest version, the previous versions i used it always worked Failed executing chat command 'rustrewards' in 'RustRewards v3.1.6 by Steenamaroo' [callback] (Specified cast is not valid.) at void Oxide.Plugins.RustRewards.RRPlayerUI(BasePlayer player) in /home/container/carbon/plugins/RustRewards.cs:line 1639 at void Oxide.Plugins.RustRewards.RustRewardsUI(BasePlayer player, string command, string[] args) in /home/container/carbon/plugins/RustRewards.cs:line 1600 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
  15. TuxGeek

    Hackable Crate not hacking

    I have fixed the issue. Sorry for wasting your time. You can close this support request
  16. TuxGeek

    Hackable Crate not hacking

    Hello, I run a carbon server. I had a player today about 10 minuets to server reboot unable to hack the crates from convoy, no matter where they went around or on top of the crate pressing E the crate would not start the hack. What could be causing this? There was no output in the server console when this was happening. Any help would be apreciated.
  17. I have the latest version and the problem has been solved, sorry for the late response. Been pretty busy with the latest facepunch updates
  18. TuxGeek

    Zone error console spam

    I have gotten the /sprules to work again by removing all commands to run when purge starts and stops. and got rid of the error on reloading the plugin
  19. TuxGeek

    Zone error console spam

    this also happens when reloading the plugin Loaded plugin SimplePVE v1.2.1 by Ifte [409ms] Failed to call internal hook 'OnServerInitialized' on plugin 'SimplePVE v1.2.1' [1330569572] (Object reference not set to an instance of an object) at void Oxide.Plugins.SimplePVE.OnServerInitialized() in /home/container/carbon/plugins/SimplePVE.cs:line 817 at object Oxide.Plugins.SimplePVE.InternalCallHook(uint hook, object[] args) in SimplePVE.cs/Internal:line 756
  20. TuxGeek

    Zone error console spam

    The /sprules command doesnt work anymore either. the command worked before any of the console spam started. Is this from the recent rust and carbon updates?
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

126k

Files Sold

Total number of files sold.

2.6m

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.