Jump to content

GooberGrape

Member
  • Posts

    980
  • Joined

  • Last visited

Everything posted by GooberGrape

  1. GooberGrape

    spamming illegal clothing

    Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.25, 17.84, 321.85) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.jacketx1.19152083 (-68.25, 17.84, 321.85) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.wood.armor.pantsx1.21479103 (-68.25, 17.84, 321.85) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.hoodiex1.21614319 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.jacketx1.19152083 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.wood.armor.pantsx1.21479103 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.hoodiex1.21614319 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.jacketx1.19152083 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.wood.armor.pantsx1.21479103 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.hoodiex1.21614319 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.jacketx1.19152083 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.wood.armor.pantsx1.21479103 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.hoodiex1.21614319 (-68.49, 17.98, 321.37) Object reference not set to an instance of an object [22:13:14] > [ITEM ERROR #1]: [AI] Tempest Saber - Item.attire.hide.skirtx1.21633602 (-68.49, 17.98 Looking at the error messages and the NpcSpawn plugin code, these errors are likely coming from the NpcSpawn plugin when it tries to equip clothing items on the "Tempest Saber" NPC. Here's what's happening: "Tempest Saber" is an NPC name - The NpcSpawn plugin allows custom NPC names through the Config.Name property The errors occur with clothing items - The plugin has an UpdateInventory() method that equips wear items on NPCs The null reference errors suggest the plugin is trying to equip items that either: Don't exist (invalid item shortnames) Have issues with the item creation process Have problems with the container they're being moved to The most likely cause is in the NPC's configuration where WearItems are defined. Check your NpcSpawn configuration files for the "Tempest Saber" NPC and verify: Item shortnames are correct - Ensure items like "hoodie", "attire.hide.skirt", "jacket", "wood.armor.pants" are valid The NPC preset/configuration is properly formatted No conflicting items - Some items can't be worn together To fix this: Look for the "Tempest Saber" NPC configuration in your NpcSpawn preset files Check the WearItems section for any invalid item names Consider temporarily removing the wear items to see if the errors stop Add items back one by one to identify which specific item is causing issues The error format [ITEM ERROR #1]: [AI] isn't directly from NpcSpawn's code, so it might be coming from another plugin that's monitoring or logging NPC equipment errors.
  2. GooberGrape

    error

    It works thanks
  3. GooberGrape

    error

    never mind
  4. GooberGrape

    error

    then how do i fix it? i have oxide.
  5. don't compile at all
  6. GooberGrape

    error

    all Carbon? no oxide support?
  7. GooberGrape

    error

    well this blows
  8. GooberGrape

    error

    [20:23:57] > Ignored unexpected plugin compilation failure: ShoppyStock [20:23:57] > Error while compiling ShoppyStock: The type or namespace name 'CarbonAliases' does not exist in the namespace 'Oxide.Ext' (are you missing an assembly reference?) | Line: 32, Pos: 17 [19:53:42] > Scientist[2699288] was killed by Nebula Claw at (-685.76, 12.25, -496.19) [19:53:49] > Failed to call hook 'GenerateConfigsCommand' on plugin 'ShoppyConverter v1.0.0' (ArgumentException: An item with the same key has already been added. Key: economics) at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x0015a] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.ShoppyConverter.ConvertConfig () [0x001d9] in <8a268b0a039f44b68527b56cf0340e2b>:0 at Oxide.Plugins.ShoppyConverter.GenerateConfigsCommand (ConsoleSystem+Arg arg) [0x00039] in <8a268b0a039f44b68527b56cf0340e2b>:0 at Oxide.Plugins.ShoppyConverter.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00149] in <8a268b0a039f44b68527b56cf0340e2b>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d59b507fd76240e5b62228d0eae39b73>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d59b507fd76240e5b62228d0eae39b73>:0 [19:53:49] > Calling 'GenerateConfigsCommand' on 'ShoppyConverter v1.0.0' took 113ms
  9. Something is wrong with the underwater lab The underwater lab in a16/b16 is glitchy like all of the doors open to walls and you cant really go from one room to another in it. havent been to the other underwater labs so idk about those
  10. GooberGrape

    BetterTC

    https://gyazo.com/866a974d92fa62e573aa08f823a5d0b5 how can i fix this?
  11. Crashing server
  12. can you make a version with out the floating island?
  13. What are you using for an outpost?
  14. you should make a 2500 version, i would buy it...
  15. GooberGrape

    llama3 support

    can you add llama3 support for self hosting AI?
  16. GooberGrape

    wont load on reboots

    no change
  17. GooberGrape

    wont load on reboots

    It’s not my oxide bro
  18. GooberGrape

    error on startup

    Error while compiling AnimalFarm: Cannot convert type 'BaseNetworkable' to 'Oxide.Plugins.ChickenCoop' via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion, or null type conversion | Line: 238, Pos: 37
  19. GooberGrape

    wont load on reboots

  20. GooberGrape

    wont load on reboots

    some reason it stopped loading after rebooting server, happened after rust latest update,
  21. GooberGrape

    Animal Farm

    its a farm, horses don't eat bears, can we have a option to disable it?
  22. GooberGrape

    Animal Farm

    put a horse in the farm and it ate the babies....
  23. I used AI to fix it
  24. GooberGrape

    errors

    its when you click a item you set to 0 "Amount": 0, also what command do i use for this? /animalfarm <farm/boar/stag/bear/wolf> <amount> "Farming": { "Icon URL": "http://135.148.136.217/shop/blackmarket.png", "Required Permission": "", "Display Blacklist Permissions (need to have all)": [], "Category Discount Permission (percentage)": {}, "Listings": { "abovegroundpool.deployed{2}-0": { "Command (if set, ignore item)": [ "animalfarm farm {userId}", "oxide.usergroup add {userId}" ], "Shortname": "abovegroundpool", "Skin ID": 3458119788, "Amount": 1, "Item Name": "Animal Farm", "Display Name": "Animal Farm", "Is Blueprint": false, "Icon URL (if skin not 0)": "http://135.148.136.217/animalfarm.jpg", "Price": 5000, "Price Per Purchase Multiplier": 1.0, "Multiply Price Per Daily (true) Or Per Wipe (false) Purchases": true, "Show Description Field": true, "Discount Permission (value)": {}, "Required Permission": "", "Display Blacklist Permission": "", "Daily Buy Max": 0, "Wipe Buy Max": 0, "Cooldown Between Purchases (in seconds, 0 to disable)": 0 },
  25. I guess that’s my point he didn’t make a console command that I can use in the shop
1.9m

Downloads

Total number of downloads.

8.6k

Customers

Total customers served.

129.1k

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.