Jump to content

Droidz

Administrators
  • Posts

    12582
  • Joined

  • Last visited

Everything posted by Droidz

  1. You play in Legion?
  2. Reply by private messsage
  3. 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.
  4. https://wrobot.eu/files/file/414-multi-pull/
  5. Bonjour, essayez de lancer https://www.microsoft.com/en-us/download/details.aspx?id=30135
  6. Hello, try to use Logging.Write(Lua.LuaDoString<bool>("return UnitIsConnected('" + "PlayerName" + "')") + "");
  7. You have try to install WRobot in new folder? others wrobot version works (tbc)?
  8. Try to run https://www.microsoft.com/en-us/download/details.aspx?id=30135
  9. You use Windows 10 upgraded from Windows 8?
  10. Hello, your subscription expire the 09/09/2018, check if you use good key: https://wrobot.eu/clients/purchases/
  11. Hello, no but you can request profiles here https://wrobot.eu/forums/forum/28-profiles-and-requests/
  12. Hello, try to reinstall wrobot
  13. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. 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
  15. Version 1.0.1

    713 downloads

    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".
  16. Hello, this message happen generally when wow is closed.
  17. Can you give me result of: \\live.sysinternals.com\tools\psinfo.exe -s /accepteula > %userprofile%\Desktop\_psinfo.txt ( https://superuser.com/a/921232 )
  18. Can you check if you have application like "windows 8 sdk" installed in your computer
  19. 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 ?
  20. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  21. Hello, try to upgrade to windows 8.1
×
×
  • Create New...