Ähh sure - but what now? It didnt change anything...
Gather Multiplier [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Apr 20, 2015.
-
1) try this
Code:{ "Gather Multiplier: Animals": 3, "Gather Multiplier: Metal Rock": 3, "Gather Multiplier: Stone Rock": 3, "Gather Multiplier: Sulfur Rock": 3, "Gather Multiplier: WoodPile": 100, "Resource Multiplier": { "Animal Fat": 2, "Blood": 1, "Cloth": 1, "Leather": 2, "Metal Ore": 2, "Raw Chicken Breast": 1, "Stones": 1, "Sulfur Ore": 2, "Wood": 10 } }
3) try gathering wood on woodpiles -
Was the x100 /x10 - didnt know the factor - thx -
aha
yes the factor are the same as in rust, so as wood pile is by default 10, to *10 you have to put 100 ^^ -
there is a problem with this plugin, it just "vanishes" at some point and ores / woodpiles go back to normal quantitys as on retail. especially if you add / remove other plugins but in time it drops off anyway without warning.
-
Wulf Community Admin
-
yes what this plugin is change the initial ore/woodpiles from what all the others get copied
so all the new resources should get from the origin resource
... but then it's possible that it's not true and the plugin only works on server initialisation ...
i would need some testing to see if you have multiple resource spawned back if they always give increased stuff or not -
Only error i get is:
IndexOutOfRangeException: Array index is out of range.
IndexOutOfRangeException: Array index is out of range.
IndexOutOfRangeException: Array index is out of range.
IndexOutOfRangeException: Array index is out of range.
Can't show my config atm as im not home, but after that error it wont even let me gather anymore.
It works the first few times, then after it goes back to default.
Dont have Resource Manager installed.Last edited by a moderator: May 3, 2015 -
hi, i have the same problem,
it works fine but work stops randomly
after a few ores & woodpile
(i think only on respawned resources ?!mby)
no erros in the logs (from this plugin)
sometimes ores & woodpiles (only) dont have this onehit config
than i need to hit 5-10x
after plugin reload all works fine instant
this is my onehit gather config:
Code:{ "Gather Multiplier: Animals": 20, "Gather Multiplier: Metal Rock": 20, "Gather Multiplier: Stone Rock": 20, "Gather Multiplier: Sulfur Rock": 20, "Gather Multiplier: WoodPile": 200, "Resource Multiplier": { "Animal Fat": 1, "Blood": 2, "Cloth": 1, "Leather": 1, "Metal Ore": 2, "Raw Chicken Breast": 1, "Stones": 1, "Sulfur Ore": 2, "Wood": 1 } }
Last edited by a moderator: May 3, 2015 -
thx i'll try to look into it
-
Reneb updated Gather Multiplier with a new update entry:
load plugin on server start and don't reload it!
-
thx for the info!
good job
i reloaded it often -
still having dramas with this even with new update, i have latest oxide version. i've had to change the numbers in config and had to reload it but it doesnt take affect, it works for abit then once you change something else in the config it won't work again. No errors., some reason the config isnt saving.
-
Wulf Community Admin
-
Works fine on initial start up but once you start changing numbers and reloading it bugs out somehow, wood seems to be work ok but others they hardly change or its a completely different number to what you set it to. -
so i don't understand how this works really i have tryd all the numbers and still no change help please
Code:{ "Gather Multiplier: Animals": 2, "Gather Multiplier: Metal Rock": 3, "Gather Multiplier: Stone Rock": 3, "Gather Multiplier: Sulfur Rock": 3, "Gather Multiplier: WoodPile": 10, "Resource Multiplier": { "Animal Fat": 1, "Blood": 1, "Cloth": 1, "Leather": 1, "Metal Ore": 1, "Raw Chicken Breast": 1, "Stones": 1, "Sulfur Ore": 1, "Wood": 1 } }
-
The overview will show you the way. There is not much too it. Increase the numbers you want more of, then reload or restart the server and then you have more.
-
C an you do a config for 3x gather for me?
-
Wulf Community Admin
For those using the latest Oxide snapshot, use the below version with the unnecessary imports removed.
Attached Files:
-
-
Hi everyone just rented my Rust server this evening and it comes with one click mod installs. I have added the gather rate script as its called. Would assume its the same as the multiplier.
Heres my issue though. Because i'm new to this i have no idea where that code above would go in my file. Any help would be appricated.
I've uploaded a copy of my file for you to compareAttached Files:
-