Everything posted by Droidz
-
I love the 3d radar, but..
- Combat Rules/Setting
https://wrobot.eu/files/file/414-multi-pull/- Bouton play qui marche pas
Bonjour, essayez de lancer https://www.microsoft.com/en-us/download/details.aspx?id=30135- Is player offline? GetParty() doesent work.
Hello, try to use Logging.Write(Lua.LuaDoString<bool>("return UnitIsConnected('" + "PlayerName" + "')") + "");- AUTO CLOSE WROBOT
You have try to install WRobot in new folder? others wrobot version works (tbc)?- AUTO CLOSE WROBOT
Try to run https://www.microsoft.com/en-us/download/details.aspx?id=30135- Bot not working
You use Windows 10 upgraded from Windows 8?- Purchased Renewal on 9/8 for subscription ending 9/9
Hello, your subscription expire the 09/09/2018, check if you use good key: https://wrobot.eu/clients/purchases/- Why stutterstep while farming?
Hello, no but you can request profiles here https://wrobot.eu/forums/forum/28-profiles-and-requests/- AUTO CLOSE WROBOT
Hello, try to reinstall wrobot- WoW crashes when learning new spell since new wrobot update (vanilla wow)
- Training new skills?
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- Training new skills?
- Spell to Action Bar (Vanilla)
- 724 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".- 3 comments
- 1 review
- !Memory.IsProcessOpen
Hello, this message happen generally when wow is closed.- Multiple accounts running on same license?
Can you give me result of: \\live.sysinternals.com\tools\psinfo.exe -s /accepteula > %userprofile%\Desktop\_psinfo.txt ( https://superuser.com/a/921232 )- Multiple accounts running on same license?
Can you check if you have application like "windows 8 sdk" installed in your computer- Multiple accounts running on same license?
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 ?- Multiple accounts running on same license?
Try to upgrade to Windows 8.1- Multiple accounts running on same license?
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Wrobot dont work
Hello, try to upgrade to windows 8.1- GROUP_ROSTER_UPDATE vs RAID_ROSTER_UPDATE
Hello, I extract the events list from wow memory, and there events are still (I ignore if wow use there or not)- Healing
- Why stutterstep while farming?
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Vmware big problem
You use probably same wrobot installation on all vm, you can try to remove folder "wrobot\data\meshes\" on all vm (or reinstall wrobot in all vm) - Combat Rules/Setting