Jump to content

Droidz

Administrators
  • Posts

    12613
  • Joined

  • Last visited

Everything posted by Droidz

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

    718 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".
  22. Hello, this message happen generally when wow is closed.
×
×
  • Create New...