Jump to content

Seezure

Member
  • Posts

    97
  • Joined

  • Last visited

Everything posted by Seezure

  1. Seezure

    Failed to call hook

    Keep getting a red error: Failed to call hook 'OnItemCraftFinished' on plugin 'Skinner v1.4.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Skinner.OnItemCraftFinished (ItemCraftTask task, Item item, ItemCrafter itemCrafter) [0x00020] in :0 at Oxide.Plugins.Skinner.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000c0] in :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
  2. Seezure

    Water Patrol

    Same with me. When I unloaded the plugin, the server went crazy, so I deleted the plugin and restarted my server.
  3. Seezure

    Water Patrol

    I'm having the same problem. Hundreds of boats and the server goes to 1 fps. |
  4. I have the allowFuelIfUnlimited set to false so there is no need to worry about fuel at all. I loved it! Now, when it spawns it has no fuel in it. If it had the 1 fuel in it when it spawned it wouldn't even be an issue. I have the minicopteroptions plugin installed but fuel consumption is set to zero and starting fuel is set to 2.
  5. The dismount and kill on sleep seem to be working perfectly, thank you! The allowFuelIfUnlimited-false option is still not working and you have to put lgf in for the mini to run. It would be nice to have that back if possible.
  6. OxidationSmelting.json
  7. I appreciate your work! I'll keep an eye out for an update after the weekend.
  8. 0.5.5 broke the no fuel needed and allowFuelIfUnlimited option. Also, the "killOnSleep" option does not work, but the may 4'th update broke that on 0.5.4 as well.
  9. Seezure

    The update broke the plugin.

    Can you post the new version here?
  10. Seezure

    The update broke the plugin.

    this is what I get when I click the download link.MyMiniCopter.cs
  11. Seezure

    The update broke the plugin.

    the wrong version is posted I think.
  12. Seezure

    The update broke the plugin.

    The download link is only giving me 0.5.3
  13. Seezure

    The update broke the plugin.

    I saw that you released an update but it still wont compile. Wasnt sure if you were aware.
  14. Error while compiling: MyMiniCopter.cs(1024,78): error CS1503: Argument `#1' cannot convert `uint' expression to type `NetworkableId'
  15. Has there been any progress on an update for the electric furnaces?
  16. Importing skins on wooden doors is not working. I haven't had problems importing skins on anything else. It says the skin has been imported and saved but it doesn't show up in the skin box. I l LOVE the plugin though, Thank you!
  17. Thank you, much appreciated
  18. Can the electric furnaces be added to this plugin, please?
  19. Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean)) Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean)) Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean)) Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean)) Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean)) Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean)) Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean)) Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean)) Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean)) Calling hook CanStackItem resulted in a conflict between the following plugins: StackModifier - True (Boolean), Skinner (False (Boolean))
  20. Seezure

    Skinner not working

    Error while compiling: Skinner.cs(2240,24): error CS1061: Type `Network.Server' does not contain a definition for `write' and no extension method `write' of type `Network.Server' could be found. Are you missing an assembly reference?
  21. Seezure

    Spamming in console

    { "Global": { "allowWhenBlocked": false, "allowRespawnWhenActive": true, "useCooldown": false, "useNoEscape": false, "useFriends": false, "useClans": false, "useTeams": false, "copterDecay": false, "allowDamage": true, "killOnSleep": true, "allowFuelIfUnlimited": false, "allowDriverDismountWhileFlying": false, "allowPassengerDismountWhileFlying": true, "debug": false, "StopEngineOnGMini": false, "stdFuelConsumption": 0, "cooldownmin": 60, "mindistance": 0, "gminidistance": 0, "minDismountHeight": 7, "startingFuel": 1, "Prefix": "[My MiniCopter]: ", "TimedHover": false, "DisableHoverOnDismount": true, "EnableRotationOnHover": true, "PassengerCanToggleHover": false, "HoverWithoutEngine": false, "UseFuelOnHover": false, "HoverDuration": 60, "UseKeystrokeForHover": true, "HoverKey": 134217728 }, "Version": { "Major": 0, "Minor": 4, "Patch": 8 }, "VIPSettings": { "myminicopter.viplevel1": { "unlimited": false, "canloot": true, "stdFuelConsumption": 0, "startingFuel": 1, "cooldownmin": 5, "mindistance": 0, "gminidistance": 0 } } }
  22. Seezure

    Spamming in console

    Failed to call hook 'OnPlayerInput' on plugin 'MyMiniCopter v0.4.8' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.MyMiniCopter.OnPlayerInput (BasePlayer player, InputState input) [0x00142] in :0 at Oxide.Plugins.MyMiniCopter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001d7] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
  23. Thank you very much!
  24. I have NoBurnedMeat set to true but it still burns. Am I doing something wrong? { "Version": { "Major": 1, "Minor": 0, "Patch": 1 }, "NoBurnedMeat": true, "Ovens": { "bbq.deployed": { "Multiplier": 3, "NoFuelRequired": false }, "campfire": { "Multiplier": 1, "NoFuelRequired": false }, "fireplace.deployed": { "Multiplier": 1, "NoFuelRequired": false }, "furnace.large": { "Multiplier": 5, "NoFuelRequired": false }, "furnace": { "Multiplier": 3, "NoFuelRequired": false }, "hobobarrel_static": { "Multiplier": 1, "NoFuelRequired": false }, "hobobarrel.deployed": { "Multiplier": 1, "NoFuelRequired": false }, "refinery_small_deployed": { "Multiplier": 5, "NoFuelRequired": false }, "skull_fire_pit": { "Multiplier": 1, "NoFuelRequired": false }, "small_refinery_static": { "Multiplier": 5, "NoFuelRequired": false } }, "Products": { "fish.raw": { "CookTime": 20.0, "Amount": 1 }, "chicken.raw": { "CookTime": 30.0, "Amount": 1 }, "deermeat.raw": { "CookTime": 30.0, "Amount": 1 }, "horsemeat.raw": { "CookTime": 26.0, "Amount": 1 }, "humanmeat.raw": { "CookTime": 30.0, "Amount": 1 }, "bearmeat": { "CookTime": 30.0, "Amount": 1 }, "wolfmeat.raw": { "CookTime": 30.0, "Amount": 1 }, "meat.boar": { "CookTime": 30.0, "Amount": 1 }, "crude.oil": { "CookTime": 10.0, "Amount": 3 }, "can.beans.empty": { "CookTime": 30.0, "Amount": 15 }, "can.tuna.empty": { "CookTime": 30.0, "Amount": 10 }, "hq.metal.ore": { "CookTime": 20.0, "Amount": 1 }, "metal.ore": { "CookTime": 10.0, "Amount": 1 }, "sulfur.ore": { "CookTime": 5.0, "Amount": 1 } }, "Fuel": { "door.key": { "ByProduct": "charcoal", "FuelAmount": 10.0, "ByProductAmount": 1, "ByProductChance": 0.0 }, "wood": { "ByProduct": "charcoal", "FuelAmount": 10.0, "ByProductAmount": 1, "ByProductChance": 0.75 } } }

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.3k
Customers served
Files Sold
161k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.