GatherManager

Moved

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

4.93893/5, 131 likes
  1. Is this in the correct place in my FTP?
    Any help would be great, Thanks!
     

    Attached Files:

  2. },
    "Options": {
    "GatherDispenserModifiers": {100000},
    "GatherResourceModifiers": {100000},
    "MiningQuarryResourceTickRate":0.5,
    "PickupResourceModifiers": {100000},
    "QuarryResourceModifiers": {100000},
    "SurveyResourceModifiers": {100000}
    }, can you edit it and resend so it looks right?
    [DOUBLEPOST=1462743753][/DOUBLEPOST]
    i think that's where oxide plugins should go...
     
  3. you need to upload the file not copy and paste
     
  4. n
    no i have the config file open can you fix that so i can delete the part of the config that is in there?
     
  5. You need to upload the full config the one that has been causing problems
     
  6. kkkkkkk.JPG server.error.JPG Can anyone see where I am going wrong? So far I have downloaded the mod, put it into the Plugins folder, refreshed my server and the tried to enter the commands into Rusty. Any help would be great!
     
  7. Wrong place go into the server folder you need to find your oxide folder
     
  8. It is in "ruste" right and not "rust"?
    [DOUBLEPOST=1462746908][/DOUBLEPOST]I don't have an oxide folder?
     
  9. you have to go to your server folder
     

  10. you need it installing to the oxide folder

    /server/ruste/server/server/oxide/plugins
     
  11. I want the pickup rate from stone all around the map to be 3x the normal amount. I do this in the console gather.rate pickup Stones 3. It works but 1 big problem is that if i have like 1000 stone in my inventory and i trow it on the ground, for my team mate, the 1000 will change it 3000. Anyone an idea to fix this?
     
  12. can someone link a config that actually works (or set up the correct way rather)? ive been messing with mine for a long time and it gives me an error message and wont load into my server correctly.
     
  13. EDIT: I apparently like to get Gather Manager and Rewards confused lol
     

    Attached Files:

    Last edited by a moderator: May 16, 2016
  14. You cant change the script info you need to leave that at default you have also posted this in the wrong topic
     
  15. Was uploading the changed version already, thanks for the headsup
     
  16. You have posted this into the wrong topic this is Gather Manager
     
  17. Yes this plugin had the same problem as BoobyTraps, so I changed and uploaded a fix to here aswell.
     
  18. That fix I gave you does not work for every plugin some need different hooks or extra coding changed you do need to delete your above plugin and post it in the correct topic
     
  19. I meant to upload to Gather Rewards oops.. Anyways, BoobyTraps uses most of the same hooks as Gather Rewards., check it out. The same fix can be applied.


    now back on topic
     
  20. I have a question.

    I want everything to be x1 like vanilla except sulfur and hq ( when minin nodes ).

    Can you tell me if it is possible, collecting the mining node to get stones, metal fragment as vanilla, and sulfur and hq with a x4 or x5 ?

    Thx.

    Because it is not working using :
    Code:
    GatherDispenserModifiers": {
          "Ore": 1.0,
          "Flesh": 1.0,
          "Tree": 1.0
        },
        "GatherResourceModifiers": {
          "Wood": 1.0,
          "Stones": 1.0,
          "Metal Ore": 1.0,
          "High Quality Metal Ore": 4.0,
          "Sulfur Ore": 5.0,
          "Cloth": 1.0,
          "Leather": 1.0,
          "Animal Fat": 1.0,
          "Wolf Skull": 1.0,
          "Human Skull": 1.0,
          "Raw Wolf Meat": 1.0,
          "Raw Human Meat": 1.0,
          "Bone Fragments": 1.0
     
    Last edited by a moderator: May 17, 2016