-
Posts
967 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by GooberGrape
-
- 34 comments
-
- #connect
- #connection
-
(and 6 more)
Tagged with:
-
https://gyazo.com/0cd0dbe86f7eea2254f87cea68cae264
-
Bro boxes floating https://gyazo.com/6cde17f7b822500bd6b3fed45bcca6a3
-
To much mountain taking up the map... no places to build
-
https://gyazo.com/dc17ec5e3c899741ccc8d47592bbca3a https://gyazo.com/5625d05d596017271357d99fa8a3f933
-
-
-
-
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 },
-
I have it on two server and it’s doing the same 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
-
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()
-
yes I added manually.
-
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 } ] }
-
NullReferenceException: at Oxide.Plugins.HeliSignals+HeliAIState.StrafeThink ()
-
was a accident dude, cant delete.....
-
- 399 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
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
-
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
-
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
-
- 399 comments
-
- #helicopter
- #helicopters
- (and 16 more)