Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. Can you share your log please
  2. hello, what is result of "Current quests memory info" (in quest tools) when bot continue to attack mobs?
  3. I tested your profile works, try to use it in new WRobot install (don't change settings, select only your profile)
  4. I am sorry i have no idea what can cause this problem.
  5. I think it is a problem with https://docs.microsoft.com/en-us/dotnet/api/system.environment.tickcount?view=netcore-3.1 but I don't understand why, random use default .NET api no reason that bug. Try to reinstall/repair framework.net maybe
  6. try also to clear your blacklist (tab tools)
  7. Hello, try to use quest type "None" and remove pulse step
  8. Hello, in fightclass this option count target (it doesn't make sense but I won't change it to avoid breaking the existing fightclass) Use this c# condition to don't count target: ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(ObjectManager.Target.Position) <= 10 && !u.IsMyTarget && u.IsAttackable) <= 3 replace 10 by the range, and 3 by number of unit
  9. the date and time of your computer are correctly set?
  10. Hello, to check if spell was correctly used you need to use lua event (with C # code). You use timer with spell "Pestilence", you cannot test it with buff?
  11. Hello, Are you sure that your file ends with .cs (and not by .cs.txt for example)?
  12. 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.
  13. 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?
  14. 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/ ).
  15. 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
  16. 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/ ).
  17. hi, try System.Diagnostics.Process.GetCurrentProcess().MainWindowHandle
  18. Hello, add the node to your harvest list (in advanced general settings)
  19. Hello, you want use skill only when target is already in combat with you? you can check if the target targeting your character.
  20. Droidz commented on maukor's bug report in Bug Tracker
    No sorry I'll not add that
  21. Hi, it is strange, try to restart your computer if problem is not resolved tell me
  22. Droidz commented on Pudge's bug report in Bug Tracker
    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)
  23. Droidz commented on maukor's bug report in Bug Tracker
    ok ty, I'll release this new feature in the next update
  24. 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
  25. 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.