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, use fightclass with healing spell or add spell yourself https://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/
  2. What is the name of your server?
  3. Hello, yes wrobot and wow work on VMware
  4. Try to use anothers profiles. If your problem is not resolved try to disable wrobot plugins and try to change your figthclass
  5. What is the result when you are in good distance of: robotManager.Helpful.Logging.Write("r = " + wManager.Wow.Helpers.TraceLine.TraceLineGo(wManager.Wow.ObjectManager.ObjectManager.Target.Position)); I'll try to reach this mob tomorrow (or if you have more easy npc to reach with the same problem tell me where I can found him)
  6. Hello, to use elevator you can use this sample: https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/?do=findComment&comment=24442 In WRobot code, I use offmeshconnection for that like: new PathFinder.OffMeshConnection(new List<Vector3> { new Vector3(1900.185, -4362.321, 43.23154), new Vector3(1901.796, -4370.77, 44.39288) {Action = "c#: Logging.WriteNavigator(\"[OffMeshConnection] Ogrimmar > Wait Elevator\"); while (Conditions.InGameAndConnectedAndProductStartedNotInPause) { var elevator = ObjectManager.GetWoWGameObjectByEntry(206609).OrderBy(o => o.GetDistance).FirstOrDefault(); if (elevator != null && elevator.IsValid && elevator.Position.Z <= 44) break; Thread.Sleep(10); }"}, new Vector3(1903.901, -4382.015, 105.6566) {Action = "c#: Logging.WriteNavigator(\"[OffMeshConnection] Ogrimmar > Wait to leave Elevator\"); while (Conditions.InGameAndConnectedAndProductStartedNotInPause) { var elevator = ObjectManager.GetWoWGameObjectByEntry(206609).OrderBy(o => o.GetDistance).FirstOrDefault(); if (elevator != null && elevator.IsValid && elevator.Position.Z >= 105) break; Thread.Sleep(10); }"}, }, (int)ContinentId.Kalimdor),
  7. Can you share screenshot of your fisher product settings
  8. Hello, yes https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/
  9. Hello, try to disable your wow addons and remove your wow caches
  10. Hello, try to remove folder "WRobot\Data\meshes", if problem is not resolved try to use anothers profile (or disable option "skip if cannot make path" in advanced general settings).
  11. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you 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/ ).
  12. Hello, you cannot run WRobot from shared directory
  13. Party product is not created to work in areana
  14. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Do you get this problem in all contienent?
  15. Hello, use quest type "UseSPellOn"
  16. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Hello, var o = wManager.Wow.ObjectManager.ObjectManager.GetObjectByGuid(new Int128("00663400002CA717202FD477E0376C80")); if (o.IsValid) wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress);
  18. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Try to disable your wow addons
  19. InteractDistance = 32,7 CombatReach = 30 Seem good, try to use https://wrobot.eu/bugtracker/sizerange-calculation-is-broken-r497/?do=findComment&comment=3338 or https://wrobot.eu/bugtracker/sizerange-calculation-is-broken-r497/?do=findComment&comment=3329 in one of you spell to check if problem is not caused by your fightclass
  20. In your figthclass, do you use static distance (to check if target is in spell range)? Wath is the combatrange of this mob (you can get it in memory info)
  21. All name in WRobot settings is case sensitive (use upper and lower character,like he appear ingame).
  22. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Hello, can you share position (from/to) , continent name and the log file

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.