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
  1. 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
     
  2. 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?
     
  3. 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;
    Could we add the dead NPC/player equivalent? With the new NPC and plugins like BotSpawn it would be super nice to allow players to loot them quickly (before they get shot).

    Thanks!
     
  4. 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
    what the fix? Fix pls
     
    Last edited by a moderator: Feb 21, 2018
  5. Same here ^^
     
  6. 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
    
    Same error here guys. Although the plugin still seems to be working?
     
  7. Wulf

    Wulf Community Admin

    That isn't the same as the other errors reported in this thread, but I'll take a look when I get a chance.
     
  8. Also getting the same error as this
     
  9. Been seeing this error for a bit as well.
     
  10. Wulf

    Wulf Community Admin

    Which Oxide version are you on?
     
  11. Protocol: 2086.162.1
    Build Date: 05/03/2018 11:58:25
    Unity Version: 2017.1.3f1
    Changeset: 26795
    Branch: release
    Oxide.Rust Version: 2.0.3913
     
  12. Wulf

    Wulf Community Admin

    Please update to the latest version of Oxide and Rust, you're outdated.
     
  13. Ah, didn't realize there had been another patch. Will do.
     
  14. can't lift components after the break barrels, in the console writes
    StringPool.GetNumber - no number for string SetHostileLength

    help me please
     
  15. 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
     
  16. Wulf

    Wulf Community Admin

    Doesn't appear toe related to this plugin.
    Oxide version please.
     
  17. (18:16:40) | Protocol: 2086.162.1

    Build Date: 05/04/2018 18:55:24

    Unity Version: 2017.1.3f1

    Changeset: 26812

    Branch: release

    Oxide.Rust Version: 2.0.3917
     
  18. Same error here, latest version
     
  19. Wulf

    Wulf Community Admin

    Fixed in the next version once I release it. Thanks for the reports!
     
  20. Edited, issue seems to be fixed in an upcoming version