Everything posted by Droidz
-
World of Warcraft: Warlords of Draenor (WoD)
Just small new to post video trailer of World of Warcraft: Warlords of Draenor:
-
World of Warcraft: Warlords of Draenor (WoD)
Just small new to post video trailer of World of Warcraft: Warlords of Draenor: https://www.youtube.com/watch?v=OYueIdI_2L0&list=PLvs5oKzmvTtUSJDreNVGYGCEfhh5agm9x
-
Skinning....(plump intestines)
Try this fightclass, tell me if this works: DUER Pally v2 EDITED.xml
-
[Need Help] Bot stopping and other things
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.
-
Skinning....(plump intestines)
Hello, Look this post: If this don't works send me your fightclass. Thanks.
-
[Need Help] Bot stopping and other things
Try with this fightclass for plump intestines: OhrenWindwalker Monk EDITED.xml
-
Issue during process selection
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.
-
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).
-
Question about Trinkets???
Hello, Look this fightclass: (you need to use lua command UseInventoryItem)
-
Quest rewards
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.
-
[Need Help] Bot stopping and other things
I'll test I come back after
-
"Request"
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
-
Error during hook test ....
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
-
[Yet Another Question :)] Why my Monk wont buff itself?
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
-
[Need Help] Bot stopping and other things
If problem is not solved send me your fightclass (I'll add macro in it).
-
Warbringers
You can look it: this forum http://wrobot.eu/forum/40-developers-assistance/ (you can also convert fightclass to c# in fightclass creator)
-
Je n'arrive plus a me connecter sur mon bot
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.
-
[Need Help] Bot stopping and other things
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
-
monk heals
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
-
monk heals
Can you share your log please (I cannot test I haven't monk).
-
Is there a way to stop my toon from going away from keyboard?
I'll look, if you can share your log. Do you have this problem all time? Thanks.
-
monk heals
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
-
Not doing anything
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.
-
monk heals
Can you share your fightclass modified?
-
AFK in BGs
How I have written of Conquest. I can not find any other problem in the log.