Jump to content

Keeks

Member
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Keeks's Achievements

Apprentice

Apprentice (3/15)

  • One Year In
  • First Post
  • Collaborator
  • Dedicated
  • Conversation Starter

Recent Badges

0

Reputation

  1. Keeks

    Still major issues

    Hello, I am still finding it impossible to use the plugin ... The crates are not following Min and Max item spawning sometime nothing "empty" and other times 1 item. Gathering for cloth and collectables not following the multipliers of gathering and no way to change it inside the GUI my pop decreased by 85% since I used the plugin. I have attached a sample config. I tried every possible combination ... Please publish a detailed guide. crate_military.json
  2. Hello, The plugin is not respecting the min and max container items, plus there are empty containers that spawn as well
  3. Keeks

    command sell

    Hello David, I have tried to send you on discord by the message is not accepted Your message could not be delivered. This is usually because you don't share a server with the recipient or the recipient is only accepting direct messages from friends. You can see the full list of reasons here: https://support.discord.com/hc/en-us/articles/360060145013
  4. Keeks

    command sell

    That is the error I get for any command: (14:43:24) | Failed to call hook 'shop_cmd' on plugin 'Shop v1.1.61' (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.Shop._RunNotif (BasePlayer player, System.Single duration, System.Int32 type, System.String[] properties) [0x00000] in <040b75c7f6854e84b30aa6c7c284303d>:0 at Oxide.Plugins.Shop.BuyCommand (BasePlayer player, System.String category, System.String command) [0x002dc] in <040b75c7f6854e84b30aa6c7c284303d>:0 at Oxide.Plugins.Shop.shop_cmd (ConsoleSystem+Arg arg) [0x00091] in <040b75c7f6854e84b30aa6c7c284303d>:0 at Oxide.Plugins.Shop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01320] in <040b75c7f6854e84b30aa6c7c284303d>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e23ba2c0f246426296d81c842cbda3af>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <46ff2b534abb4b35952608167523b7ec>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <46ff2b534abb4b35952608167523b7ec>:0 commands.json "Patrol.Helicopter": { "DisplayName": "Patrol Helicopter", "Image": "https://i.imgur.com/ThcMO8m.jpg", "Message": "You just bought a Patrol Helicopter ... Goodluck!", "Command": "heli.calltome", "BuyPrice": 1, "Currency": "eco" }, Categories.json "PetrolHeli": { "Image": "https://i.imgur.com/ThcMO8m.jpg", "Permission": null, "Sale": 0.0, "Items": [ "command/Patrol.Helicopter" ] },
  5. Keeks

    command sell

    HeliScrap ... but to be fair its not the Heli command I want to sell other commands as well like timed commands ... I can setup yp the timed permissions but unable to sell the commands
  6. Keeks

    command sell

    HeliScrap ... but to be fair its not the Heli command I want to sell other commands as well like timed commands ... I can setup yp the timed permissions but unable to sell the commands
  7. Keeks

    command sell

    Hello, First thank you for the great work. I am trying to sell commands in shop but unable to find any instructions on how to add a category and sell a command for an example /call heli or and other command that depends on a price
  8. Hello, The player time and all other statistics are always 0
  9. Keeks

    Vault Door

    Hi David, As you see I like your plugins ... Do you have a full Entities.json file? I am unable to get the vault door to work Thank you. Update: I was able to figure out the door but nothing can be picked backup... The door nor the recycler
  10. Keeks

    Recycler Placing as wooden box

    Hello, I am using the latest update for Craft Menu, The recycler is placing as a wooden box, Another question how would I get place anything as it said it is free for ppl that bought Craft Menu. but I am unable to download Place anything as it is asking me to pay for it. Thank you }, "box.wooden.large{1}": { "Name": "Recycler", "Image": "https://rustplugins.net/products/craftmenu/recycler_icon.png", "SkinID": 1594245394, "Category": "construction", "Tier": 3, "ResearchCost": 15000, "Resources": { "metal.fragments": 5000, "techparts": 50, "gears": 20, "metal.refined": 300 }
  11. Keeks

    Shop UI crashes randomly

    Yes, and everything works great but all of a sudden my players try to go to the shop from the panel and it shows the panel empty for the shop and I get the message I've posted
  12. Keeks

    Shop UI crashes randomly

    If you still having issues, feel free to open support ticket and I will assist you soon as I can. (within 16 hours usually) (18:33:57) | [Shop] Error found in configuration files. Please make sure that: • You didn't break json formating. Online Json validator can be used to check it. • You not missing any file in your data/Shop folder • Check if Item.json and Categories.json are not empty. If you still having issues, feel free to open support ticket and I will assist you soon as I can. (within 16 hours usually)
  13. Keeks

    Shop UI crashes randomly

    The shop crashes Randomly when linked to Welcome Panel when I use o.reload Shop things work fine for a duration of time then I must do the same again
  14. Must hit so many times before the upgrade or remove happens. that is not fun nor it is the purpose of the app.
  15. Keeks

    Not able to buy items

    When my players try to buy an Item from the Shop I get the below error (21:29:18) | Failed to call hook 'shop_cmd' on plugin 'Shop v1.1.61' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Shop.InCombat (BasePlayer player) [0x00077] in <d0da5f6f9f08474fa540f1e2ed7d7fa7>:0 at Oxide.Plugins.Shop.Buy (BasePlayer player, System.String category, System.String itemName, System.Int32 amount) [0x0000d] in <d0da5f6f9f08474fa540f1e2ed7d7fa7>:0 at Oxide.Plugins.Shop.shop_cmd (ConsoleSystem+Arg arg) [0x00053] in <d0da5f6f9f08474fa540f1e2ed7d7fa7>:0 at Oxide.Plugins.Shop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01320] in <d0da5f6f9f08474fa540f1e2ed7d7fa7>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <e23ba2c0f246426296d81c842cbda3af>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <50629aa0e75d4126b345d8d9d64da28d>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <50629aa0e75d4126b345d8d9d64da28d>:0
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.3k

Files Sold

Total number of files sold.

1.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.