TwigsDecay

Steadily decays buildings made of twigs. Works for other tiers, too, if configured to do so.

Total Downloads: 5,877 - First Release: Mar 25, 2015 - Last Update: Dec 23, 2016

5/5, 16 likes
  1. Just simply delete the old Config and type in console "oxide.reload TwigsDecay"
     
  2. dcode updated TwigsDecay with a new update entry:

    1.3.0

     
  3. "Disabled default decay"

    So the new decay system doesn't override the twig decay?
     
  4. I haven't tested it yet tbh, but yes, that's the intention.
     
  5. dcode updated TwigsDecay with a new update entry:

    1.3.1

     
    • "Disable default decay by config option instead of overriding damage events"
    Not sure I see a difference with this config file compared to the one 3 versions ago. Am I missing something? I did remove the old config before loading the new one.
     
  6. The config hasn't changed with the last updates.
     
  7. nvm I see.
     
  8. the plugin does not want to install and does not create the .json

    pls help
    [DOUBLEPOST=1429559922][/DOUBLEPOST]
    Code:
    8:24 PM [Error] TwigsDecay plugin failed to compile! Exit code: 1
    8:24 PM [Warning] E:\UserFiles\VIVIANH\GameServers\TC23522414338864262605230\server\roxservers\oxide\plugins\TwigsDecay.cs(74,17): error CS0103: The name `decay' does not exist in the current context E:\UserFiles\VIVIANH\GameServers\TC23522414338864262605230\server\roxservers\oxide\plugins\TwigsDecay.cs(75,17): error CS0103: The name `decay' does not exist in the current context
     
    Last edited by a moderator: Apr 20, 2015
  9. Are you running the latest server version? As far as I know "decay.scale" has been added just lately.
     
  10. 1242 dev 56
     
  11. Any chance barricade decay could be built into this plugin?
     
  12. Yeah, so I just updated my server and now my oxide plugins are not loading, and the code you gave me earlier is invalid, it says.
     
  13. I have no idea how much health a barricade has. Need to find this out first :)
     
  14. dcode updated TwigsDecay with a new update entry:

    1.4.0

     
  15. Wulf

    Wulf Community Admin

    Check your logs for errors and post them here please.
     
  16. m8! Thankyou :)
     
  17. Code:
    [4/22/2015 10:50:52 AM] [Oxide] 10:50 AM [Warning] Waiting for another application to stop using script: TwigsDecay
    [4/22/2015 10:50:54 AM] [Oxide] 10:50 AM [Warning] E:\UserFiles\VIVIANH\GameServers\TC23522414338864262605230\server\roxservers\oxide\plugins\TwigsDecay.cs(75,17): error CS0103: The name `decay' does not exist in the current context E:\UserFiles\VIVIANH\GameServers\TC23522414338864262605230\server\roxservers\oxide\plugins\TwigsDecay.cs(76,17): error CS0103: The name `decay' does not exist in the current context
    [DOUBLEPOST=1429693362][/DOUBLEPOST]
    Code:
    [4/22/2015 12:35:58 AM] [Oxide] 12:35 AM [Error] Error while compiling TwigsDecay.cs(75,17): error CS0103: The name `decay' does not exist in the current context
    [4/22/2015 1:20:30 AM] [Oxide] 1:20 AM [Error] Error while compiling TwigsDecay.cs(75,17): error CS0103: The name `decay' does not exist in the current context
    [4/22/2015 1:39:24 AM] [Oxide] 1:39 AM [Error] Failed to load plugin afksystem (IOException: Sharing violation on path E:\UserFiles\VIVIANH\GameServers\TC23522414338864262605230\server\roxservers\oxide\plugins\afksystem.lua)
    [4/22/2015 10:50:54 AM] [Oxide] 10:50 AM [Error] TwigsDecay plugin failed to compile! Exit code: 1
     
  18. Your server isn't running the latest Rust update, there was an optional server update which introduced a decay.scale console command/server option to modify the damage dealt by decay, this plugin uses this to disable default decay. Try updating your server first, this should fix your issues.