Jump to content

Droidz

Administrators
  • Posts

    12442
  • Joined

  • Last visited

Everything posted by Droidz

  1. No, use directly (without RunMacroText): UseInventoryItem( 13 );
  2. Hello, I have reply here: You need to use UseInventoryItem.
  3. Hello, On your log you have problem of connection with mmorobot serveur. Your internet connection working at this moment? Do you have try to disable antivirus/firewall (windows firewall also) to test if problem is caused by this?
  4. Hello, Do you use battlegrounder product? Can you give more information and your log please. Thanks
  5. Just small new to post video trailer of World of Warcraft: Warlords of Draenor:
  6. Just small new to post video trailer of World of Warcraft: Warlords of Draenor: https://www.youtube.com/watch?v=OYueIdI_2L0&list=PLvs5oKzmvTtUSJDreNVGYGCEfhh5agm9x
  7. Try this fightclass, tell me if this works: DUER Pally v2 EDITED.xml
  8. For stuck problem try to remove folder "WRobot\Meshes\HawaiiMainLand" (and all files of this folder). Don't forget to restart WRobot after. Tell me if problem is solved. Thanks.
  9. Hello, Look this post: If this don't works send me your fightclass. Thanks.
  10. Try with this fightclass for plump intestines: OhrenWindwalker Monk EDITED.xml
  11. 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.
  12. 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).
  13. Hello, Look this fightclass: (you need to use lua command UseInventoryItem)
  14. 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.
  15. 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
  16. 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
  17. 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
  18. If problem is not solved send me your fightclass (I'll add macro in it).
  19. You can look it: this forum http://wrobot.eu/forum/40-developers-assistance/ (you can also convert fightclass to c# in fightclass creator)
  20. 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.
  21. 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
  22. 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
  23. Can you share your log please (I cannot test I haven't monk).
×
×
  • Create New...