GatherManager

Moved

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

4.93893/5, 131 likes
  1. Wulf

    Wulf Community Admin

    See my above reply, else re-download.
     
  2. @Wulf Did u just make an update with fix?
     
  3. Wulf

    Wulf Community Admin

    Yes, you can just re-download. Version 2.2.2 also works fine if you're updated with Oxide.
     
  4. Thank you sir!
     
  5. After update i have got this error:
     

    Attached Files:

  6. Wulf

    Wulf Community Admin

    Download the plugin again.
     
  7. Will do,tnx
     
  8. Thanks's For this. Ive been Waiting for This Fix for a while. "Thank you"
     
  9. gather rate does not seem to work for high qualitty metal ore any more all other rates working fine but cant seem to change this one im using latest update and latest oxide
     
  10. My config file, I hope this will help


    Code:
      },
      "Options": {
        "GatherDispenserModifiers": {},
        "GatherResourceModifiers": {
          "Wood": 15.0,
          "Stones": 15.0,
          "Sulfur Ore": 15.0,
          "Metal Ore": 15.0,
          "High Quality Metal Ore": 15.0,
          "Cloth": 2.0,
          "Animal Fat": 2.0,
          "Raw Wolf Meat": 2.0,
          "Bone Fragments": 2.0,
          "Wolf Skull": 2.0,
          "Human Skull": 2.0,
          "Bear Meat": 2.0,
          "Raw Human Meat": 2.0,
          "Pork": 2.0,
          "Leather": 2.0
        },
        "MiningQuarryResourceTickRate": 5.0,
        "PickupResourceModifiers": {
          "Wood": 2.0,
          "Stones": 2.0,
          "Cloth": 2.0,
          "Mushroom": 2.0,
          "Metal Ore": 2.0,
          "Sulfur Ore": 2.0
        },
        "QuarryResourceModifiers": {
          "Stones": 2.0,
          "Sulfur Ore": 2.0,
          "Metal Ore": 2.0,
          "High Quality Metal Ore": 2.0,
          "Metal Fragments": 2.0,
          "Crude Oil": 2.0
        },
        "SurveyResourceModifiers": {}
      },
      "Settings": {
        "ChatPrefix": "Gather Manager",
        "ChatPrefixColor": "#008000ff"
      }
    }
     
  11. yeah my config is all fine its just not working on hqm
    [DOUBLEPOST=1449307576][/DOUBLEPOST]did a fresh config file this seems to be broken on high quality metal ore on quarrys
     
  12. Code:
    [Oxide] 1:29 PM [Debug] ExType: TargetInvocationException
    [Oxide] 1:29 PM [Error] Failed to call hook 'OnPlayerInit' on plugin 'Vanish v0.2.4' (ArgumentException: An element with the same key already exists in the dictionary.)
    [Oxide] 1:29 PM [Debug]   at System.Collections.Generic.Dictionary`2[BasePlayer,Oxide.Plugins.Vanish+OnlinePlayer].Add (.BasePlayer key, Oxide.Plugins.OnlinePlayer value) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Hash`2[BasePlayer,Oxide.Plugins.Vanish+OnlinePlayer].Add (.BasePlayer key, Oxide.Plugins.OnlinePlayer value) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    downloadedagain3 times!the error stillremains!
     
  13. that error is from vanish plugin not gather rate
     
  14. Same problem here, HQM not working :(
     
  15. Same here and used to throw away about 250thou stones each 8-10 hours (overnight) but everything seems to be running slow (or Low)
     
  16. i try gather.rate dispenser "Hight Quality Metal" 10 it dosn't work however all the rest does
     
  17. What is the correct setting for 2X quarry gather and mushroom/hemp etc pickup to be 2X? This is my current config:

    "Options": {
    "GatherDispenserModifiers": {},
    "GatherResourceModifiers": {
    "*": 2.0
    },
    "MiningQuarryResourceTickRate": 5.0,
    "PickupResourceModifiers": {},
    "QuarryResourceModifiers": {},
    "SurveyResourceModifiers": {}
    },
    "Settings": {
    "ChatPrefix": "Gather Manager",
    "ChatPrefixColor": "#008000ff"
    }
    }
     
  18. I have this problem and downloading a newer version sadly doesn't fix the problem :(

    the code:
    [12/9/2015 4:28:31 PM] [Oxide] 4:28 PM [Debug] at System.Convert.ToType (System.Object value, System.Type conversionType, IFormatProvider provider, Boolean try_target_to_type) [0x00000] in <filename unknown>:0
    at System.Double.System.IConvertible.ToType (System.Type targetType, IFormatProvider provider) [0x00000] in <filename unknown>:0
    at System.Convert.ToType (System.Object value, System.Type conversionType, IFormatProvider provider, Boolean try_target_to_type) [0x00000] in <filename unknown>:0
    at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.GatherManager.GetConfigValue[Dictionary`2] (System.String category, System.String setting, System.Collections.Generic.Dictionary`2 defaultValue) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.GatherManager.LoadConfigValues () [0x00000] in <filename unknown>:0
    at Oxide.Plugins.GatherManager.Init () [0x00000] in <filename unknown>:0
    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.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <filename unknown>:0
    [12/9/2015 4:28:31 PM] [Oxide] 4:28 PM [Info] Unloaded plugin Gathering Manager v2.2.3 by Mughisi
    [12/9/2015 4:28:31 PM] [Oxide] 4:28 PM [Info] No previous version to rollback plugin: GatherManager
     
  19. hi i just made t 5x but when i restarted the gathering went back to normal
     
  20. Okay, i try this gather.rate "High Qualiy Metal" 10 and it dosn't work??? plz help ASAP thank you :D