Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hi, If problem persist can you share your log please.
  2. Droidz

    Spell Failed

    Hello, Look this post: Try this macro in game for find overridden spell: /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end ​Tell me if you have again problem
  3. Droidz

    Still moving bug

    Hi, Do you have restart wrobot when you have reset your wow key binding?
  4. Salut, (remplace à gauche l'id de l'item, j'ai utilisé cette item: http://fr.wowhead.com/item=84453/medaillon-de-tenacite-du-gladiateur-effroyable )
  5. Hello, I'll look it today, if it is bug I fix it today.
  6. Droidz

    [BUG] Party healing

    Hi, When you is not in donjons do you have same problem?
  7. Droidz

    Keep Flying Upwards

    Hello, Try to reset your wow keybinding "Jump" and please share your log file (read this topic also: )
  8. I have tried Metamorphosis without condition and this works fine. What conditions do you use?
  9. I'll watch that, I come back to you after
  10. I fix it in next update
  11. Hi, For totem ( http://www.wowwiki.com/API_GetTotemInfo ) you need to use lua code: haveTotem, totemName, startTime, duration = GetTotemInfo(1) if (haveTotem) then retV = "1" else retV = "0" end For enchant weapon ( http://www.wowpedia.org/API_GetWeaponEnchantInfo ): hasMainHandEnchant, mainHandExpiration, mainHandCharges, hasOffHandEnchant, offHandExpiration, offHandCharges, hasThrownEnchant, thrownExpiration, thrownCharges = GetWeaponEnchantInfo() if (hasMainHandEnchant) then retV = "1" else retV = "0" end
  12. Do you have lanched wow in 32 bit mode?
  13. Hi, I'll watch it
  14. You can also use this script for get spell id: /run for i=1,200000 do local f=FindSpellBookSlotBySpellID(i,"spell") if f then local n,id=GetSpellBookItemName(f,"spell"),select(2,GetSpellBookItemInfo(f,"spell")) local s=GetSpellInfo(id) s=n==s and " " or "\124cFF4FF763"..s print(id,n,s) end end
  15. You can found spell id on wowhead (spell url). For this spell: http://www.wowhead.com/spell=588/mind-flay the id is 588
  16. Hi, Thanks for your suggestions fall0ut, I have noted all. For movement in fightclass you can use this functions: http://www.wowpedia.org/World_of_Warcraft_API#Movement_Functions (lua function for wait: http://wowprogramming.com/forums/development/491 )
  17. Hi, The flying deplacement can make occasionally problem. I'll work on it (but not immediately)
  18. I have tried to fix false detection of player teleported in the yesterday update.
  19. Hi, You can already add npc trainer for archeology. WRobot using ground mount for go to digsite? or for search artefact? You have correctly setting your fly mount in general settings?
  20. Profiles is not required, battleground bot works without profile and it is more random (you can also use free mode (in product settings) for full random mode). For remove profile go to "wrobot/profiles/battlegrounder" and remove it.
  21. Update wrobot and say me if the problem is solved.
  22. Hi, It is possible but I'll don't add it because I found useful to see log to view reason why wow is closed (if wow closed by wrobot) (this option may affect some users)
  23. Hi, You use this pack?
  24. Hi, I'll fix it today
  25. Hi, I'll look it. You can turn off this option in "general settings" > tab Security
×
×
  • Create New...