Recycle

Recycle crafted items to base resources

Total Downloads: 3,965 - First Release: Aug 11, 2015 - Last Update: Apr 1, 2018

5/5, 12 likes
  1. can confirm randomly /rec stops working
     
  2. The cooldown isn't working. I gave myself the persmission to use it, and set the cool down to 1 min. I can open it over and over again regardless of cooldown. Unless it allows admins to do use it constantly?
     
  3. this is only working for me as admin
     
  4. Configure an option to disable the multiplier. It's impossible to have vanilla output with it.
     
  5. Calytic

    Calytic Community Admin Community Mod

    Calytic updated Recycle with a new update entry:

    2.0.9

     
  6. Failed to call hook 'OnItemAddedToContainer' on plugin 'Recycle v2.0.9' (NullReferenceException: Object reference not set to an instance of an object)
    at Oxide.Plugins.Recycle.SalvageItem (.BasePlayer player, .Item item) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.Recycle.OnItemAddedToContainer (.ItemContainer container, .Item item) [0x00000] in <filename unknown>:0

    On attempt rec Bone Knife or Candy Cane Club or Wind Turbine etc...
     
  7. Use last version oxide Releases · OxideMod/Oxide.Rust · GitHub
     
  8. Protocol: 2062.158.1
    Build Date: 03/01/2018 18:53:05
    Unity Version: 2017.1.3f1
    Changeset: 25760
    Branch: release
    Oxide.Rust Version: 2.0.3851
    [DOUBLEPOST=1520108184][/DOUBLEPOST]In previous version knife recycled succesfull, turbine and candy issued message "Cannot recycle that!"

    and in this version of the error Failed to call hook 'OnItemAddedToContainer'
     
  9. in SalvageItem author forgot
    Code:
    if(item.info.Blueprint == null)
        {
                    return false;
            }
    all not recycleable items = message "Cannot recycle that!" not an error Failed to call hook 'OnItemAddedToContainer'
     
  10. 1) Fix that (after update plugin recycles any number of components as 1)

    2) changing recycle ratio doesn't effect
    3) ..need to write in chat /rec 5-10 times for open recycle box
    ..or maybe I do not understood something?
     
    Last edited by a moderator: Mar 5, 2018
  11. in 2.0.8 " 3) ..need to write in chat /rec 5-10 times for open recycle box" toooo
     
  12. Can I get some help, I am still on a learning curve. I am looking for the correct syntax for the command to grant someone permission to use the /rec the "grant group default recycle.use" overview is not very clear? I have tried a few various commands from reading into different things and have not been successful. thanks.
     
  13. Found this error when placing an item in the slot that cant be recycled, Hemp Seed ? :) I know it can't be recycled so this is only an FYI for you. :)

    Code:
    (00:27:30) | [Oxide] 02:27 [Error] Failed to call hook 'OnItemAddedToContainer' on plugin 'Recycle v2.0.9' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Recycle.SalvageItem (.BasePlayer player, .Item item) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.OnItemAddedToContainer (.ItemContainer container, .Item item) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
    [DOUBLEPOST=1520839975][/DOUBLEPOST]
    o.grant user/groupname steamID/groupname recycle.use
    o.revoke user/groupname steamID/groupname recycle.use

    o.usergroup add steamID groupname
    o.usergroup remove steamID groupname
     
  14. I have so same problems, what i need to do?
     
  15. I think the author already knows about that and he does not care or support's abandoned - obviously, no?
     
  16. Players are unable to recycle quarries?
     
  17. Calytic

    Calytic Community Admin Community Mod

    Calytic updated Recycle with a new update entry:

    2.1.0

     
  18. assets/prefabs/deployable/small stash/small_stash_deployed.prefab
    does not work
     
  19. Got this Error in Console since oxide & Rust update.

    Code:
     Failed to call hook 'CanNetworkTo' on plugin 'Recycle v2.1.0' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Recycle.IsBox (.BaseNetworkable entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.CanNetworkTo (.BaseNetworkable entity, .BasePlayer target) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 Failed to call hook 'CanNetworkTo' on plugin 'Recycle v2.1.0' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Recycle.CanNetworkTo (.BaseNetworkable entity, .BasePlayer target) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0 Failed to call hook 'CanNetworkTo' on plugin 'Recycle v2.1.0' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Recycle.IsBox (.BaseNetworkable entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.CanNetworkTo (.BaseNetworkable entity, .BasePlayer target) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0Failed to call hook 'CanNetworkTo' on plugin 'Recycle v2.1.0' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Recycle.IsBox (.BaseNetworkable entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.CanNetworkTo (.BaseNetworkable entity, .BasePlayer target) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0Failed to call hook 'CanNetworkTo' on plugin 'Recycle v2.1.0' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Recycle.CanNetworkTo (.BaseNetworkable entity, .BasePlayer target) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0Failed to call hook 'CanNetworkTo' on plugin 'Recycle v2.1.0' (NullReferenceException: Object reference not set to an instance of an object)
      at Oxide.Plugins.Recycle.IsBox (.BaseNetworkable entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.CanNetworkTo (.BaseNetworkable entity, .BasePlayer target) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Recycle.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
    
     
  20. Wulf

    Wulf Community Admin

    Please make sure you're using the latest Oxide build, not the first one that was released yesterday.