Jump to content

EllieCat

Member
  • Posts

    139
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by EllieCat

  1. EllieCat

    Cooking

    After consumption, when falling from the air and falling to the ground, it will be kicked out by the server.
  2. EllieCat

    Cooking

    After consuming the cottage pie, if injured and falls to the ground, it will be kicked out by the server. Disconnected: RPC Error in OnPlayerLanded Server Console Display: ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
  3. EllieCat

    Cooking

    Appears when consuming dark chocolate mousse Failed to call hook 'OnPlayerAddModifiers' on plugin 'Cooking v2.0.1' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.) at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x000ff] in <fb001e01371b4adca20013e0ac763896>:0 at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in <fb001e01371b4adca20013e0ac763896>:0 at System.String.Format (System.String format, System.Object arg0) [0x00008] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.Cooking.OnPlayerAddModifiers (BasePlayer player, Item item, ItemModConsumable consumable) [0x003fc] in <77243ca2ce3d4810b984bf7c1017d67e>:0 at Oxide.Plugins.Cooking.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x036f2] in <77243ca2ce3d4810b984bf7c1017d67e>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 The default configuration also has this issue!
  4. EllieCat

    Cooking

    Gain cannot be triggered after consumption, without any hint! Resolved the conflict with BetterHealing
  5. EllieCat

    Shoppy Stock

    Can set up the purchase or sale of seeds or cloned plants with specific genes?
  6. EllieCat

    Harbor Event

    Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.HarborEvent+<OnCorpsePopulate>c__AnonStorey4.<>m__2 () [0x00017] in <046ccc92e8a4434cb2d37bfb524d715b>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <157a94ee66ab4a7991faecd1eb84be3b>:0 Console error when killing NPCs
  7. EllieCat

    PveMode

    Failed to call hook 'CanHelicopterStrafeTarget' on plugin 'PveMode v1.0.8' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Plugins.PveMode+<CanHelicopterTarget>c__AnonStorey1E.<>m__0 (Oxide.Plugins.PveMode+ControllerEvent x) [0x0000d] in <0784cdc56958463ea0a297fcb6de1461>:0 at Oxide.Plugins.PveModeExtensionMethods.ExtensionMethods.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00013] in <0784cdc56958463ea0a297fcb6de1461>:0 at Oxide.Plugins.PveMode.CanHelicopterTarget (PatrolHelicopterAI heli, BasePlayer player) [0x0002b] in <0784cdc56958463ea0a297fcb6de1461>:0 at Oxide.Plugins.PveMode.CanHelicopterStrafeTarget (PatrolHelicopterAI heli, BasePlayer player) [0x00000] in <0784cdc56958463ea0a297fcb6de1461>:0 at Oxide.Plugins.PveMode.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0199b] in <0784cdc56958463ea0a297fcb6de1461>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0
  8. EllieCat

    PveMode

    Tested for a few days and found that Heli also had the same problem. There is a probability of reporting an error when the Heli of other activities is destroyed.
  9. EllieCat

    Harbor Event

    Attacking NPCs on this ship will prompt you to be attacking the Convoy NPCs.
  10. EllieCat

    Harbor Event

    Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Convoy+LootManager.UpdateNpcLootContainer (NPCPlayerCorpse corpse, Oxide.Plugins.Convoy+NpcConfig npcConfig) [0x00000] in <cf31ee8646ce48f498c021bfd912d213>:0 at Oxide.Plugins.Convoy+<OnCorpsePopulate>c__AnonStorey6.<>m__0 () [0x00012] in <cf31ee8646ce48f498c021bfd912d213>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <157a94ee66ab4a7991faecd1eb84be3b>:0 Attack NPC on container cargo ships in version 2.1.3 will prompt this error message.
  11. EllieCat

    Road Bradley

    Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: RoadBradley - False (Boolean), Convoy (True (Boolean)) Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: RoadBradley - False (Boolean), TruePVE (True (Boolean))
  12. EllieCat

    Road Bradley

    (21:38:09) | Failed to call hook 'OnEntityKill' on plugin 'PveMode v1.0.8' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Plugins.PveMode.OnEntityKill (BradleyAPC bradley) [0x00013] in <356bf4abeb52422888e0d3bebfb42749>:0 at Oxide.Plugins.PveMode.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00a4f] in <356bf4abeb52422888e0d3bebfb42749>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 After the Bradley of RoadBradley is destroyed, PveMode will report an error.
  13. EllieCat

    PveMode

    (21:38:09) | Failed to call hook 'OnEntityKill' on plugin 'PveMode v1.0.8' (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Plugins.PveMode.OnEntityKill (BradleyAPC bradley) [0x00013] in <356bf4abeb52422888e0d3bebfb42749>:0 at Oxide.Plugins.PveMode.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00a4f] in <356bf4abeb52422888e0d3bebfb42749>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0 After the Bradley of RoadBradley is destroyed, PveMode will report an error.
  14. EllieCat

    Road Bradley

    Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: RoadBradley - False (Boolean), TruePVE (True (Boolean))
  15. EllieCat

    Cases

    Failed to call hook 'CmdCases' on plugin 'Cases v1.1.5' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Cases.RefCaseUi (BasePlayer player, Oxide.Game.Rust.Cui.CuiElementContainer& container, Oxide.Plugins.Cases+CaseInfo caseInfoData) [0x0047a] in <2c30acd7313542cfaa5033bed808374e>:0 at Oxide.Plugins.Cases.MainUI (BasePlayer player, System.Int32 page, System.Boolean first) [0x00f65] in <2c30acd7313542cfaa5033bed808374e>:0 at Oxide.Plugins.Cases.CmdCases (Oxide.Core.Libraries.Covalence.IPlayer cov, System.String command, System.String[] args) [0x00085] in <2c30acd7313542cfaa5033bed808374e>:0 at Oxide.Plugins.Cases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00cd2] in <2c30acd7313542cfaa5033bed808374e>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <23ba99f131254889867c71f0bd137b1d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <157a94ee66ab4a7991faecd1eb84be3b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <157a94ee66ab4a7991faecd1eb84be3b>:0
  16. EllieCat

    AutoFarm

    Error while compiling: AutoFarm.cs(712,253): error CS1525: Unexpected symbol `end-of-file'
  17. When to update permission to bypass production time?
  18. Calling hook CanCombineDroppedItem resulted in a conflict between the following plugins: DefendableHomes - True (Boolean), StackModifier (False (Boolean))
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

131.6k

Files Sold

Total number of files sold.

2.7m

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.