1. Hmm, does SteamAPI conflict with oxmin at all? Also where do I get it? I clicked a link at the starter of this and it asks for a domain or something.
    [DOUBLEPOST=1421777178][/DOUBLEPOST]Thanks for the quick response! :)
     
  2. to get the steamapi you dont need domain or anything, just enter anything it doesnt matter ;)
     
  3. Hi Vypertech,

    It has happened to me, too. Today, I need to unistall and reinstall Oxmin. So, for those structures that owners have not logged in until the moment I "prod", return the same message you received (Couldn't find the structure owner, maybe you want to install the SteamAPIKey).

    I bet it will return with structure owner after the first time owner loggin.

    Kind Regards,

    MADE
     
  4. Hey Reneb,

    After ddos i got this error on logs and i cant load or reload r-remover. I deleted and added it too. Still same problem.
    Code:
    11:28 AM: ERROR: Failed to load plugin r-remover
    : NLua.Exceptions.LuaScriptException: [string "r-remover.lua"]:3: attempt to call global 'V' (a nil value)
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugin.Load (System.String filename) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Feb 28, 2015
  5. trax, if you have a server at Multiplay, it looks like they have some problems at the moment.

    Edit: minor spelling/grammar.
     
    Last edited by a moderator: Feb 18, 2015
  6. Yep. I have a server with Multiplay and submitted a ticket to them. This addon was working perfectly for months and then today it doesn't. I uninstalled, reinstalled, and reconfigured this addon with restarts in between and yet it still does not work, so the only reason left is server host since there were no updates to Rust or Oxide. Hopefully they (Multiplay) will get it fixed soon.
     
  7. This is what Multiplay replied back to my ticket:

    "Remover has switched to the .cs format which we do not currently support due to security issues. We are looking into this at this time however we do not have an ETA on when they will be available."

    Can anyone confirm this?

    Edit: Looks like they have tried to apply "R-Remover Tool 2.2.8" (it's the only addon i could find With remover in the name that uses .cs), then removed "R-Remover 3.2.2". They could just remove the "R-Remover Tool 2.2.8" and bring back the "R-Remover 3.2.2", then it should be working again.

    Sorry for posting it here, will talk to Multiplay about this. Either way, this addon is too great to be removed.
     
    Last edited by a moderator: Feb 18, 2015
  8. nop i can't.
    They are mixing up R-Remover Tool (named: RemoverTool.cs) from EXPERIMENTAL
    and R-Remover (named: r-remover.lua) from LEGACY.
     
  9. Yeah, I noticed! Thanks for your reply Reneb!

    Edit: For anyone with a server at Multiplay, this should be fixed within a short period of time. The addon is being installed again.

    Edit 2: For anyone with a server at Multiplay, it's now working again.
     
    Last edited by a moderator: Feb 18, 2015
  10. oxminflag candestroy is not working?
    When i do oxmin.giveflag Epixx candestroy I am still not able to do /remove admin.
    ITs not too much of a problem, I can install Flags easy. Just wondering if this is a common problem?
     
  11. guys, can someone help me pls? i need to change the .lua that i am able to remove with the uber hunting bow. i really need this because i have to remove manually many structures and ye, the uber hunting bow + arrow stack plugin + Custom Desktop Logo for Hunting Bow Aim is the only way to remove this efficient
    (i have builded a water arena, now i want to remove all the pillars and only let the ceilings on the water surface (because of resource saving)

    the water arena looks like this @9:10


    sadly i'm not able to remove things with the uber hunting bow, i'm able with thep lugin "remover tool" but this plugin is so..........extermely slow.

    can someone help me? can i change the lua that i am able to remove with the uber hunting bow?
     
    Last edited by a moderator: Feb 23, 2015
  12. Just use an M4 with a Holo Sight.
     
    Last edited by a moderator: Mar 1, 2015
  13. this takes at least 6x so long.. with the uber hunting bow i don't have recoil, i don't have do reload and i'm shoting 100x so fast with my
    left mouse button - macro.

    and with custom desktop logo i have a better "holo sight" just for the bow.

    ATM i sadly don't have the time to remove pillars 6 hours long :> >>>that's why<<<
     
  14. GO into the code, Serch for "Uber Hatchet" OR just 'Uber'
    Then change it to "Uber Hunting Bow" ;)
     
  15. sadly its not so easy, that's my code right now: http://codepad.org/7bmjXcTI

    just edited all "uber hatchet" into "uber hunting bow"

    doesnt work. hmm
     
  16. Why authlevel 1 can destroy ALL INCLUDING IN PRIVATE THAT THEY DON'T OWN with simple remove and hammer?! How to block that?
     
  17. I also have a problem. The normal /remove works fine, but when I type /remove admin, or /remove all. It just activates the normal remove. I'm logged in into Rcon. I also have all the flags, but I still cant seem to work it out. I really need the /remove all command to delete some hacker bases quickly.
     
  18. hmm normally this works fine, try to delete all the remover .txt and .lua files, reinstall it and use only 1 remove tool at the same time.
     
  19. Hi, great mod :)
    Is there a way to detect in my mod when the user has turned on /remove ?

    self.remove_mod = plugins.Find("r-remover")

    function PLUGIN:OnHurt( takedamage, damage )
    // check here to see if /remove is on if so return
    local Victim = damage.victim.client <--- I get a conflict error here when removing furnace, workbench, boxes

    Structures are fine with no errors.
    Everything else works fine I just get an error message in the log file that I'm trying to fix.
    Any ideas?
     
  20. you would need to get fields for that, and i'm not sure it's possible.
    i could add a method for it if you need it.
    what do you need it for?