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. Hello, try to run WRobot with shortcut "WRobot (DX hook)"
  2. Hello, he has option for jump and smooth path in advanced general settings
  3. To close wow process use wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill();
  4. Hello, did you read the log file to see if it says what the bot does?
  5. use code like wManager.Wow.Class.QuestClass quest; var r = wManager.Wow.Helpers.Quest.QuesterCurrentContext.QuestsClasses.TryGetValue("TEST", out quest); if (r && quest != null) { quest.Reset(); } (replace TEST by name of you quest) But it is more easy to use "Reset" in quest order editor
  6. there is a good chance that this problem is caused by a WRobot plugin (or fightclass / profile)
  7. Hello, open profile with profile editor (tab product settings), you can activate "radar 3d" tab "Map" to help you
  8. Hello, you can found upgrade invoice here: https://wrobot.eu/clients/orders/
  9. Try to disable all wow addons, if this works you can try to enable one per one to found the bad addon(s)
  10. call method Reset() of the quest class
  11. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ )
  12. Hello, try to disable your wow addons and to use another fightcclass
  13. hello, https://stackoverflow.com/questions/1215139/reboot-machine-from-a-c-wpf-app
  14. Hello, try without fightclass, if problem is not resolved if you can share your log again please
  15. Can you share full log file (by private message if you want), and give me sample profile (or start/end position) that I try to reproduct problem
  16. Hello, no tested but like that: public static bool ManageMovement() { if (robotManager.Products.Products.ProductName == "WRotation") { string errorsCSharp; if (wManager.Wow.Helpers.RunCodeExtension.RunScript(robotManager.Helpful.RunCode.CodeType.CSharp, @"robotManager.Helpful.Var.SetVar(""ManageMovementWRotation"", WRotation.Bot.WRotationSetting.CurrentSetting.ManageMovement);", "", out errorsCSharp)) { return robotManager.Helpful.Var.Exist("ManageMovementWRotation") && robotManager.Helpful.Var.GetVar<bool>("ManageMovementWRotation"); } } return false; } (try to call this code only one time at start (and cache value) to avoid performance problem)
  17. Hello, to go to first position of path, or maybe pathfinder is used by a plugin
  18. Hello, in your profile try to use "Flying" positions (waypoint)
  19. Hello, check if you use mount name like is appaer in game (with upper/lower cases). If problem is not here share your log
  20. Hello, Except remove NPC of your profile/db (or maybe use small npc search radius) no easy solution (you need to use c#)
  21. Hello, I don't know what happened but the problem is solved You can found your license key here: https://wrobot.eu/clients/purchases/ Kind regards
  22. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Hello, try lua function PetAssistMode(); or lua macro /petassist
  24. Is strange, use radar3d (tab map) to check if node is blacklisted correctly. Can you share your log?

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.