GatherManager

Moved

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

4.93893/5, 131 likes
  1. can we not adjust it in config file ?
    with something like

    Code:
      "Options": {
        "GatherBone": 1,
        "GatherCloth": 3,
        "GatherFat": 2,
        "GatherFood": 2,
        "GatherMetal": 6,
        "GatherStone": 4,
        "GatherSulfur": 1,
        "GatherWood": 4
      }
     
  2. It doesn't take long to edit at all. However, I don't know what it is or causing it but it's making resources on my server infinite.

    Also I'm unable to edit anything on quarries besides stones gather. Metal_ore/sulfur_ore gather cannot be edited for quarry.

    Thanks for the continued support and plugins!
     
  3. Sorry, I actually used custom values for it and totally forgot about it. Because I thought Flesh could be a bit confusing I went with Corpse instead.
    You can edit the config, but it will look more like this:
    Code:
    ...
    "Options": {
        "GatherDispenserModifiers": {
          "Ore": 5.0,
          "Tree": 2.0
        },
        "GatherResourceModifiers": {
          "Wood": 10.0,
          "Cloth": 100.0
        },
        "PickupResourceModifiers": {
          "Sulfur Ore": 50.0
        },
        "QuarryResourceModifiers": {
          "Stones": 100.0
        },
        "SurveyResourceModifiers": {
          "Stones": 10.0,
          "Sulfur Ore": 10.0
        }
    ...
    Make sure you've deleted m-GatherRate.lua, I tried with setti
    I guess I could add something like gather.rate dispenser * 10
    [DOUBLEPOST=1434493334][/DOUBLEPOST]
    I assume the command works and adds the values to the config file? If this wouldn't be the case let me know and post any errors you encounter, otherwise it could be normal as the items that are obtained from the quarry depend on where the quarry is placed, in some places you get stones and in other metal/sulfur ore which is not affected by the plugin.
     
  4. hello

    thank you for your plugin :D

    how to add the x20 on mining quarry?, I look and look but it does add me 5 stones each time.

    my config:
    Code:
    {
      "Messages": {
        "Dispensers": "Resource Dispensers",
        "HelpTextAdmin": "To change the resources gained by gathering use the command:\ngather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>\nTo change the amount of resources in a dispenser type use the command:\ndispenser.scale <dispenser:tree|ore|flesh> <multiplier>",
        "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:",
        "HelpTextPlayerDefault": "Default values.",
        "HelpTextPlayerGains": "Resources gained from {0}:",
        "InvalidArgumentsDispenser": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|flesh> <multiplier>",
        "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
        "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
        "InvalidModifier": "Invalid modifier supplied! The new modifier always needs to be bigger than 0!",
        "InvalidResource": "{0} is not a valid resource. Check gather.resources for a list of available options.",
        "MiningQuarries": "Mining Quarries",
        "ModifyDispenser": "You have set the resource amount for {0} dispensers to x{1}",
        "ModifyResource": "You have set the gather rate for {0} to x{1} for {2}.",
        "NotAllowed": "You don't have permission to use this command.",
        "Pickups": "pickups",
        "SurveyCharges": "Survey Charges"
      },
      "Options": {
        "GatherDispenserModifiers": {
          "Ore": 20.0,
          "Stones": 20.0,
          "Metal Ore": 20.0
        },
        "GatherResourceModifiers": {
          "Metal Ore": 20.0,
          "Stones": 20.0,
          "Sulfur Ore": 20.0,
          "Wood": 20.0
        },
        "PickupResourceModifiers": {
          "Metal Ore": 20.0,
          "Stones": 20.0,
          "Sulfur Ore": 20.0
        },
        "QuarryResourceModifiers": {
          "Metal Ore": 200.0,
          "Stones": 200.0,
          "Sulfur Ore": 200.0
        },
        "SurveyResourceModifiers": {
          "Metal Ore": 200.0,
          "Stones": 200.0,
          "Sulfur Ore": 200.0
        }
      },
      "Settings": {
        "ChatPrefix": "Gather Manager",
        "ChatPrefixColor": "#008000ff"
      }
    }
     
  5. Wulf

    Wulf Community Admin

    Are you using the Oxide release from today?
     
  6. not yet, update the days it takes to keep the plugins work?
     
  7. Wulf

    Wulf Community Admin

    The latest update of this plugin uses a new hook that is only in the latest Oxide build.
     
  8. ok i understand better, thank you and am sorry to disturb you for it

    thank you again for your so fast :)
     
  9. What does dispenser.scale do?
     
  10. Great work! However, there's no setting to adjust the rate at which quarries collect metal fragments.
     
  11. Increases the amount of resources you can get from a "dispenser" (corpse, tree, or rock) The smaller the number, fewer hits and the node is gone. Higher the number and you could be hitting it all day collecting resources from it.
     
  12. I guess I'm not understanding exactly how to use the commands. Can someone give me an example or two? Thanks!
     
  13. Great update!

    I'm sort of confused as to what all this means.

    What's a dispenser considered as? Is that normal trees and ore veins?

    I just want everything to be 10x :p
     
  14. How would I edit the gather rates for ores?

    I tried gather.rate dispenser Metal Ore 5, gather.rate dispenser Metal_Ore 5, gather.rate dispenser MetalOre 5
     
  15. Have you tried using gather.rate "dispenser" "Metal Ore" 5
     
  16. You are awesome!
     
  17. it's so confused the new settings sorry but i have just try the all night to set my server gather x5 and set mining quarrys like x10 but its very difficult to understand your new settings please be more explicative on your indications, i dont know what is dispenser what is survey. and there are not examples to be an useful guide for new admins on configuration.

    sorry for my english is not the best one :p
     
  18. I didn't have the time last night to update the overview properly but I've done so just now, I hope it makes things clear.
     
  19. Than you for plugin
     
    Last edited by a moderator: Jun 17, 2015
  20. ddo

    ddo

    why C# :D