Jump to content

GooberGrape

Member
  • Posts

    940
  • Joined

  • Last visited

Everything posted by GooberGrape

  1. GooberGrape

    Error

    [TheFerry] Entering State CastingOff ArgumentNullException: Value cannot be null. Parameter name: key at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].ContainsKey (TKey key) [0x00000] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Plugins.TheFerry+FerryComponent.GetArivle () [0x00000] in <70849090f7564afa8ea0369dd4d90d79>:0 at Oxide.Plugins.TheFerry+FerryComponent.UpdateUi () [0x00017] in <70849090f7564afa8ea0369dd4d90d79>:0 at InvokeHandlerBase`1[T].DoTick () [0x00109] in <a3e00abd87244d8e970370235c7e12fa>:0 at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <a3e00abd87244d8e970370235c7e12fa>:0
  2. GooberGrape

    Error

    Ferry Terminal Event] [INFO] 00:26:56 [FerryTerminalEvent] [INFO] Starting the event [Ferry Terminal Event] [ERROR] 00:26:56 [FerryTerminalEvent] [ERROR] Stopping the Event due to an issue on the plugin [Ferry Terminal Event] [ERROR] 00:26:56 [FerryTerminalEvent] [ERROR] Error Detected Object reference not set to an instance of an object
  3. he didn't explain at all how to add the simple stats to the welcome panel.. https://gyazo.com/5e28e1177c24449c70a4d4133ea5913e Also VoteMap stopped working with update
  4. What’s the add-on plug-in name that you use for simple stats?
  5. GooberGrape

    Oil Island

    The moon pool in the entrance of bottom of oil is crashing players .
  6. GooberGrape

    Oil Island

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

    Floating Boxes

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

    no places to build

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

    names showing as Unkown

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

    The Ferry

    fixed
  14. GooberGrape

    The Ferry

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

    The Ferry

    the timer left the screen last update.
  16. GooberGrape

    The Ferry

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

    error

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

    error

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

    error

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

    error

    was a accident dude, cant delete.....
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.8k

Files Sold

Total number of files sold.

2.4m

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.