got a error outof the blue here it is
Code:Failed to call hook 'SortCommand' on plugin 'QuickSort v1.1.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.QuickSort.GetUselessItems (IEnumerable`1 items, .ItemContainer container) [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSort.SortItems (.BasePlayer player, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSort.SortCommand (IPlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSort.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0

QuickSort
Adds a GUI that allows players to quickly sort items into containers
Total Downloads: 14,542 - First Release: Jul 26, 2015 - Last Update: Mar 31, 2017
- 5/5, 44 likes
-
Is there a way to customize the loot tables for each of the buttons? For example, when I click on "Resources", is there a way I can remove CCTV cameras and Targeting Computers from that category and perhaps add some others?
-
Would it be possible to make the loot all button take the clothing and belt items off dead NPC/player you loot?
I see commented out code to put it from the player to a container, but not from a dead NPC/player to the player.
Code:var playerWear = player.inventory.containerWear; var playerBelt = player.inventory.containerBelt;
Thanks! -
Code:
Failed to call hook 'SortCommand' on plugin 'QuickSort v1.1.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.QuickSort.GetUselessItems (IEnumerable`1 items, .ItemContainer container) [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSort.SortItems (.BasePlayer player, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSort.SortCommand (IPlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSort.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Feb 21, 2018 -
Same here ^^
-
Code:
Failed to call hook 'OnLootPlayer' on plugin 'QuickSort v1.1.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.QuickSort.UserInterface (.BasePlayer player) [0x00000] in :0 at Oxide.Plugins.QuickSort.OnLootPlayer (.BasePlayer player) [0x00000] in :0 at Oxide.Plugins.QuickSort.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in :0
-
Wulf Community Admin
-
-
-
Wulf Community Admin
-
Build Date: 05/03/2018 11:58:25
Unity Version: 2017.1.3f1
Changeset: 26795
Branch: release
Oxide.Rust Version: 2.0.3913 -
Wulf Community Admin
-
-
can't lift components after the break barrels, in the console writes
StringPool.GetNumber - no number for string SetHostileLength
help me please -
Code:
Failed to call hook 'OnLootPlayer' on plugin 'QuickSort v1.1.1' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.QuickSort.UserInterface (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSort.OnLootPlayer (.BasePlayer player) [0x00000] in <filename unknown>:0 at Oxide.Plugins.QuickSort.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
Wulf Community Admin
-
Build Date: 05/04/2018 18:55:24
Unity Version: 2017.1.3f1
Changeset: 26812
Branch: release
Oxide.Rust Version: 2.0.3917 -
Same error here, latest version
-
Wulf Community Admin
Fixed in the next version once I release it. Thanks for the reports!
-
Edited, issue seems to be fixed in an upcoming version