Everything posted by Droidz
-
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)- smelting plz help
Hello, in you npc db (tab tools) add npc type "Smelting" and activate smelting option- I love the 3d radar, but..
Hello, I'll not add this feature but you can do that with plugin, you can request plugin for that here https://wrobot.eu/forums/forum/28-profiles-and-requests/- Vmware big problem
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- FPS option
Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- While Using Pet Battle I Can't Automatically Attack Mobs Attacking Me
Try also to increment your min/max latency in advanced general settings. If your problem is not resolved try to reinstall WRobot- check distance
Hello, to avoid mobs you have option "Max unit near..." - Spell to Action Bar (Vanilla)