1. How do I know whose structure, the owner's name?
    Some errors in console:
    No Network View with id ViewID Unassigned to send RPC "ClientHealthUpdate"
    Gave 1 Wood Doorway to 1 inventory
    Gave 1 Wood Pillar to 1 inventory
    Gave 1 Wood Wall to 1 inventory
    No NGC View with id NGC ViewID 63176865 (964:162) to send RPC "ClientHealthUpdate"
     
    Last edited by a moderator: Apr 9, 2014
  2. that's not my plugin's errors

    those:
    Gave 1 Wood Doorway to 1 inventory
    Gave 1 Wood Pillar to 1 inventory
    Gave 1 Wood Wall to 1 inventory
    are not errors
    and the other 2 stuff are not related to the R-Remover

    to show structures owner say: /prod, then shoot the building.
     
  3. This option:

    Code:
    /remove admin => to activate/deactivate admin remover (can remove parts of any structures)
    The (can remove parts of any structures) is that your own structures or any structure, because it doesn't work on any structure except your own.
     
  4. jf3000, stupid question from me ... are you an admin? not a flagged admin, but an rcon.login admin?
    only admins with rcon logged can use this command, else it will only tell you that normal remove is activated
     
  5. What about anti-float (check connected components with the code I linked to, then check their coords relative to the pillar to be removed - and only needs to be triggered on pillars!) without anti-stash?

    Logic order would be like this:
    Code:
    if (remove is on) then
      if (user is admin) then
        -- skip all checks
        -- remove
      else
        if (floating checks are on) then
          if (pillar) then
          -- get all connected components
          -- check coords of pillars, rounded
            if (connected pillar is same x & z but higher y)
              -- deny placement (destroy pillar)
    end a bunch of times :p
    So you check other (non laggy) conditionals, and only process connected components and such when those are met.
     
  6. Error in fact this:
    No NGC View with id NGC ViewID 63176865 (964:162) to send RPC "ClientHealthUpdate"
    No Network View with id ViewID Unassigned to send RPC "ClientHealthUpdate"
    It only occurs when someone removes the house))
    It does not bring any inconvenience, except excess spam in console Rusty
     
  7. Okay forget other question, too many errors with this plugin
    Yes logged as admin, still didnt work.
     
  8. No Network View with id ViewID Unassigned to send RPC "ClientHealthUpdate"

    same, spam-spam-spam
     
  9. wow ok, i never had this problem because it doesn't go in the oxide logs, and never used rusty to get the console.
    This just shows in the rusty console, doesn't show in user console or anything.
    i'll try to look into it.[DOUBLEPOST=1397133917][/DOUBLEPOST]i really do not understand i've tried to delete houses, remove, remove admin, remove all, etc
    i was not able to remake the same errors as you.
    Maybe it's causing this cause an interaction with another plugin?[DOUBLEPOST=1397133991][/DOUBLEPOST]
    it seems you are the only one with this pb.
    does it say that remove admin was activated when you say: /remove admin ?
    or it just says remove is activated?
     
    Last edited by a moderator: Apr 10, 2014
  10. Doesnt seem I am the only one. I am logged in as admin, I understand the whole admin side of it. I type /remove admin and it comes up Remover activated. I shoot someone elses wall and in the rcon says

    Code:
    [Oxide] Wood Wall
    [Oxide] Wood Wall
    [Oxide] Wood Wall
    Dont know why it says that, but it doesnt give me that item if its supposed too. But seems other people have an issue with this too and not only me.
     
  11. does it say: "Remove admin activated" ??

    and the issue they are having isn't that it's not working, it works for them, they just got some messages in console.
     
  12. Reneb updated R-Remover with a new update entry:

    Minor fix

     
  13. plz add flags.. i dont use oxmin i test
    Essentials
     
  14. I opted out of this still buggy went with a different removal tool minus the prod option and it works like it supposed too, dont know why yours doesn't.
     
  15. Like most people, I get unknown error when typing in the commands. Almost sure I'm installing it right.
     
  16. you need oxmin
     
  17. I do have Oxmin
     
  18. Reneb updated R-Remover with a new update entry:

    Anti Floating

    [DOUBLEPOST=1397333124][/DOUBLEPOST]
    It would really help if you could send us the logs of your Oxide when the server is starting, if the plugin was installed correcly it but the /remove doesnt work, it should show us an error.
     
  19. You still didn't upload new version, isn't it? cause antiFloat is commented and using old algo...
     
  20. Reneb updated R-Remover with a new update entry:

    Wrong File