Jump to content

Droidz

Administrators
  • Posts

    12586
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, For wow api look http://wowprogramming.com/docs/api_categories and http://www.wowwiki.com/World_of_Warcraft_API For lua how to: http://www.lua.org/pil/1.html
  2. Please share full log file please. Try also to install this http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msi
  3. Hello, Look this: To look base spell name use this macro: /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
  4. If problem is not solved send me your fightclass (I'll add macro in it).
  5. You can look it: this forum http://wrobot.eu/forum/40-developers-assistance/ (you can also convert fightclass to c# in fightclass creator)
  6. Bonjour, Je ne vois aucune erreur dans vos journaux. Vous jouez sur les serveurs wow officiels? Votre personnage est bien connecté au jeu? Avez-vous essayé de réinstaller le bot? Désactiver votre antivirus? Si ça ne fonctionne toujours pas, envoyez-moi votre Skype par message privé. Merci.
  7. For your macro after looting you can also use option "Auto Make Elemental" (in "General settings" > "Advanced settings" > Tab "Looting and Farming...") and open with notepad "WRobot\Data\autoMakeElementalMacro.txt" and add this line: itemName = GetItemInfo(72201) if GetItemCount(itemName) > 0 then RunMacroText("/use " .. itemName) end (don't forget to save file). Can you give me position where your character sometimes stucks? Thanks
  8. I have test with pala. In "Party" product settings don't forget to activate option "Healer". In fight class by spell - Activate option "For friends". - Desactivate option "Combat only". - Add condition "Target distance" (for spell range) and "Target health percent". ps: sample in attached file heal pala test.xml
  9. Can you share your log please (I cannot test I haven't monk).
  10. I'll look, if you can share your log. Do you have this problem all time? Thanks.
  11. I have remove unused condition, and solve problems ("Spell is usable" condition required spell name to works). If you can test this fightclass and say me what don't works (with your log). Thanks. hmonk_edit.xml
  12. Hello, For battlegrounder you can use profile (you can found it in download section of the site) or create your own profile, but default settings is best for me and more random. For the gatherer, check in your wow keybinding if you have assign key "X" at sitdown/stand.
  13. Can you share your fightclass modified?
  14. How I have written of Conquest. I can not find any other problem in the log.
  15. Bonjour, Lancez vous WRobot avec un utilisateur Windows aillant accès au mode administrateur? Pouvez vous me donner votre journal (il ce trouve dans le dossier Logs). Merci
  16. Problem fixed, you need to update WRobot. Thanks
  17. I don't found error on your fightclass. I'll look why stunned condition is skipped by moment, I come back after. Thanks.
  18. Hello, you need to add spell range condition at party spells (Target Distance).
  19. Hello, You can blacklist zone (in tools tab).
  20. Hello, What profile do you use? Can you share your log file please. Thanks
  21. Hello, Can you share your log file please? What fightclass do you use?
  22. Pour lancer wow en 32 bit regardez cette video: http://www.youtube.com/watch?v=xEAKWEoN5VQ (tuto video ici: )
  23. Hello, if you use WRotation you can change settings in product settings for manage movement.
  24. Hello, When have said xXMrBRaunXx change directx version. Can you share full log please (he has important informations to help me at render WRobot compatible with your hardware).
  25. Hello, I'll look it but this doesn't cause problem normally.
×
×
  • Create New...