Jump to content

Droidz

Administrators
  • Posts

    12586
  • Joined

  • Last visited

Everything posted by Droidz

  1. Any info can be useful, if you do not want to share in public it is always possible to send me the information by private message.
  2. Hello, sorry for the delay, you can records videos when you get the problem (and share log of the sessions). If you have easy way to reproduce this problem tell me. You use last version?
  3. Hello, try to install required software: and disable you firewall/vpn/proxy. if your problem is not resolved can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, try plugin like: using System.Threading; using robotManager.Products; using wManager; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { while (Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { try { if (ObjectManager.Me.IsHorde) wManagerSetting.CurrentSetting.GroundMountName = "Horde mount name"; else wManagerSetting.CurrentSetting.GroundMountName = "Ally mount name"; } catch { } } Thread.Sleep(500); } } public void Dispose() { } public void Settings() { } } replace Horde mount name and Ally mount name by you mounts names
  5. Hello, Disable all Wow addon, reproduce problem and share your log file please (of bugged session) ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. hi, try System.Diagnostics.Process.GetCurrentProcess().MainWindowHandle
  7. Hello, add the node to your harvest list (in advanced general settings)
  8. Hello, you want use skill only when target is already in combat with you? you can check if the target targeting your character.
  9. No sorry I'll not add that
  10. Hi, it is strange, try to restart your computer if problem is not resolved tell me
  11. Droidz

    Skip underwater nodes

    If the node is too deep in the water, the water detection may not work. The only solution is to blacklist the zone (or decrease the search distance)
  12. ok ty, I'll release this new feature in the next update
  13. Hello, in product settings (if you use gatherer product) disable option 'mount all time'. In advanced general settings you have mount distance option, increment it
  14. Hello, tab "Tools" in "npc db" try to select and remove All (press key "Del"). Check if mailbox is not blacklisted (tab "Map" with radar3d). When is done, try to start bot near the mailbox when your bags are full, if problem is not resolved if you can share log of this session
  15. Hello, no sorry
  16. Can you try with this file and tell me if you get problem (or not): Relogger.exe
  17. Hi, I'll add option like
  18. Hello, can you share full log file please. You can try to use VPN (China's internet connection is not always stable with WRobot servers)
  19. https://wrobot.eu/forums/topic/12499-fishing-bot-using-blink/
  20. Hi, try to don't use fightclass. if problem is not resolved can you share screenshot of your fisher product settings and share your log file please
  21. you have two times options, remove first line
  22. Hello, you have closed WRobot before to edit file?
  23. select entry and press key "Del"
  24. try to clear your npc db (tab tools, remove all entries) and disable all wow addons, and all wrobot plugins (for the test).
  25. I'm not sure I understood it, but if you don't want share in public your log file send me it by private message.
×
×
  • Create New...