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, no sorry, you can only draw lines and circles (check Radar3D class)
  2. Droidz commented on wow1's bug report in Bug Tracker
    Hello, if you can wait next update, I have fixed problem.
  3. Hello, you cannot change it.
  4. Hello, if you can wait next update.
  5. http://wrobot.eu/files/category/158-broken-isles/
  6. Hello, like this: wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { var me = wManager.Wow.ObjectManager.ObjectManager.Me; var target = wManager.Wow.ObjectManager.ObjectManager.Target; if (me.IsAlive && target.IsAlive && !me.IsCast && me.HaveBuff("Buff name")) { wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.STRAFELEFT, 1000 * 3); // strage left during 3 secondes } }; (run this code only one time by wrobot session)
  7. I'll create meshes for 7.1.0 version soon I'll resolve this problem in next updates.
  8. Changed Status to Confirmed Changed Version to All
  9. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  10. Hello, Go to tab "Tools" > "Development tools", paste this code in textbox: wManager.Wow.Helpers.PathFinder.Pather.LoadAllTiles(); and press button "C# (....", wait (WRobot will download all tiles (meshes) of current continent).
  11. Hello, you cannot, but you can try code like (not tested): wManager.Plugin.PluginsManager.DisposeAllPlugins(); wManager.Events.PluginEvents.OnLoadPlugin += delegate(string pluginfile, CancelEventArgs cancelable) { if (pluginfile == "plugin file name.cs") { cancelable.Cancel = true; } }; wManager.Plugin.PluginsManager.LoadAllPlugins();
  12. Hello, can you send me screenshot of the button (you can also find bouton name in wow interface code https://github.com/tomrus88/BlizzardInterfaceCode )
  13. Hello, to use keyboard: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.Escape); (You can also use Keyboard.DownKey(...) or Keyboard.UpKey(...) (https://msdn.microsoft.com/fr-fr/library/system.windows.forms.keys(v=vs.110).aspx ) To use Wow keybinding: wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP);
  14. Hello, Korean servers was not update to wow 7.1.0 build 22989?
  15. Hello, wath web browser do you use? do you have try to use another?
  16. Hello, wrobot has not function similar at "lastcast", do you have an way to test if "Fire Blast" and "Phoenix's Flames" have casted before (buff? cooldown?)
  17. Hello, WRobot go to ramdon position in the circle (the center of a circle is the start position, the radius of circle is the config "Max distance from start position") (he harvest nodes or/and kills mobs depending of your configuration).
  18. http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 6
  19. Droidz commented on troyan22's bug report in Bug Tracker
    http://wrobot.eu/forums/topic/4360-не-работает/#comment-20126
  20. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  21. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 Step 10, 14
  22. Do you have try to restart wrobot?
  23. Hello, WRobot use injections.
  24. Hello, you can also use product "WRotation" and click on map in the tab "Map" to go to selected zone

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.