-
Posts
117 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by ZIZI
-
Yes, of course it’s interesting, I’ll be glad to have this option even at the testing stage.
-
- 862 comments
-
- 2
-
-
- #shop
- #shop ui
-
(and 26 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
- #halloween
-
More precisely, for example, I get the identifier 1533551194 clone.white.berry and in the usual case I output: new CuiImageComponent() { ItemId = 1533551194 ........ How can I implement using your code? I’ve been fighting for two weeks now and accidentally saw what you did, it’s cool when the main block of information appears and lifts your block up.
-
Hi. How is it possible to convey an icon of an object instead of a picture?
-
I figured it out: My configuration was transferred from 2.6.1 however if you change: "Formatting Settings": { "Buy Price Format": "0.0000", "Sell Price Format": "0.0000", "Shopping Bag Cost Format": "0.0000", "Balance Format": "0.0000" }, it correctly displays only product prices, and the player’s balance is only 0.00 I propose to add additional changes to the configuration to adjust the display of the correct player balance data: return Math.Round(Convert.ToDouble(plugin.Call(BalanceHook, player.userID)), 2); change on => return Math.Round(Convert.ToDouble(plugin.Call(BalanceHook, player.userID)), 5); ///_config.RoundFormatting
-
"Number of digits after decimal point for rounding prices": 5 Doesn't work, the economics plugin shows and calculates correctly from other plugins
-
Hello. How do I change the rounding to 0.0000?
-
Failed to call hook 'cmdConsoleUI_GLM' on plugin 'GatherLootMultiplier v1.3.5' (ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index) at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.ShowUIPersonalRates (BasePlayer player, System.Int32 customRatePage, System.Int32 page) [0x0003f] in <df07132d32604e52a4a5bf894f2d3a6d>:0 at Oxide.Plugins.GatherLootMultiplier.cmdConsoleUI_GLM (ConsoleSystem+Arg arg) [0x00435] in <df07132d32604e52a4a5bf894f2d3a6d>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008e6] in <df07132d32604e52a4a5bf894f2d3a6d>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (13:01:04) | Failed to call hook 'cmdConsoleUI_GLM' on plugin 'GatherLootMultiplier v1.3.5' (ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index) at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) [0x00009] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.ShowUIPersonalRates (BasePlayer player, System.Int32 customRatePage, System.Int32 page) [0x0003f] in <df07132d32604e52a4a5bf894f2d3a6d>:0 at Oxide.Plugins.GatherLootMultiplier.cmdConsoleUI_GLM (ConsoleSystem+Arg arg) [0x00435] in <df07132d32604e52a4a5bf894f2d3a6d>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x008e6] in <df07132d32604e52a4a5bf894f2d3a6d>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 Hello. As you understand from the drop-down error, if you delete an element from the list, starting from 5, the list does not delete it at all.
-
Hello. List restriction detected. If there are more than 2 lists, then this is already a problem. They are not displayed, or rather, it does not move from list 2 to list 3 and beyond.
-
The problem is solved, it was not in MRS. Thank you.
-
Hello, what's going on again? Every MRS update brings problems. After confirming the login and password, the program does not start and the window < Connection failure. Please try again, or contact us for help.>
-
(21:58:23) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:23) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:24) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:24) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:25) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:25) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:26) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:26) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:27) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:27) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:28) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:28) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:29) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:29) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:30) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:30) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:31) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:31) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:32) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:32) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:33) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:33) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:34) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:34) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:35) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:35) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:36) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:36) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:37) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0 (21:58:37) | Failed to call hook 'OnExcavatorGather' on plugin 'GatherLootMultiplier v1.3.2' (KeyNotFoundException: The given key '3797' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.GatherProduction (System.UInt64 netID, Item item, Oxide.Plugins.GatherLootMultiplier+GatherEntities type) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.OnExcavatorGather (ExcavatorArm arm, Item item) [0x00000] in <796b9989e8dc4198a8bf176238110951>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00439] in <796b9989e8dc4198a8bf176238110951>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0
-
- 56 comments
-
- 1
-
-
- #gather rate
- #loot multiplier
- (and 17 more)
-
HI. The following error appears: the server currently only uses default permission. I believe this is related to the loot from killed NPCs. Failed to call hook 'OnCorpsePopulate' on plugin 'GatherLootMultiplier v1.3.1' (KeyNotFoundException: The given key '4627761' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <47fc8c70fa834cbf8141d7c1a7589125>:0 at Oxide.Plugins.GatherLootMultiplier.OnCorpsePopulate (ScientistNPC npcPlayer, NPCPlayerCorpse corpse) [0x00051] in <1dcfa3777f764e3c966705710833c81a>:0 at Oxide.Plugins.GatherLootMultiplier.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0049e] in <1dcfa3777f764e3c966705710833c81a>: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 <18d4f19bbc844191b11ed9e69284d09b>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <18d4f19bbc844191b11ed9e69284d09b>:0
-
Hello. Thanks for making the modification. But we need to work on the code a little more. A player with a permit defaults when he breaks barrels, the loot remains x1 by default, when you open the loot boxes it is also x1 by default, but when you open it again, the loot visually jumps to a x2 multiplier and becomes as it should, i.e. open the box, open it twice and get x2 loot. In the settings via the UI, adding a separate list of items is added only to the default permission, not added to VIP. The compiler skips manual addition to the configuration file, but when a player with VIP permission opens the boxes, the compiler gives errors in the console according to the List<T> I had to switch to the previous version of the plugin.
-
Hello. I have x2 resource extraction for all players, but how can I make x4 extraction for a VIP player?
-
?
-
Axe, pickaxe, jackhammer as a regular tool. They do not process anything, the plugin does not produce errors.
-
Help is needed. No one noticed for a year, here is my example config. A VIP player buys 250 cartridges in one stack and, in accordance with the limit, he can buy 100 times, for a total of 25 thousand cartridges. But for some reason it happens that if a player bought 2500 pieces once, then he can’t buy anymore, the limit is over. I tried it in different ways, but in other cases the purchase is unlimited. What am I doing wrong? { "Type": "Item", "ID": -992666343, "Image": "", "Title": "", "Description": "", "Command (%steamid%)": "", "Kit": "", "Plugin": { "Hook": "", "Plugin Name": "", "Amount": 1 }, "DisplayName (empty - default)": "", "ShortName": "ammo.rifle", "Skin": 0, "Is Blueprint": false, "Amount": 250, "Enable item buying?": true, "Price": 100.0, "Enable item selling?": false, "Sell Price": 100.0, "Buy Cooldown (0 - disable)": 0.0, "Buy Cooldowns (0 - no limit)": {}, "Sell Cooldown (0 - disable)": 0.0, "Sell Cooldowns (0 - no limit)": {}, "Discount (%)": {}, "Sell Limits (0 - no limit)": {}, "Buy Limits (0 - no limit)": { "shop.vip": 100 }, "Daily Buy Limits (0 - no limit)": {}, "Daily Sell Limits (0 - no limit)": {}, "Max Buy Amount (0 - disable)": 0, "Max Sell Amount (0 - disable)": 1, "Force Buy": false, "Prohibit splitting item into stacks?": false, "Localization": { "Enabled": false, "Text (language - text)": { "en": "5.56 Rifle Ammo" }
-
- 862 comments
-
- 1
-
-
- #shop
- #shop ui
-
(and 26 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
- #halloween
-
Hi. Here's an example of the permissions: { "Enabled": true, "Title": "MEDICAL", "Permission": "shop.default", "Sort Type": "Name", "Items": [........ { "Enabled": true, "Title": "MEDICAL", "Permission": "shop.vip", "Sort Type": "Name", "Items": [............... Shop.vip permissions are in the VIP group, Time Premission temporarily sends the player to the VIP group. The problem is that it is impossible to hide the categories with shop.default permissions since they are the main for all VIP players and VIP players are left with normal categories opened which is not logical. Is it possible to hide categories with shop.default permissions and show shop.vip permissions?
- 862 comments
-
- #shop
- #shop ui
-
(and 26 more)
Tagged with:
- #shop
- #shop ui
- #store
- #market
- #server rewards
- #gui shop
- #custom items
- #rust shop
- #mevent
- #market system
- #marketplace
- #buy
- #sell
- #in game
- #economics
- #humannpc
- #market and magazine
- #gui
- #money exchange
- #rust shop plugin
- #shop system
- #best shop
- #best rust shop
- #shop items
- #shop mevent
- #shop in menu
- #shop gui
- #halloween