Jump to content

GooberGrape

Member
  • Posts

    967
  • Joined

  • Last visited

Everything posted by GooberGrape

  1. GooberGrape

    Oil Island

    Bots floating in the air https://gyazo.com/13e6df141d91224259bb0b18b28c65a7
  2. Would it be possible to add discord connection?
  3. https://gyazo.com/0cd0dbe86f7eea2254f87cea68cae264
  4. GooberGrape

    Floating Boxes

    Bro boxes floating https://gyazo.com/6cde17f7b822500bd6b3fed45bcca6a3
  5. GooberGrape

    no places to build

    To much mountain taking up the map... no places to build
  6. GooberGrape

    names showing as Unkown

    https://gyazo.com/dc17ec5e3c899741ccc8d47592bbca3a https://gyazo.com/5625d05d596017271357d99fa8a3f933
  7. HE KNOWS YET HASESNT FIXED IT YET.. says it doesnt effect anything..
  8. GooberGrape

    The Ferry

    fixed
  9. GooberGrape

    The Ferry

    "Ui OffsetMin": "-250.0 305.0", "Ui OffsetMax": "250.0 330.0",
  10. GooberGrape

    The Ferry

    the timer left the screen last update.
  11. GooberGrape

    The Ferry

    how I fix? https://gyazo.com/ea874a38d96d1e2749fd90e00f014157
  12. GooberGrape

    adding custom items

    on Shop controller I cant get it to work with adding custom items, also where do I get the special ID ? { "ItemId": 1397052267, "Shortname": "supply.signal{1}", "DisplayName": "Heli Signal (Easy)", "SkinId": 2920175997, "InUse": true, "Amount": 1, "Cost": 0, "Cooldown": 0.0, "SpecialId": 97927638 } Tthis works for ShopUI "supply.signal{1}": { "DisplayName": "Heli Signal (Easy)", "Skin": 2920175997, "Image": "easyHeli.png", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 1500, "SellPrice": 0, "Currency": "scrap", "ShowDisplayName": true },
  13. GooberGrape

    error

    I have it on two server and it’s doing the same error
  14. GooberGrape

    error

    [08:45:37] > Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Plugins.GunShip+<>c__DisplayClass299_0.<OnEntitySpawned>b__0 () [0x00000] in <ebeb86fbe4844c14af326c9278947bd5>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0
  15. GooberGrape

    error

    Server Exception: Building Manager NullReferenceException at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component) at BaseEntity.WorldSpaceBounds () [0x00000] in <6845dc4c2f674af6810f9220daeff260>:0 at BaseEntity.GetNearestBuildingPrivledge () [0x00000] in <6845dc4c2f674af6810f9220daeff260>:0 at BaseEntity.GetBuildingPrivilege () [0x00000] in <6845dc4c2f674af6810f9220daeff260>:0 at DecayEntity.GetBuildingPrivilege () [0x00011] in <6845dc4c2f674af6810f9220daeff260>:0 at DecayEntity.DecayTick () [0x00075] in <6845dc4c2f674af6810f9220daeff260>:0 at ServerBuildingManager.Cycle () [0x00157] in <6845dc4c2f674af6810f9220daeff260>:0 at ServerMgr.Update () [0x000f3] in <6845dc4c2f674af6810f9220daeff260>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception, Object) ServerMgr:Update()
  16. GooberGrape

    error

    yes I added manually.
  17. 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 } ] }
  18. GooberGrape

    error

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

    error

    was a accident dude, cant delete.....
  20. 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
  21. 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
  22. 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
  23. witch paste files have the vending machines?
1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

124.3k

Files Sold

Total number of files sold.

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