GatherManager

Moved

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

4.93893/5, 131 likes
  1. Possible to respawn nodes? they are floating in the air on my server! :p
     
  2. How do I get 3 x gather rate to stick? I changed in in console system but the server restarts and it returns to normal. I did download GatherManager.cs

    I'm still new to all this with plugins. I also cant get the image to stick and the server description to stay.
     
  3. You need to do writecfg
     
  4. Hello Mughisi,

    Seems quarry tickrate is not working at the moment.
    It only works when you have a quarry running and type quarry.tickrate= xx at console. Any quarries turned on afterwards are not affected. You have to have a quarry running and modify tickrate.

    I think following function is not being called when mining quarry is turned on

    private void OnMiningQuarryEnabled(MiningQuarry quarry)
    {
    if (MiningQuarryResourceTickRate == DefaultMiningQuarryResourceTickRate) return;
    arg.ReplyWith("changing to"+MiningQuarryResourceTickRate);
    quarry.CancelInvoke("ProcessResources");
    quarry.InvokeRepeating("ProcessResources", MiningQuarryResourceTickRate, MiningQuarryResourceTickRate);
    }

    Hope you can take a look when you have time.
    [DOUBLEPOST=1484129318][/DOUBLEPOST]Found the issue. it's supposed to be OnQuarryEnabled and not OnMiningQuarryEnabled. :)
     
  5. is there a command to increase pump jack tick rate or output of crude ratio?
     
  6. just increase "Crude Oil" from quarrys
     
  7. Hi, I recently downloaded this for a server for me and my friends but I couldn't find out where to put it.
     
  8. server/"server name"/oxide/plugins
     
  9. I just added the Gather pluggin to my folder and when i go to break down a tree i dont get double as what i put in the file. Is there a command in the console i have to do?
     
  10. Dose anyone have a file they could post for gather everything 2 or 3 times
     
  11. Can we please get this updated so user planted cloth is also modified?
     
  12. Somehow players weren't earning the amount it said on the UI, I don't know what caused that but reinstalling the plugin fixed that.
     
    Last edited by a moderator: Jan 24, 2017
  13. is anyone can share hic config file mine seems not working :(
     

    Attached Files:

  14. This should work for 5x
    You'll also want to increase the dispenser.scale in console.
    dispenser.scale tree 5
    dispenser.scale ore 5
    dispenser.scale corpse 5
     

    Attached Files:

  15. is there some option to use your plugins with fishing traps ?
     
  16. After the update, looks like this needs to also be updated. Error is as reads below. Worked before the update, and now it does not.

    GatherManager was compiled successfully in 2086ms
    Loaded plugin Gathering Manager v2.2.3 by Mughisi
    Failed to initialize plugin 'GatherManager v2.2.3' (InvalidCastException: Value is not a convertible object: System.Int32 to System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.Object, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]])
    Unloaded plugin Gathering Manager v2.2.3 by Mughisi
    No previous version to rollback plugin: GatherManager
     
  17. Having same issue as well on my server after the update.
     
  18. Is there a way to set everything to x50 ? Like one single command ?
    So the things I mine and the stuff I take from the barrels ?
     
  19. There's a plugin called "Magic Loot" which will let you set a multiplier on what you find in chests and barrels, I believe (not sure if it works on barrels.... but I know it works on chests... Sadly, it isn't all in one command via this plugin... This only works on things you gather from dispensers.