How do I make so its 10x gather???? Snaggy - easy screenshots
GatherManager
Moved
Total Downloads: 59,076 - First Release: Oct 23, 2014 - Last Update: Aug 27, 2017
- 4.93893/5, 131 likes
-
Possible to respawn nodes? they are floating in the air on my server!
-
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. -
-
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. -
is there a command to increase pump jack tick rate or output of crude ratio?
-
-
Hi, I recently downloaded this for a server for me and my friends but I couldn't find out where to put it.
-
-
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?
-
Dose anyone have a file they could post for gather everything 2 or 3 times
-
Can we please get this updated so user planted cloth is also modified?
-
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 -
is anyone can share hic config file mine seems not working
Attached Files:
-
-
You'll also want to increase the dispenser.scale in console.
dispenser.scale tree 5
dispenser.scale ore 5
dispenser.scale corpse 5Attached Files:
-
-
is there some option to use your plugins with fishing traps ?
-
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 -
-
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 ? -