Jump to content

ZEODE

Creator
  • Posts

    1,615
  • Joined

  • Last visited

Everything posted by ZEODE

  1. ZEODE

    Raidable Bases

    No, this is new since that update. They are aware and working on it now though I believe. Hopefully another Oxide update soon to fix.
  2. ZEODE

    Conflict with No Decay Plugin

    Welcome
  3. ZEODE

    Conflict with No Decay Plugin

    Changed Status from Work in Progress to Closed
  4. ZEODE

    Conflict with No Decay Plugin

    Thanks for the report, update will be out soon.
  5. ZEODE

    Conflict with No Decay Plugin

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  6. Changed Status from Work in Progress to Closed Changed Fixed In from 1.1.14 to 1.1.13
  7. ZEODE

    Output and consumption

    I second this, the PumpJacks/Quarries output the same amount of product for 1 fuel regardless of diesel or LGF. It needs to be scaled if allowing LGF or it gives way too much as LGF is so easy to get a lot of. Otherwise the plugin is working great.
  8. ZEODE

    Quarry Levels

    I've tested it just now, and it seems to be working as intended as far as I can tell. ServerRewards etc works fine too. However, for example on my servers, using diesel in both Pumpjack and Quarry seems to make more sense. I get 150 crude from 1 diesel or also from 1 LGF, so that seems broken as LGF is so easy to get compared to diesel. It would seem to need some scaling for the different fuels. But it is otherwise working fine.
  9. ZEODE

    Quarry Levels

    Are you sure about this? In my tests, when you put just one fuel in, the quarry doesn't start. If you put more than one fuel in, it consumes one fuel the moment you toggle the quarry on. The quarry will then run for the time one fuel is set to last for on vanilla rates, even if you remove the remaining fuel. I don't know how long one fuel runs for as I didn't wait and see, but looking in the assembly it says the work done by one fuel is 1000. Maybe @Death will know what this equates to in time? Also, the quarry won't run on LGF anymore since the Facepunch update, unless your server isn't running the latest Rust server build perhaps?
  10. ZEODE

    rust update

    Changed Status from Pending to Closed Changed Fixed In to 1.2.5
  11. ZEODE

    rust update

    Thanks for the report, all fixed.
  12. ZEODE

    Quarry Levels

    It might need an extra null check on item in OnQuarryConsumeFuel, with incorrect fuel or no fuel it throws a NRE. Also, is it removing fuel correctly? Nevermind, its late, im tired and I messed something up. lol
  13. ZEODE

    Quarry Levels

    The error is because of the facepunch changes to fuel for quarries being Diesel now, instead of Low Grade. For anyone who can't wait for the fix, just change line 221 in the plugin from: var item = quarry.fuelStoragePrefab.instance.GetComponent<StorageContainer> ().inventory.FindItemsByItemName ( "lowgradefuel" ); to: var item = quarry.fuelStoragePrefab.instance.GetComponent<StorageContainer> ().inventory.FindItemsByItemName ( "diesel_barrel" );
  14. Oh no! Thanks for the report, I will investigate and try and get a fix out ASAP.
  15. Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  16. ZEODE

    Personal Marketplace

    Sorry! I forgot to update the instructions on the plugin page. Since you can't access the back of the machine, hit with a hammer to rotate the machines.
  17. ZEODE

    Permission problems

    Changed Status from Can't Reproduce to Closed Changed Fixed In from 1.2.3 to 1.2.4
  18. ZEODE

    Permission problems

    I have sent you a message on Discord with a different version to try. I don't know what else to say, I have checked the code and it's good. Nobody else is reporting this issue. You have to be missing something else? I have loaded it onto 3 of my servers and its working perfectly on them for me and other players.
  19. ZEODE

    Permission problems

    Nobody else is reporting the issue and I cannot reproduce this error on my test server. I don’t see anything on your screenshot, it appears blank. Did you delete the data file AFTER unloading the plugin? Can you please also give the other info I requested in my first reply?
  20. ZEODE

    Permission problems

    Hey, thanks for the reply, in order for me to be able to help further can you please try and answer all my questions in more detail, providing the specific details I requested? For instance, what do you mean by reinstaling? Did you delete the data file first? If you can be more specific I can likely help you better. Thanks.
  21. Version 1.1.3

    399 downloads

    Simple plugin to allow anyone using Server Rewards to wipe player RP with server wipe, which is a feature not available natively within the Server Rewards plugin. No permissions, simple config, takes seconds to set up. If enabled, the plugin is able to backup the player RP data file before resetting it. If something went wrong, or you didn't mean to wipe the data, it will be saved in "/path/to/your/oxide/data/ServerRewards/player_data-backup.json". NOTE: This saves on a rolling basis, so each time it saves it overwrites the backup. Please also note, some servers can startup quicker or slower than others, this can lead to ServerRewards not being fully loaded when this plugin looks for it or tries to wipe the RP. This can lead to the RP not being wiped. If you experience this issue, increase the "wipe delay" config option. Since plugin version 1.1.3, this delay was increased anyway to try and resolve this issue. But the option is there to change it yourself too if you wish to. Additional console command available to trigger a RP wipe at any time while server is running: clearrpdata Default Config: { "Options": { "Reset ServerRewards player RP on wipe": true, "Backup player RP before wiping": true, "Wipe delay (seconds) after server startup. Try increasing if RP wipe fails on startup": 30.0 }, "Version": { "Major": 1, "Minor": 1, "Patch": 3 } }
    Free
  22. ZEODE

    Permission problems

    Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.2.3
  23. ZEODE

    Permission problems

    Hi, thanks for the report. I am unable to reproduce this error. Can I ask if you were using a previous version of the plugin or was it a fresh install of the latest version? What is the chat message when you try and throw these nades? Are there any error messages in the server console? Did you try unloading the plugin, deleting the data file and reloading it? Are the Bradley and Heavy perms added successfully to you?
  24. Changed Status from Pending to Not a Bug Changed Fixed In to 1.1.11
  25. Also broken for me, same error when using server rewards.
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

125.9k

Files Sold

Total number of files sold.

2.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.