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. https://wrobot.eu/forums/topic/8665-ban-wave-19-february-2018/?tab=comments#comment-39660 ban risk is very high
  2. Try to reinstall WRobot in new folder. You use what Windows version?
  3. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, "combat only" and "Me in Combat" check if WRobot attack (wManager.Wow.Helpers.Fight...), no if your character is in combat
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). You get this problem since?
  7. Hello, try to change your fly mount
  8. Hello, this is generally caused by "Remote" option tab "Main", but you can ignore this error.
  9. Hello, f you can give more detail about your problem. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hello, if you can tell me if problem is resolved with new update
  11. Hello, Ban wave hit WRobot few hours ago (on retail). I released new WRobot version to try to resolve problem (and I'll continue next hours/days to release new updates to improve protection), but to be sure that new release is safe we need to wait some weeks. For this reason, use WRobot only if you are not afraid of lost your accounts and if you know what you are doing! You can discuss about this here: https://wrobot.eu/forums/topic/8666-ban-wave-19-february-2018-discussion/ Kind regards View full article
  12. Hello, Ban wave hit WRobot few hours ago (on retail). I released new WRobot version to try to resolve problem (and I'll continue next hours/days to release new updates to improve protection), but to be sure that new release is safe we need to wait some weeks. For this reason, use WRobot only if you are not afraid of lost your accounts and if you know what you are doing! You can discuss about this here: https://wrobot.eu/forums/topic/8666-ban-wave-19-february-2018-discussion/ Kind regards
  13. Droidz replied to Skunkz's topic in Français
    Bonjour, avez vous essayé de modifier les fightclasses existantes?
  14. Hello, Can you share your full log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. Hello, try to put Summon Thalassian Warhorse instead Thalassian Warhorse
  16. Use step RunCode with code like: To interact: GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-8835.76, 490.084, 109.6157), 123); // OR GoToTask.ToPositionAndIntecractWithGameObject(new Vector3(-8835.76, 490.084, 109.6157), 123); //if you want interact with NPC/GameObject near of your character: GoToTask.ToPositionAndIntecractWithNpc(ObjectManager.Me.Position, 123); GoToTask.ToPositionAndIntecractWithGameObject(ObjectManager.Me.Position, 123); To go to position: GoToTask.ToPosition(new Vector3(-8835.76, 490.084, 109.6157)); If you want to be sure that step are completed (this work on interact and goto): Use step type While with the code: !GoToTask.ToPosition(new Vector3(-8835.76, 490.084, 109.6157)) Add after step type EndWhile
  17. Hello, do you have compiled your dll with wManager of your current game version? (look https://wrobot.eu/bugtracker/wrong-lua-events-r910/?do=findComment&comment=4566
  18. if you can share sample code/profile to reproduct this problem quickly please (in starting zone)
  19. Try: https://wrobot.eu/forums/topic/5209-hunters/?do=findComment&comment=24092 (others samples https://www.google.com/search?q=site%3Awrobot.eu+IsActionInRange )
  20. Hello, look this sample https://wrobot.eu/forums/topic/853-monk-heals/?do=findComment&comment=4726
  21. Droidz commented on jcarlos1984's bug report in Bug Tracker
    Hello, https://wrobot.eu/bugtracker/get-player-buffdebuffs-doesnt-work-correctly-r664/?do=findComment&comment=3878
  22. Hello, Use: - step type "While" with the code: !wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-2376.27, -1995.74, 96.70491), 7714) - step "EndWhile" - step "Wait" with: 500 - step "RunLuaCode" with code: GossipTitleButton2:Click(); - step "Wait" with: 1000 - step "RunLuaCode" with code: BuyMerchantItem(5,2) (not tested)
  23. Hello, it is c# or xml fightclass? To get faster reactions you need to "unlock FPS limit" (in advanced general settings, you can also try to activate option "Improve combat rotation speed (this option can skip spells)"), if you use XML fightclass put bigger FPS (in your fightclass settings) (or remove sleep time in c# fightclass). What is slow is to use LUA (or WRobot functions that inject code), try to avoid if you can, for lua if you cannot remove it try to combine scripts. You can use debug option (in xml fightclass) to found slow spells.
  24. Hello, you have serveral possibilities but the more easy is: robotManager.Helpful.Var.SetVar("Zone", 123); robotManager.Helpful.Var.GetVar<uint>("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.