Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

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