GatherManager

Moved

Total Downloads: 59,076 - First Release: Oct 23, 2014 - Last Update: Aug 27, 2017

4.93893/5, 131 likes
  1. Gather works after the latest Oxide update, maybe it was a hook issue.
     
  2. not all types works.
    wood from tree and resources from quarry is not working
     
  3. Works for me.
     
  4. Oxide's hook doesn't work with picking up items. That's why. Just tested it out with blank script.
     
    Last edited by a moderator: Dec 4, 2015
  5. yeah, not working for me as well
     
  6. Yeah, confirmed :) So we have to wait for an Oxide update people.
     
  7. just using the latest oxide should solve your problem...currently 2.0.1592, so check if you are up to date...
     
  8. I'm not home to grab the error but I noticed after updating oxide GatherManager was using a deprecated hook.

    "OnItemPickup"
     
    Last edited by a moderator: Dec 4, 2015
  9. I'm using the latest oxide update and it's still not working
     
  10. Updating fixed pickups (rocks, wood, hemp) but not quarry multipliers.
     
  11. All works fine now with: 2.0.1593
     
  12. Build 1592 you mean? Where can we get 1593?
     
  13. I am running Oxide version: 2.0.1593, quarries do not output the expected multiplier.
     
  14. For me it does.
    gather.rate quarry * 10
     
  15. And I'm using the latest oxide update and it's still not working
     
  16. My config (localizations omitted)
     
  17. Mughisi updated Gather Manager with a new update entry:

    2.2.3

     
  18. (22:22:08) | [Oxide] 10:21 PM [Error] Failed to call hook 'OnCollectiblePickup' on plugin 'GatherManager v2.2.3' (InvalidCastException: Cannot cast from source type to destination type.)
     
  19. Wulf

    Wulf Community Admin

    The old version will work fine, I think Mughisi missed some update notes with this one. ;) Just make sure you are using Oxide 2.0.1592 or higher.
     
  20. Code:
    [Oxide] 11:26 AM [Error] Failed to call hook 'OnCollectiblePickup' on plugin 'GatherManager v2.2.3' (InvalidCastException: Cannot cast from source type to destination type.)
    [Oxide] 11:26 AM [Debug]   at Oxide.Plugins.GatherManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0