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, to resolve your problem, please 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/).
  2. Droidz replied to Droidz's topic in News
    (to answer the questions) WRobot is theoretically no detected (since WRobot update of the 11/11/2016), but I cannot confirm today that use WRobot is safe (and blizz GM seem very actives since banwave).
  3. http://wrobot.eu/forums/topic/4430-banwave/?do=findComment&comment=20795
  4. 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/).
  5. Hello, http://download.wrobot.eu/wrobot/oldversion/WRobot_7.0.3_22522.zip
  6. Hello, http://download.wrobot.eu/wrobot/oldversion/WRobot_7.0.3_22522.zip
  7. Hello, http://download.wrobot.eu/wrobot/oldversion/WRobot_7.0.3_22522.zip
  8. Hello, http://download.wrobot.eu/wrobot/oldversion/WRobot_7.0.3_22522.zip
  9. Hello, http://download.wrobot.eu/wrobot/oldversion/WRobot_7.0.3_22522.zip
  10. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  11. Hello, create bot (product) is good way, you can also create "Custom Profile" (full c# code) or create quest profile (you can use c# code in quest profile).
  12. Hello,this problem is caused by new protection. In relogger go to "General Settings" and change "Path to WRobot", select file with same icon than 'WRobot.exe' with an random name like "UqtfGgP.exe".
  13. Use this version: http://wrobot.eu/forums/topic/3408-download-wrobot-for-wod/
  14. Hello, try to launch WRobot with shortcut "WRobot No DX"
  15. Droidz replied to Droidz's topic in News
    I wanted to also tell you to beware of unbanning services.
  16. Droidz posted a topic in News
    Hello, Due to recent banwave, I recommand to not use WRobot on your main account (close all wrobot windows and wow before switch on your main account) and you need to know than currently ban risks is high. Ofcourse I have works to avoid new banwave, but keep careful. If you want use WRobot launch it and accept update. Kind regards, Droidz. UPDATE: http://wrobot.eu/forums/topic/4516-banwave-update/
  17. Droidz posted a topic in News
    Hello, I'm sorry to tell you than WRobot and the others Wow bot (HB, EWT and TnB) seem currently detected by Blizz and affected by banwave. I come back to you when I get more information. Kind regards, Droidz. EDIT:
  18. Is now fully supported by WRobot (relaunch and update wow and wrobot).
  19. Hello, with lua code like this: TalentMicroButton:Click() if PlayerTalentFrame then PlayerTalentFrameTab2:Click() PlayerTalentFrameTalentsTalentRow1Talent2:Click() PlayerTalentFrameTalentsTalentRow2Talent1:Click() PlayerTalentFrameTalentsTalentRow3Talent1:Click() PlayerTalentFrameTalentsTalentRow4Talent1:Click() PlayerTalentFrameTalentsTalentRow5Talent1:Click() PlayerTalentFrameTalentsTalentRow6Talent1:Click() PlayerTalentFrameTalentsTalentRow7Talent1:Click() PlayerTalentFrameCloseButton:Click() end Replace talent number, in PlayerTalentFrameTalentsTalentRow4Talent1:Click() replace 1 by 1, 2 or 3 (talent number) (in the line, is the row 4, it is the talent for level 60) You can get wow button name with this script: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  20. Hello, wManager.Events.FightEvents.OnFightStart += (target, cancelable) => { cancelable.Cancel = true; while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && ObjectManager.Me.InCombat) { // you custom move.... } };
  21. Hello, can you give me wowhead link of one of this quest.
  22. Hello, use c# code like: wManager.Events.FightEvents.OnFightEnd += delegate(Int128 guid) { uint itemId = 86143; // Battle Pet Bandage if (ItemsManager.HasItemById(itemId)) { if (PetBattles.PetJournalGetHealth(1) != PetBattles.PetJournalGetMaxHealth(1) || PetBattles.PetJournalGetHealth(2) != PetBattles.PetJournalGetMaxHealth(2) || PetBattles.PetJournalGetHealth(3) != PetBattles.PetJournalGetMaxHealth(3)) { ItemsManager.UseItem(itemId); Usefuls.WaitIsCasting(); } } };
  23. Hello, you can try to use condition "Target Casting Time Left".

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.