Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello,
  2. Hello, do you use wow addons? if yes try to disable all
  3. Hello, try to use also this plugin
  4. Hello, what is your fightclass code?
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Do you have error in wrobot log?
  7. Hello, https://msdn.microsoft.com/en-us/library/sey5k5z4(v=vs.110).aspx
  8. 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); }
  9. Hello, can you tell me if new update resolve your problem, I also added option to add window name in relogger general settings
  10. Hello, in grinder profile you can add several zones (you can also add/combine existing profile)
  11. Hello, it is strange problem, can you share your log? do you have try to disable plugins, change figthclass?
  12. 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/ ).
  13. 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 ())
  14. 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();
  15. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Do you have put Wmod dll in same folder than your plugin dll
  17. The last update does not change the Quest bot.
  18. Can you share your log file please ( ). Do you have try to use https://wrobot.eu/forums/topic/5283-offmesh-connections/ ?
  19. I'll check and fix that
  20. Hello, do you use last version of the profile? try to contact profile creator
  21. Wait next update
  22. You run your code in several thread (at the same time)?
×
×
  • Create New...