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. Reply by private messsage
  2. Hello, WRobot and Wow work on VMware, I never tested hyperV. For the settings, this depend of your wow version and of WRobot fightclass/product/plugins used.
  3. https://wrobot.eu/files/file/414-multi-pull/
  4. Bonjour, essayez de lancer https://www.microsoft.com/en-us/download/details.aspx?id=30135
  5. Hello, try to use Logging.Write(Lua.LuaDoString<bool>("return UnitIsConnected('" + "PlayerName" + "')") + "");
  6. You have try to install WRobot in new folder? others wrobot version works (tbc)?
  7. Try to run https://www.microsoft.com/en-us/download/details.aspx?id=30135
  8. You use Windows 10 upgraded from Windows 8?
  9. Hello, your subscription expire the 09/09/2018, check if you use good key: https://wrobot.eu/clients/purchases/
  10. Hello, no but you can request profiles here https://wrobot.eu/forums/forum/28-profiles-and-requests/
  11. Hello, try to reinstall wrobot
  12. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Sample lua code: local spellNameInGame = "Charge"; local freeslot = -1; for i=1, 120, 1 do if not HasAction(i) then freeslot = i; break; end end if freeslot <= 0 then return; end local i = 1 while true do local spellName, spellRank = GetSpellName(i, BOOKTYPE_SPELL) if not spellName then break; end if spellName == spellNameInGame then PickupSpell(i, BOOKTYPE_SPELL); PlaceAction(freeslot); ClearCursor() end i = i + 1 end
    • 723 downloads
    • Version 1.0.1
    Spell to Action Bar (Vanilla) When WRobot learning spell, this plugin place spell to the action bar. Installation: Download and move file in folder "WRobot\Plugins\", restart (or launch) WRobot, go to tab "Plugins" and active "SpellToActionBar.cs".
  14. Hello, this message happen generally when wow is closed.
  15. Can you give me result of: \\live.sysinternals.com\tools\psinfo.exe -s /accepteula > %userprofile%\Desktop\_psinfo.txt ( https://superuser.com/a/921232 )
  16. Can you check if you have application like "windows 8 sdk" installed in your computer
  17. In your log you have: [D] 13:54:48 - [Info] Operating System Details: Microsoft Windows NT 6.2.9200.0 ( https://en.wikipedia.org/wiki/Windows_NT ) Your Windows 10 is upgraded from 8.0 ?
  18. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. Hello, try to upgrade to windows 8.1

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.