Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Try with this code: (System.Math.Abs(ObjectManager.Me.Rotation - ObjectManager.Target.Rotation) < 0.35f) (wow object rotation is in radians, -pi at +pi)
  2. Try to install antivirus kaspersky and ESET Nod32 (trial version during 30 days). But I don't know what can cause wow crash.
  3. Hi, For add mailbox propely read this post:
  4. Hi, You can also use this lua code: RunMacroText("/use item:52306") (replace 52306 by your item id, this code is compatible with all wow client langage and you don't need to know bag slot), in condition add http://www.wowwiki.com/API_GetItemCount count = GetItemCount(52306) if count > 0 then ret = "true" else ret = "false" end
  5. Droidz

    Multi-line LUA

    I thought I was repaired. I'll see this.
  6. 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)
  7. The problem was continent Darkmoon Faire (missing mesh for path finder) I have solved this issue
  8. Do you have running on your computer a program similar at xfire or teamspeak?
  9. If you can try again and say me if your profile works now Envoyé depuis mon MI 2 avec Tapatalk
  10. Do you have tried to change wow directx version?
  11. Wait update of wrobot and say me if problem is solved.
  12. Hi, Thanks for report, I'll watch it.
  13. Hi, When you create your profile you need to walk along of water. Send me your profile please I'll look it tomorrow.
  14. Hi, Can you share your log please
  15. 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).
  16. I'll see that
  17. Salut, Merci pour ce tutoriel. Je les déplacé dans le forum Français.
  18. Hi, for get if character have totem the reply is here: And I haven't try but for launch totem just use spell name.
  19. Hi, If problem persist can you share your log please.
  20. 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
  21. Droidz

    Still moving bug

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

    [BUG] Party healing

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

    Keep Flying Upwards

    Hello, Try to reset your wow keybinding "Jump" and please share your log file (read this topic also: )
×
×
  • Create New...