Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Look this post: If this don't works send me your fightclass. Thanks.
  2. Try with this fightclass for plump intestines: OhrenWindwalker Monk EDITED.xml
  3. Hello, Try to quit all unused programs launched on computer (software like teamspeak can cause problems). Try also to change your directx version in wow.
  4. Droidz

    Traduction

    Bonjour, Merci. Pour avoir la traduction de WRobot en Français propres et finis, téléchargez WRobot directement sur le site français: http://mmorobot.eu/telecharger-wrobot/ Si tu créer des classes de combat (fightclass) ou tu dois mettre le nom des sorts en anglais, pour les autres configurations écrit le nom des sorts/objets dans la langue de ton client wow (Français pour vous).
  5. Hello, Look this fightclass: (you need to use lua command UseInventoryItem)
  6. Hello, You can choose quest rewards when you edit/create profile (it is an first profiles, I haven't added rewards by wow class). I come back when this problem is fixed, for the moment no easy solution sorry.
  7. I'll test I come back after
  8. 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
  9. 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
  10. 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
  11. If problem is not solved send me your fightclass (I'll add macro in it).
  12. You can look it: this forum http://wrobot.eu/forum/40-developers-assistance/ (you can also convert fightclass to c# in fightclass creator)
  13. 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.
  14. 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
  15. 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
  16. Can you share your log please (I cannot test I haven't monk).
  17. I'll look, if you can share your log. Do you have this problem all time? Thanks.
  18. 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
  19. 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.
  20. Can you share your fightclass modified?
  21. How I have written of Conquest. I can not find any other problem in the log.
  22. 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
  23. Problem fixed, you need to update WRobot. Thanks
  24. I don't found error on your fightclass. I'll look why stunned condition is skipped by moment, I come back after. Thanks.
  25. Hello, you need to add spell range condition at party spells (Target Distance).
×
×
  • Create New...