Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Do you use Windows defender, if yes try to disable it and reinstall WRobot https://www.windowscentral.com/how-permanently-disable-windows-defender-windows-10#disable_windows_defender_settings
  2. Tu utilise un antivirus? Tu as essayé de désactiver l'antivirus de windows?
  3. Hello, in wow login window disable 'Remember account...'
  4. You need to add trainer to your "npc db" (tab tools) (or your profile)
  5. Hello, I have tested and seem to works, he return party members (without your character). Do you have try to disable your wow addons?
  6. Do you use proxy or program like ProxyCap?
  7. If you wait in login window (first window) WRobot is close?
  8. Hello, in your logs WRobot seem to use spells, fighclass are updated for 7.3? you can also try to disable you wow addonds
  9. You play in Legion?
  10. Reply by private messsage
  11. 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.
  12. https://wrobot.eu/files/file/414-multi-pull/
  13. Bonjour, essayez de lancer https://www.microsoft.com/en-us/download/details.aspx?id=30135
  14. Hello, try to use Logging.Write(Lua.LuaDoString<bool>("return UnitIsConnected('" + "PlayerName" + "')") + "");
  15. You have try to install WRobot in new folder? others wrobot version works (tbc)?
  16. Try to run https://www.microsoft.com/en-us/download/details.aspx?id=30135
  17. You use Windows 10 upgraded from Windows 8?
  18. Hello, your subscription expire the 09/09/2018, check if you use good key: https://wrobot.eu/clients/purchases/
  19. Hello, no but you can request profiles here https://wrobot.eu/forums/forum/28-profiles-and-requests/
  20. Hello, try to reinstall wrobot
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. 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
×
×
  • Create New...