Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Try also to reinstall dirext9, directx11, and update or reinstall your graphic driver. If wow crash the problem is probably here (try also to disable all wow addons)
  2. The problem was continent Darkmoon Faire (missing mesh for path finder) I have solved this issue
  3. Do you have running on your computer a program similar at xfire or teamspeak?
  4. If you can try again and say me if your profile works now Envoyé depuis mon MI 2 avec Tapatalk
  5. Do you have tried to change wow directx version?
  6. Wait update of wrobot and say me if problem is solved.
  7. Hi, Thanks for report, I'll watch it.
  8. Hi, When you create your profile you need to walk along of water. Send me your profile please I'll look it tomorrow.
  9. Hi, Can you share your log please
  10. Hi, Now fightclass spell (in editor) is ordered by priority (high priority to low priority). For changing priority, you need only to select spell and click on the button "Up" or "Down". Old fightclass is automaticly ordered. I have edit it for to improve the use. This update is old (03/17/2013, more info here: http://download.wrobot.eu/wrobot/bin/updateinfo.php).
  11. I'll see that
  12. Salut, Merci pour ce tutoriel. Je les déplacé dans le forum Français.
  13. Hi, for get if character have totem the reply is here: And I haven't try but for launch totem just use spell name.
  14. Hi, If problem persist can you share your log please.
  15. 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
  16. Droidz

    Still moving bug

    Hi, Do you have restart wrobot when you have reset your wow key binding?
  17. 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 )
  18. Hello, I'll look it today, if it is bug I fix it today.
  19. Droidz

    [BUG] Party healing

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

    Keep Flying Upwards

    Hello, Try to reset your wow keybinding "Jump" and please share your log file (read this topic also: )
  21. I have tried Metamorphosis without condition and this works fine. What conditions do you use?
  22. I'll watch that, I come back to you after
  23. I fix it in next update
  24. 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
  25. Do you have lanched wow in 32 bit mode?
×
×
  • Create New...