Jump to content

BetterDeadThanZed

Member
  • Posts

    1,140
  • Joined

  • Last visited

Everything posted by BetterDeadThanZed

  1. BetterDeadThanZed

    Console error

    I just looked at my console and I saw this error. I don't know what caused it as I'm not on the server right now: Failed to call hook 'CraftingPanelSortingCommand' on plugin 'CraftingPanel v1.0.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CraftingPanel.GetItemAmount (BasePlayer player, System.String shortname, System.UInt64 skinId) [0x00042] in <2e8108eee0f84542824442528d68b889>:0 at Oxide.Plugins.CraftingPanel.IngredientsSection (BasePlayer player, System.String section, System.String activeItem, System.String activeSkin, System.Int32 multiplier) [0x000e1] in <2e8108eee0f84542824442528d68b889>:0 at Oxide.Plugins.CraftingPanel.SkinSection (BasePlayer player, System.String section, System.String activeItem, System.String activeSkin, System.Int32 page) [0x00947] in <2e8108eee0f84542824442528d68b889>:0 at Oxide.Plugins.CraftingPanel.InfoSection (BasePlayer player, System.String section, System.String activeItem, System.Boolean isFavorite, System.Boolean thisOnly) [0x00bb9] in <2e8108eee0f84542824442528d68b889>:0 at Oxide.Plugins.CraftingPanel.ItemsSection (BasePlayer player, System.String section, System.String activeItem, System.String subSection, System.Int32 page) [0x00530] in <2e8108eee0f84542824442528d68b889>:0 at Oxide.Plugins.CraftingPanel.CraftingPanelSortingCommand (ConsoleSystem+Arg args) [0x00216] in <2e8108eee0f84542824442528d68b889>:0 at Oxide.Plugins.CraftingPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0014d] in <2e8108eee0f84542824442528d68b889>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <b6d06fce9e044af4a6ddc8d724bd3b0b>:0
  2. Could we get a command to spawn weed and the joints? Also, will these buffs interfere at all with the buffs from Skill Tree or Epic Loot?
    Another awesome map by Niko. The custom monuments are fun and the monorail system is so cool. If's a fun map. if you're looking for a great custom map that also won't challenge your potato PC players, this is one for you, considering it's 3k size!
      • 1
      • Like
  3. I apologize if this is a duplicate support request. I submitted a request but now it's not listed here. Discord recently made changes and some images hosted in Discord no longer work. The images in this plugin are suffering from that. As a result, no images are displayed in game and the console is being spamed.
  4. BetterDeadThanZed

    Discord images

    With changes to the Discord CDN, the images from this plugin no longer work. You'll need to host them somewhere else.
  5. They finally loaded. We're good now.
  6. Disregard that. I fixed that error and edited my post before you responded. The icons are not appearing (see my edited response).
  7. Hello. I downloaded the latest version and none of the icons are appearing on the hud using the default config. This is on version 3.1.6.
  8. Hello. I've created a new category and I've started to add the items. I added the poker table and it works fine. When I try crafting the slot machine, it crafts a poker table. I use the Place Anything plugin to be able to place slot machines and this has worked in the previous crafting menu plguin I've been using. Below is the code from my config file: { "Section name": "Gambling", "Enable this section?": true, "Section permission [required]": "gambling", "Register this permission?": false, "Section icon": "https://i.postimg.cc/kGbJ85TZ/items.png", "Section items": [ { "Item name [required]": "Poker Table", "Enable crafting of this item?": true, "Item permission [required]": "pokertable", "Register this permission?": false, "Item description": "Invite the boys over for a Poker night!", "Item properties": "A card table for up to 8 players. Just remember, the house ALWAYS wins.", "Item shortname": "cardtable", "Item skinId": 0, "Is this a blueprint? ": false, "Create an item with the default name (true) or the above name (false)?": true, "Item image [optional]": "https://codefling.com/uploads/monthly_2021_06/cardtable.png.4ef017dd12c5a15a33d77a1487397618.png", "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": "", "Amount per craft": 1, "Max craft multiplier": 1, "Crafting time [sec]": 5.2, "Show notification in game status (if they are enabled)?": true, "Workbench level [0 - not needed]": 0, "Crafting cost in the economy plugin [0 - disable]": 0, "Item variations": [], "Crafting ingredients": [ { "Resource name [required]": "Metal fragments", "Use this resource in ingredients?": true, "Resource shortname [required]": "metal.fragments", "Resource skinId": 0, "Required quantity for crafting": 100, "Return an item with the default name (true) or the above name (false)?": true }, { "Resource name [required]": "Scrap", "Use this resource in ingredients?": true, "Resource shortname [required]": "scrap", "Resource skinId": 0, "Required quantity for crafting": 100, "Return an item with the default name (true) or the above name (false)?": true }, { "Resource name [required]": "Wood", "Use this resource in ingredients?": true, "Resource shortname [required]": "wood", "Resource skinId": 0, "Required quantity for crafting": 100, "Return an item with the default name (true) or the above name (false)?": true }, { "Resource name [required]": "Tarp", "Use this resource in ingredients?": true, "Resource shortname [required]": "tarp", "Resource skinId": 0, "Required quantity for crafting": 1, "Return an item with the default name (true) or the above name (false)?": true } ] }, { "Item name [required]": "Slot Machine", "Enable crafting of this item?": true, "Item permission [required]": "slotmachine", "Register this permission?": false, "Item description": "A good workout for your right arm.", "Item properties": "A One Armed Bandit. Have too much scrap? Build one of these and it'll suck the scrap right out of you.", "Item shortname": "Slot Machine", "Item skinId": 0, "Is this a blueprint? ": false, "Create an item with the default name (true) or the above name (false)?": false, "Item image [optional]": "https://codefling.com/uploads/monthly_2021_06/slotmachineicon.png.726e2c3ec1ad21b563e0f88f338c7e1d.png", "Console commands executed after crafting (%steamid%, %username%, %amount%) [optional]": "slotmachine.give %steamid%", "Amount per craft": 1, "Max craft multiplier": 1, "Crafting time [sec]": 0.0, "Show notification in game status (if they are enabled)?": true, "Workbench level [0 - not needed]": 0, "Crafting cost in the economy plugin [0 - disable]": 0, "Item variations": [], "Crafting ingredients": [ { "Resource name [required]": "Scrap", "Use this resource in ingredients?": true, "Resource shortname [required]": "scrap", "Resource skinId": 0, "Required quantity for crafting": 500, "Return an item with the default name (true) or the above name (false)?": true }, { "Resource name [required]": "Frags", "Use this resource in ingredients?": true, "Resource shortname [required]": "frags", "Resource skinId": 0, "Required quantity for crafting": 1000, "Return an item with the default name (true) or the above name (false)?": true }, { "Resource name [required]": "Refined Metal", "Use this resource in ingredients?": true, "Resource shortname [required]": "metal.refined", "Resource skinId": 0, "Required quantity for crafting": 50, "Return an item with the default name (true) or the above name (false)?": true }, { "Resource name [required]": "Gears", "Use this resource in ingredients?": true, "Resource shortname [required]": "gears", "Resource skinId": 0, "Required quantity for crafting": 10, "Return an item with the default name (true) or the above name (false)?": true } ] } ] },
  9. I decided to buy the plugin. I have a request. Could you look into integrating this with Skill Tree by imthenewguy? That plugin has a skill that speeds up crafting if you use skill points.
  10. Ok, so what about the command? How do you open the craft menu?
  11. I like the concept. Are there already existing skins for the crates and the keys? Can different keys be assigned to different crates?
  12. Damn, that's too bad. Lots of work to add all of the items. I have another craft menu I've been using for a while but this one seems so much better. I just don't have the time to create an entire config. Also, how exactly do you open the menu?
  13. Does it come with a complete config of all items not normally craftable in games?
  14. I just installed this on my server and when I try connecting, I get kicked with the message in the screenshot. I disabled the plugin, joined my server, and wasn't kicked. I then loaded the plugin again, logged off and was able to login but I want to be sure this doesn't happen to everyone.
  15. Can players injure/kill other players? Other than building, do players tend to do anything else on servers running this plugin? I'm considering buying it but I don't want a server that goes dead after a week or two because players are tired of building.
  16. For those of you that run a Creative server, I have some questions: Once your player builds a base, what else do they do? Do they also engage in the monuments/looting? Can players craft anything with the mods you're using or do they still need to loot? What do you give your VIP's on the creative server that regular players don't have? Are you using a PVE plugin? What other "normal" plugins are you using with your creative server? I'm asking because I'm considering adding a creative server to my community.
  17. I updated. A player destroyed a heli over land and my console was spammed with "NullReferenceException: Object reference not set to an instance of an object" when the heli was destroyed. No crates landed in water.
  18. This needs an update due to a Buoyancy change in Rust. Server Exception: Buoyancy Cycle NullReferenceException: Object reference not set to an instance of an object at Buoyancy.BuoyancyFixedUpdate () [0x0011e] in <bfe9a0f816434fa49dbccfb6c004671a>:0 at Buoyancy.DoCycle (System.Boolean forced) [0x0000c] in <bfe9a0f816434fa49dbccfb6c004671a>:0 at Buoyancy.Cycle () [0x0001f] in <bfe9a0f816434fa49dbccfb6c004671a>:0 at ServerMgr.FixedUpdate () [0x0004a] in <bfe9a0f816434fa49dbccfb6c004671a>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception, Object) ServerMgr:FixedUpdate()
  19. This is probably the same thing that XDStatistics just had to update for. It did the same thing. The changelog indicates "Changed the layer UI Overlay => OverlayNonScaled".
  20. Same name as the free monument by WheatlyMF.
  21. Ok thanks. I missed that pin! I did have to change the command because /market is the command used by the Cooking 2.0 plugin for it's food market, where you can sell and buy food.
  22. I noticed the plugin name changed from marketplace.cs to marketplaceui.cs but there's no indication about this in the change log.
  23. I have a player that has removed his two bases but Limit Entities still shows the totals he had, including the TC's, foundations, etc and he can't build. The data files only has numbers... how can I reset his totals so he can build?
  24. Would it be possible to make the plugin so it doesn't affect raidable bases? Also, can we get a config to set how long it takes for food to rot?
1.9m

Downloads

Total number of downloads.

9k

Customers

Total customers served.

132k

Files Sold

Total number of files sold.

2.8m

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.