Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, like this if you know mob guid: wManager.wManagerSetting.RemoveBlackList(unit.Guid); or by entry id: int mobEntryID = 12345; var mobs = wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitByEntry(mobEntryID); foreach (var unit in mobs) { wManager.wManagerSetting.RemoveBlackList(unit.Guid); }
  2. Hello, can you tell me if new update resolve your problem, I also added option to add window name in relogger general settings
  3. Hello, in grinder profile you can add several zones (you can also add/combine existing profile)
  4. Hello, it is strange problem, can you share your log? do you have try to disable plugins, change figthclass?
  5. Droidz

    PopUpWindow

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, no default feature for that. But you can try to create fish profile (for fishing and gathering), add use this plugin to kill mobs ( https://wrobot.eu/forums/topic/5078-plugin-for-attacking-specific-mobs/#comment-23616 ())
  7. Hello, you cannot with default feature, but you can try code like: var spell = new Spell("*****"); spell.Launch(false, false); Thread.Sleep(Usefuls.Latency + 50); robotManager.Helpful.Mouse.ClickLeft();
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. Do you have put Wmod dll in same folder than your plugin dll
  10. The last update does not change the Quest bot.
  11. Can you share your log file please ( ). Do you have try to use https://wrobot.eu/forums/topic/5283-offmesh-connections/ ?
  12. I'll check and fix that
  13. Hello, do you use last version of the profile? try to contact profile creator
  14. Wait next update
  15. You run your code in several thread (at the same time)?
  16. Hello, you can already do that if you use c# https://wrobot.eu/forums/topic/6618-how-to-add-autoupdate-feature-at-your-files/
  17. please share all code (or sample code with this problem)
  18. Droidz

    draenor tiles

    I cannot reproduce this problem, try to create folder "Draenor" manually
  19. Install slimdx and framework
  20. Hello, https://wrobot.eu/forums/topic/7391-update-info/
  21. Droidz

    Update info

    Hello, Since last WRobot update (for Legion only): - If you use "Relogger" , you need to select "WRobot.exe" instead of .exe file with random name (in relogger "General Settings" the option "Path to WRobot"). - Now, when you want remove/move WRobot folder, you need to: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=33664
  22. How to remove/move WRobot folder Since Wow 7.3, WRobot protect executable file, but when this file is protected you cannot move, edit or remove it. To resolve this probleme, in WRobot folder you can found the tool "RemoveFile.exe", run it and select file locked (.exe file with random name like "QaNpTArr.exe", this tools will remove the file and unlock your folder).
×
×
  • Create New...