Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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
  2. Version 1.0.1

    702 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".
  3. Hello, this message happen generally when wow is closed.
  4. Can you give me result of: \\live.sysinternals.com\tools\psinfo.exe -s /accepteula > %userprofile%\Desktop\_psinfo.txt ( https://superuser.com/a/921232 )
  5. Can you check if you have application like "windows 8 sdk" installed in your computer
  6. 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 ?
  7. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Hello, try to upgrade to windows 8.1
  9. Hello, I extract the events list from wow memory, and there events are still (I ignore if wow use there or not)
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. 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)
  12. Hello, in you npc db (tab tools) add npc type "Smelting" and activate smelting option
  13. 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/
  14. 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/ ).
  15. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Try also to increment your min/max latency in advanced general settings. If your problem is not resolved try to reinstall WRobot
  17. Hello, to avoid mobs you have option "Max unit near..."
  18. https://wrobot.eu/forums/topic/7068-update-status-patch-730-build-25021/?tab=comments#comment-31970
  19. You cannot reproduce this problem in a short profile (on starting zone)?
×
×
  • Create New...