Jump to content

GooberGrape

Member
  • Posts

    1,001
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by GooberGrape

  1. GooberGrape

    The Ferry

    fixed
  2. GooberGrape

    The Ferry

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

    The Ferry

    the timer left the screen last update.
  4. GooberGrape

    The Ferry

    how I fix? https://gyazo.com/ea874a38d96d1e2749fd90e00f014157
  5. 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 },
  6. GooberGrape

    error

    I have it on two server and it’s doing the same error
  7. 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
  8. 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()
  9. GooberGrape

    error

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

    error

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

    error

    was a accident dude, cant delete.....
  13. 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
  14. 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
  15. 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
  16. GooberGrape

    Bro WTF?

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

    Bro a floater

    Also, some telephone poles on the road floating by the water treatment plant
  18. https://gyazo.com/92766e41b7e34abda7aab65f49473383
  19. 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"
  20. GooberGrape

    Bro a floater

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

    Bro a floater

    https://gyazo.com/7d720ca49da16edef225126f1a1517c6

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.7k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.