Jump to content

GooberGrape

Member
  • Posts

    980
  • Joined

  • Last visited

Everything posted by GooberGrape

  1. GooberGrape

    Using scrap for currency

    Using scrap for currency doesn't seem to work keeps saying Insufficient funds, I found when using scrap in shop controller It counts a stack of scrap as 1 currency. also how do I add or find "SpecialId": when adding manually? for custom plugins like "BlackMarket": [ { "ItemId": 1397052267, "Shortname": "supply.signal", "DisplayName": "Heli Signal (Easy)", "SkinId": 2920175997, "InUse": true, "Amount": 1, "Cost": 0, "Cooldown": 0.0, "SpecialId": 97927638 } ] }
  2. GooberGrape

    error

    NullReferenceException: at Oxide.Plugins.HeliSignals+HeliAIState.StrafeThink ()
  3. GooberGrape

    error

    was a accident dude, cant delete.....
  4. GooberGrape

    error on click

    I get this when I click on a button made by CustomButtons plugin Failed to call hook 'OnLootEntity' on plugin 'XFastButtons v1.0.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.XFastButtons.OnLootEntity (BasePlayer player, BaseEntity entity) [0x00013] in <015b0cdab49d4962b88f097b86d91d91>:0 at Oxide.Plugins.XFastButtons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003e6] in <015b0cdab49d4962b88f097b86d91d91>: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 <cd7231f30b444d86bc6cca8a53cdd2ea>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0
  5. GooberGrape

    error

    Failed to call hook 'OnLootEntity' on plugin 'XFastButtons v1.0.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.XFastButtons.OnLootEntity (BasePlayer player, BaseEntity entity) [0x00013] in <015b0cdab49d4962b88f097b86d91d91>:0 at Oxide.Plugins.XFastButtons.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x003e6] in <015b0cdab49d4962b88f097b86d91d91>: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 <cd7231f30b444d86bc6cca8a53cdd2ea>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0 I get this when I click on a button made by CustomButtons plugin also this one https://umod.org/plugins/backpack-button
  6. GooberGrape

    error

    Failed to call hook 'OnWCRequestedUIPanel' on plugin 'ShopController v1.0.5' (ArgumentException: An item with the same key has already been added. Key: 97927638) at System.Collections.Generic.Dictionary`2[TKey,TValue].TryInsert (TKey key, TValue value, System.Collections.Generic.InsertionBehavior behavior) [0x000dd] in <694551e795764b938030a3128fac2b36>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].Add (TKey key, TValue value) [0x00000] in <694551e795764b938030a3128fac2b36>:0 at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Func`2[T,TResult] elementSelector, System.Collections.Generic.IEqualityComparer`1[T] comparer) [0x0009e] in <864870be861f4ce0a54a99d6c7a77a21>:0 at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] keySelector, System.Func`2[T,TResult] elementSelector) [0x00000] in <864870be861f4ce0a54a99d6c7a77a21>:0 at Oxide.Plugins.ShopController.UIGenerateCartItems (Oxide.Game.Rust.Cui.CuiElementContainer& container, Oxide.Plugins.ShopController+PlayerSettings playerSettings, System.String cartPanel) [0x0007a] in <a8ecbbc078b14d7d972ae656525243e2>:0 at Oxide.Plugins.ShopController.UIGenerateCart (BasePlayer player, Oxide.Plugins.ShopController+PlayerSettings playerSettings, System.Boolean isView) [0x00061] in <a8ecbbc078b14d7d972ae656525243e2>:0 at Oxide.Plugins.ShopController.UIGenerateShopItems (BasePlayer player, Oxide.Plugins.ShopController+PlayerSettings playerSettings) [0x00675] in <a8ecbbc078b14d7d972ae656525243e2>:0 at Oxide.Plugins.ShopController.UIOpenShop (BasePlayer player, Oxide.Game.Rust.Cui.CuiElementContainer& container, Oxide.Plugins.ShopController+PlayerSettings playerSettings) [0x000be] in <a8ecbbc078b14d7d972ae656525243e2>:0 at Oxide.Plugins.ShopController.CMDOpenShop (BasePlayer player, System.String command, System.String[] args) [0x000d6] in <a8ecbbc078b14d7d972ae656525243e2>:0 at Oxide.Plugins.ShopController.OnWCRequestedUIPanel (BasePlayer player, System.String panelName, System.String neededPlugin) [0x00016] in <a8ecbbc078b14d7d972ae656525243e2>:0 at Oxide.Plugins.ShopController.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00924] in <a8ecbbc078b14d7d972ae656525243e2>: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 <cd7231f30b444d86bc6cca8a53cdd2ea>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0
  7. witch paste files have the vending machines?
  8. GooberGrape

    Bro WTF?

    https://gyazo.com/9688d5a10fbb66cf1e2e55e9b85f4de1
  9. GooberGrape

    Bro a floater

    Also, some telephone poles on the road floating by the water treatment plant
  10. https://gyazo.com/92766e41b7e34abda7aab65f49473383
  11. NPC": { "scientistnpc_roam": "scientist", "scientistnpc_junkpile_pistol": "scientist", "scientistnpc_patrol": "scientist", "scientistnpc_excavator": "scientist", "scientistnpc_roamtethered": "scientist", "scientistnpc_full_lr300": "scientis", "scientistnpc_oilrig": "scientistnpc oil", "scientistnpc_heavy": "scientist heavy", "scientistnpc_roam_nvg_variant": "scientist", "scientistnpc_full_shotgun": "scientist", "npc_bandit_guard": "npc_bandit_guard", "scientistnpc_cargo_turret_any": "scientistnpc_cargo_turret", "npc_tunneldweller": "npc_tunneldweller", "scientistnpc_peacekeeper": "scientist peacekeeper", "npc_underwaterdweller": "npc_underwaterdweller", "scarecrow": "scarecrow", "scientistnpc_cargo": "scientistnpc_cargo", "scientistnpc_cargo_turret_lr300": "scientistnpc_cargo_turret_lr300", "scientistnpc_full_mp5": "scientistnpc_full_mp5", "scientistnpc_full_any": "scientistnpc_full_any", "npcplayertest": "npcplayertest", "scientistnpc_bradleyapc_monument": "scientistnpc_bradleyapc_monument", "scientistnpc_ch47_gunner": "scientistnpc_ch47_gunner", "scientistnpc_bradleyapc_road": "scientistnpc_bradleyapc_road"
  12. GooberGrape

    Bro a floater

    this is from version 1 i guess it doesn't matter now
  13. GooberGrape

    Bro a floater

    https://gyazo.com/7d720ca49da16edef225126f1a1517c6
  14. GooberGrape

    Bro a floater

    https://gyazo.com/5efbe7a0a42260e2996739a5102d9742
  15. GooberGrape

    Bro ship is a ATV.

    https://gyazo.com/5a97a77c4e4120a5076611e90c61f19a
  16. GooberGrape

    error

    [17:53:53] > Failed to call hook 'cmdCreateConfirm' on plugin 'EventManager v2.2.2' (ArgumentNullException: Value cannot be null. Parameter name: key) at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <694551e795764b938030a3128fac2b36>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x00000] in <694551e795764b938030a3128fac2b36>:0 at Oxide.Plugins.EventManager.cmdCreateConfirm (ConsoleSystem+Arg arg) [0x00057] in <5874361eec6c4a1b90fe16882eb43b73>:0 at Oxide.Plugins.EventManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00196] in <5874361eec6c4a1b90fe16882eb43b73>:0
  17. `Failed to call hook 'CanStackItem' on plugin 'FurnaceUpgrades v2.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FurnaceUpgrades.CanStackItem (Item source, Item target) [0x00008] in <27033e40a1004f1ebe194e1da8429891>:0 at Oxide.Plugins.FurnaceUpgrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00b34] in <27033e40a1004f1ebe194e1da8429891>: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 <cd7231f30b444d86bc6cca8a53cdd2ea>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0 Failed to call hook 'CanStackItem' on plugin 'FurnaceUpgrades v2.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FurnaceUpgrades.CanStackItem (Item source, Item target) [0x00008] in <27033e40a1004f1ebe194e1da8429891>:0 ` please fix
  18. GooberGrape

    error

    Failed to call hook 'ConsoleCommandUI' on plugin 'FurnaceUpgrades v2.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.FurnaceUpgrades+UIBuilder.AddImage (System.String parent, System.String image, System.String color, System.String anchor, System.String offset, System.String name) [0x0003d] in <8c5d75da462d4fd8857078917d2e5e0f>:0 at Oxide.Plugins.FurnaceUpgrades.ShowModal (BasePlayer player, BaseOven oven) [0x00375] in <8c5d75da462d4fd8857078917d2e5e0f>:0 at Oxide.Plugins.FurnaceUpgrades.ConsoleCommandUI (ConsoleSystem+Arg arg) [0x000b0] in <8c5d75da462d4fd8857078917d2e5e0f>:0 at Oxide.Plugins.FurnaceUpgrades.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00c3e] in <8c5d75da462d4fd8857078917d2e5e0f>: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 <cd7231f30b444d86bc6cca8a53cdd2ea>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0
  19. GooberGrape

    Floating fence

    Both harbors
  20. GooberGrape

    Floating fence

    pretty much around the harbor, the rocks and road and bus stops and pole
  21. GooberGrape

    Floating fence

  22. GooberGrape

    Bro any update for patch?

    Harbors oils!??!
1.9m

Downloads

Total number of downloads.

8.6k

Customers

Total customers served.

129.3k

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.