GatherManager

Moved

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

4.93893/5, 131 likes
  1. None errors. Simply gathers animal/corpse at normal rate but the animals visible health bar diminishes slowly to allow you to actually receive the amount the multiplier is set for.
     
  2. What does your config look like?
    [DOUBLEPOST=1434578146][/DOUBLEPOST]
    Define speed up
     
  3. Gather resources quicker currently it gathers very slowly
     
  4. I guess I did something wrong because it just refuses to work for me... honestly liked the other way this plugin was done... having to use the command console bites. mainly because mine just tells me i can't use this or invalid entry.
     
  5. I fixed it in the end thanks, I was trying to edit the config but I just used the commands instead, works great...
     
  6. The console commands are actually quite easy to use, you just need to make sure that when the item consists of more than 1 word (like Sulfur Ore) that you use quotes, ex: gather.rate dispenser "Sulfur Ore" 10
    Not possible right now, while it is possible, I'll probably add it at a later stage because I really don't like how it currently needs to be done.
     
  7. Mughisi updated Gather Manager with a new update entry:

    Minor fix and command additions

     
  8. > gather.rate dispenser * 2
    dispenser is not a valid resource. Check gather.resources for a list of available options.

    thats it ;) i dont read last line of update :) sry
     
  9. Code:
      },
      "Options": {
        "GatherDispenserModifiers": {
          "Tree": 6.66,
          "Flesh": 6.66,
          "Ore": 6.66
        },
        "GatherResourceModifiers": {
          "Metal Ore": 6.66,
          "Metal_Ore": 6.66,
          "Stones": 6.66,
          "Sulfur Ore": 6.66,
          "Sulfur_Ore": 6.66,
          "Wood": 6.66
        },
        "PickupResourceModifiers": {
          "Metal Ore": 6.66,
          "Metal_Ore": 6.66,
          "Stones": 6.66,
          "Sulfur Ore": 6.66,
          "Sulfur_Ore": 6.66,
          "Wood": 6.66
        },
        "QuarryResourceModifiers": {
          "Metal_Ore": 6.66,
          "Stones": 6.66,
          "Sulfur_Ore": 6.66,
          "Wood": 6.66,
          "Metal Ore": 6.66,
          "Sulfur Ore": 6.66
        },
        "SurveyResourceModifiers": {
          "Metal_Ore": 6.66,
          "Stones": 6.66,
          "Sulfur_Ore": 6.66,
          "Wood": 6.66
        }
      },
      "Settings": {
        "ChatPrefix": "Gather Manager",
        "ChatPrefixColor": "#008000ff"
      }
    }
     
  10. test and delete duplicate entries
     
  11. I have the same things you have in the example set but they are set to 4x. When a dead animal or player is gathered, they never run out. The options part in the config looks like this:
    Code:
    "Options": {
        "GatherDispenserModifiers": {
          "Tree": 4.0,
          "Ore": 4.0,
          "Flesh": 4.0
        },
        "GatherResourceModifiers": {
          "Wood": 4.0,
          "Stones": 4.0,
          "Cloth": 4.0
        },
        "PickupResourceModifiers": {
          "Stones": 4.0
        },
        "QuarryResourceModifiers": {
          "Stones": 4.0
        },
        "SurveyResourceModifiers": {
          "Sulfur Ore": 4.0
        }
      },
     
    Last edited by a moderator: Jun 18, 2015
  12. I ended up using the new * for associating each dispenser and it worked out, was likely the duplicate entries. Thanks for the help.
     
  13. They should run out but 4 times slower as normal, that's what GatherDispenserModifiers a.k.a dispenser.scale command does.
     
  14. Hi sorry for my english i'm french and i have not learn english in school just in game :p

    i use this plugin http://oxidemod.org/plugins/gather-manager.675/ but i can't change the value for metal ore raw wolf meat sulfur and other i can change just for wood stones and cloth for other he say me " gather.rate dispenser Metal Ore 150, dispenser is not valid ressource..." how i can up the metal sulfur and other ?
     
  15. Open the Console or RconTool and type : gather.rate "Metal Ore" 150 you need to type it with the Quotes "" because there is a space between Metal and Ore
     
  16. Is there a way to gain Sulfur from gathering? Isn't it only Sulfur Ore?
     
  17. you're right. seems im having a blonde moment... I though quarries mined sulfur too but i was wrong. Thanks for the quick reply though.
     
  18. Thx for help
     
  19. thank for fast updates :)