Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    WRobot Not Working

    Hello, try to reinstall WRobot
  2. Update in progress
  3. Hello, problem resovled
  4. Hello, WRobot support now Wow Legion patch 7.3.2.25326. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here). More info about this wow version: Click here
  5. Hello, WRobot support now Wow Legion patch 7.3.2.25326. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here). More info about this wow version: Click here View full article
  6. Hello, you need to wait few hours
  7. HunterBeastmasterSettings.CurrentSetting.Save()
  8. Hello,
  9. Hello, do you use wow addons? if yes try to disable all
  10. Hello, try to use also this plugin
  11. Hello, what is your fightclass code?
  12. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Do you have error in wrobot log?
  14. Hello, https://msdn.microsoft.com/en-us/library/sey5k5z4(v=vs.110).aspx
  15. 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); }
  16. Hello, can you tell me if new update resolve your problem, I also added option to add window name in relogger general settings
  17. Hello, in grinder profile you can add several zones (you can also add/combine existing profile)
  18. Hello, it is strange problem, can you share your log? do you have try to disable plugins, change figthclass?
  19. 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/ ).
  20. 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 ())
  21. 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();
  22. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Do you have put Wmod dll in same folder than your plugin dll
  24. The last update does not change the Quest bot.
×
×
  • Create New...