Jump to content

Kk

Member
  • Posts

    132
  • Joined

  • Last visited

Everything posted by Kk

  1. What should I do if I buy the same plugin twice ?
  2. Kk

    Monument Owner

    Always locked, unable to end
  3. Kk

    Shark Launcher

    Can spawning and shooting be authorized separately? I want players to obtain it through a vending machine. The previous version can be implemented this way, but after the update, it no longer works。 Without authorization, players cannot launch shark effects
  4. Kk

    Shark Launcher

    Permission 'SharkLauncher.req' doesn't exist
  5. Kk

    Shark Launcher

    Put it into the vending machine, players cannot use shark effects
  6. Kk

    Customizable Protection

    I have set several clothes with unique attributes and placed them in the Custom folder, but I don't want to use the data in the plugin Default because it doesn't match the official data. Is there a way to close it?
  7. Kk

    AnimalLoot

    Thank you, author. Thank you for your hard work
  8. Kk

    AnimalLoot

    "Enable Plugin": true, "Animal Loot": { "chicken": { "Items Per Stash": 3, "Luck Loot Probability": 10, "scrap": 20, "halloween.candy": 10 }, "stag": { "Items Per Stash": 3, "Luck Loot Probability": 10, "scrap": 20, "halloween.candy": 20 }, "boar": { "Items Per Stash": 3, "Luck Loot Probability": 10, "scrap": 30, "healingtea": 2, "halloween.candy": 30 }, "wolf": { "Items Per Stash": 3, "Luck Loot Probability": 10, "scrap": 50, "healingtea": 3, "halloween.lootbag.medium": 1 }, "bear": { "Items Per Stash": 3, "Luck Loot Probability": 10, "scrap": 100, "healingtea.advanced": 2, "halloween.lootbag.medium": 3 }, "polarbear": { "Items Per Stash": 3, "Luck Loot Probability": 10, "scrap": 100, "healingtea.advanced": 2, "halloween.lootbag.medium": 3 }, "horse": { "Items Per Stash": 3, "Luck Loot Probability": 10, "scrap": 30, "halloween.candy": 20 } }, "Box Decay Time (in seconds)": 600.0, "Show Loot Message": true, "Show UI": false, "Directly Loot from Animal Corpse": { "chicken": false, "stag": false, "boar": false, "wolf": false, "bear": false, "polarberar": false, "horse": false }, "Lucky Loot Enabled": true, "Lucky Loot": { "diesel_barrel": 2, "healingtea.pure": 2 }, "Version": "1.0.0"
  9. Kk

    Customizable Protection

    Hello, how can I use official clothing data instead of custom configured data I tried to modify the custom project to the official default data, but it seems that it is not as I expected. The cold value of 58 is -25 ° C in snowy mountains
  10. Kk

    AnimalLoot

    What happened? The server keeps reporting errors Failed to call hook 'OnEntityDeath' on plugin 'AnimalLoot v1.0.0' (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.AnimalLoot.OnEntityDeath (BaseCombatEntity entity, HitInfo info) [0x001a5] in <e3f0b2a8bbc6492c88a3f10a89e884e4>:0 at Oxide.Plugins.AnimalLoot.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x000b7] in <e3f0b2a8bbc6492c88a3f10a89e884e4>: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
  11. Kk

    Christmas

    This plugin has been reporting errors, I don't know why Failed to call hook 'OnEntitySnapshot' on plugin 'Christmas v1.0.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Christmas+TreeScaleManager.TreeNeedsUpdate (ChristmasTree tree, Network.Connection connection) [0x00000] in <a90031c16c7041859de3d7daa3e182dd>:0 at Oxide.Plugins.Christmas.OnEntitySnapshot (ChristmasTree entity, Network.Connection connection) [0x00014] in <a90031c16c7041859de3d7daa3e182dd>:0 at Oxide.Plugins.Christmas.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002d0] in <a90031c16c7041859de3d7daa3e182dd>: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
  12. Kk

    Farm Barn

    Hello author, it seems that Farm Barn has encountered a new bug, It will generate a box on the map, which is filled with the spoils set by the Farm Barn plugin, and there are probably dozens of such packages Failed to call hook 'OnItemAction' on plugin 'FarmBarn v1.3.1' (ArgumentOutOfRangeException: Length cannot be less than zero. Parameter name: length) at System.String.Substring (System.Int32 startIndex, System.Int32 length) [0x0004a] in <fb001e01371b4adca20013e0ac763896>:0 at Oxide.Plugins.FarmBarn.OnItemAction (Item item, System.String action, BasePlayer player) [0x0002e] in <2b8792ca1fd14024932abbcab5c511ee>:0 at Oxide.Plugins.FarmBarn.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002b8] in <2b8792ca1fd14024932abbcab5c511ee>: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
  13. Kk

    Farm Barn

    Has the PreventLooting plugin affected Farm Barn? I am a PVE server, and players cannot open boxes except for administrators who can open them
  14. Kk

    Farm Barn

    Without management permissions, I will not be able to open any boxes. It shows that you cannot use this entity. This excellent work will not be updated in the future?
  15. Kk

    Farm Barn

    Can remove items from gaps
  16. Kk

    Farm Barn

    The store cannot make effective selective purchases and always locks in the first one. Only wood can be purchased, and stones and metal fragments cannot be purchased. Even if stone is selected, the picture remains of wood
  17. Kk

    Farm Barn

    Is the plugin still valid?
  18. Kk

    Craft Menu

    Why did I install it but there was no response in the game? Do I need authorization?
  19. Kk

    Craft Menu

    A web request error occurred in the CraftMenu v1.1.2 plugin. Request URL: https://codefling.com/capi/file-525/?do=apicall Error: NullReferenceException: Object reference not set to an instance of an object at Oxide.Core.Libraries.WebRequests+WebRequest.<WaitForResponse>b__40_0 (System.IAsyncResult res is null) Also, after loading the CraftMenu plugin, nothing happens and the menu doesn't work. How can I fix this?

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.9m
Total downloads
Customers
11.8k
Customers served
Files Sold
168k
Total sales
Payments
3.6m
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.