R-Remover-Tool

Building and entity removal tool

Total Downloads: 63,280 - First Release: Apr 3, 2015 - Last Update: Feb 7, 2018

5/5, 105 likes
  1. Is anyone getting those errors?

    Code:
    [Oxide] 7:57 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'RemoverTool v3.0.3' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 7:57 PM [Debug]   at Oxide.Plugins.RemoverTool.OnEntityDeath (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    [Oxide] 7:57 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'RemoverTool v3.0.3' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 7:57 PM [Debug]   at Oxide.Plugins.RemoverTool.OnEntityDeath (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    [Oxide] 7:57 PM [Error] Failed to call hook 'OnEntityDeath' on plugin 'RemoverTool v3.0.3' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 7:57 PM [Debug]   at Oxide.Plugins.RemoverTool.OnEntityDeath (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0 
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
    
     
  2. actually seems to be working just u have to be on ther right angle for it cant just be facing it from any angle
     
  3. It's working for me as well, but I get this messages spammed in my logs...
     
  4. hey guys i have been trying to get this to work for a few hours now but each time i use "remove all" or "remove admin" i get this "Message - Cant Use Remove With Item": "You can't use the remover tool while you have an active item", can any one tell me what im doing wrong ?? PS i have added all the permissions for this plugin in and im the owner and admin. PLEASE HELP ME!!@#!@
     
  5. Reneb updated R-Remover Tool with a new update entry:

    3.0.4

     
  6. Would it be possible to re-add, the option to use item to remove. I often use gun to remove an item, so does my other players
     
  7. @Reneb , new GUI settings are applied only after server rebooting, plugin reloading is not enough. The word "Cost" is displayed even if everywhere in the settings is false. Because of this, the window takes up much more space. Thanks!
     
  8. Still does not work with me.
    Always the same message.

    You can not use the remover tool while you are holding an item
    Unlocking this command thank you
     
  9. Maybe... you are holding an item? :D
     
  10. Hello,
    I was getting a ton of NullReferenceException errors due to the OnEntityDeath hook because of a null HitInfo parameter, so I added this little bit to the OnEntityDeath hook on or around line 807: (ver 3.0.4)
    Code:
    if (entity == null || info == null) return;
    I think that fixed all of the exceptions that were being thrown, however I have not done thorough testing.
    -Koenrad
     
  11. its strange because none of them should be null ... if it's called XD
     
  12. I know, it is. I was having a similar problem last night with null HitInfo objects being passed to the OnPlayerAttack hook in another plugin.
     
  13. I downgraded back to 2.2.20 ... the new version does not work very good (as mentioned earlier in the thread). The admin remove does not work for all items. And most of the people are confused to have empty hands to remove. To make my life easier i deceided to downgrade and have no GUI and Pay.
     
  14. Please Hi another simpler version that does not. Why make so complicated plugins.
    Or give me before that version if that worked very well thank you
     
  15. Click on Version History tab and download V2.2.20 from the Aug 28, 2015. That is a simple easy version and works fine.
     
  16. I too have went back to the old version, there was nothing wrong with it and worked fine. Players like it more also.
    But let us take a moment to bow our heads in silence for a game that is rapidly dying.
     
  17. Can you add an option in the config to turn off the GUI?
     
  18. is the /rayremove option not working for admins anymore? I thought it was part of /build or r-remover mod
     
  19. Ray remove is part of r-remove ...
     
  20. I went back to the 2.2.20 version and /rayremove works again