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. I see a new version was out, but I still have:
    Code:
    (12:38:13) | Failed to call hook 'OnLootPlayer' on plugin 'QuickSort v1.2.0' (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
     
  2. Wulf

    Wulf Community Admin

    Did you update Oxide and Rust?
     
  3. Is there a new version? I don't see one o_O

    Ah it was moved to umod, I too also still get the error looting slepeers.
    Code:
    Quick Sort v1.2.0
    Protocol: 2086.162.1
    Build Date: 05/04/2018 15:55:24
    Unity Version: 2017.1.3f1
    Changeset: 26812
    Branch: release
    Oxide.Rust Version: 2.0.3917
    Code:
    Failed to call hook 'OnLootPlayer' on plugin 'QuickSort v1.2.0' (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
     
  4. Yeah, it's really a whole new experience :D Manual interventions to the max. It may be habituation but i like this place more than the whole Git idea
     
  5. Wulf

    Wulf Community Admin

    I can't reproduce the issue. If you can provide steps to reproduce the issue, that'd help.
     
  6. @Wulf It happens when looting a sleeper
     
  7. yup, the player is sleeping randomly on the ground, as soon as you start looting his body, the message will pop up in console
     
  8. Wulf

    Wulf Community Admin

    Fixed in 1.2.1 (releasing shortly.)
     
  9. When I try to assing permissions
    Code:
    (03:22:29) | Failed to run a 0.00 timer in 'QuickSort v1.2.1' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.QuickSort.GetLootedInventory (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.QuickSort.AutoLoot (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.QuickSort+<LootAllCommand>c__AnonStorey0.<>m__0 () [0x00000] in <filename unknown>:0
      at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00000] in <filename unknown>:0
    Help please
     
  10. Protocol: 2094.164.1
    Build Date: 06/11/2018 14:27:36
    Unity Version: 2018.1.0f2
    Changeset: 27259
    Branch: release
    Oxide.Rust Version: 2.0.3964
    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) [0x00006] in <b737d13a691b49c9b8593f99fbf99ad8>:0 at Oxide.Plugins.QuickSort.OnLootPlayer (BasePlayer player) [0x0001b] in <b737d13a691b49c9b8593f99fbf99ad8>:0 at Oxide.Plugins.QuickSort.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00236] in <b737d13a691b49c9b8593f99fbf99ad8>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <fd979b8622024022a4855bbd06d1ea7b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ba44835247a74c58bf6cabef8b441b56>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ba44835247a74c58bf6cabef8b441b56>:0 
     
  11. (12:05:07) | 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) [0x00006] in <7aefcaa46e21481d9307b08ad3ec34b8>:0
    at Oxide.Plugins.QuickSort.OnLootPlayer (BasePlayer player) [0x0001b] in <7aefcaa46e21481d9307b08ad3ec34b8>:0
    at Oxide.Plugins.QuickSort.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00236] in 7aefcaa46e21481d9307b08ad3ec34b8>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <b918fd1a0b65418e85c0cd454ff00f08>:0
     
  12. How can I change the position of the panel?
     
  13. Wulf

    Wulf Community Admin

    You'd have to manually edit the plugin and change each value for each part of the UI. Not easy nor fun. :p
     
  14. A player on my server found an exploit with this plugin and the new Bandit Town Gambling Mini-game. If a player sees that they will lose a spin they can click the Loot All option even after it has locked in the bet and receive their scrap back.
     
  15. Wulf

    Wulf Community Admin

    You're outdated, update the plugin.

    Should be fixed in the next update. Not related to assigning permissions though.
     
  16. | Error while compiling: QuickSort.cs(425,1): error CS1525: Unexpected symbol `end-of-file', expecting `,' or `}'

    im getting this current version oxide current version quicksort

    nvm fixed it
     
    Last edited by a moderator: Aug 26, 2018