Everything posted by Droidz
-
[fighting class]how do i use trinkets and life spirits?
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
-
Multi-line LUA
I thought I was repaired. I'll see this.
-
WoW Crash
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)
-
Darkmoon Fishing Debris Problem
The problem was continent Darkmoon Faire (missing mesh for path finder) I have solved this issue
-
WoW Crash
Do you have running on your computer a program similar at xfire or teamspeak?
-
Darkmoon Fishing Debris Problem
If you can try again and say me if your profile works now Envoyé depuis mon MI 2 avec Tapatalk
-
WoW Crash
Do you have tried to change wow directx version?
-
[Pet Battle Stuck] Polymorphed
Wait update of wrobot and say me if problem is solved.
-
[Pet Battle Stuck] Polymorphed
Hi, Thanks for report, I'll watch it.
-
Darkmoon Fishing Debris Problem
Hi, When you create your profile you need to walk along of water. Send me your profile please I'll look it tomorrow.
-
Going into idle mode
Hi, Can you share your log please
-
[Fight class creator] Priority change ?
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).
-
adding npcs and mailbox
I'll see that
-
[ Tutoriel Fr ] Mailbox "boîte aux lettres"
Salut, Merci pour ce tutoriel. Je les déplacé dans le forum Français.
-
[Tutorial] - Create a Sucessfully FightClass Profile
Hi, for get if character have totem the reply is here: And I haven't try but for launch totem just use spell name.
-
WRobot Loading To Slow?
Hi, If problem persist can you share your log please.
-
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
-
Still moving bug
Hi, Do you have restart wrobot when you have reset your wow key binding?
-
[Tutorial] - Create a Sucessfully FightClass Profile
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 )
-
[Battleground] Eye of the storm problem
Hello, I'll look it today, if it is bug I fix it today.
-
[BUG] Party healing
Hi, When you is not in donjons do you have same problem?
-
Keep Flying Upwards
Hello, Try to reset your wow keybinding "Jump" and please share your log file (read this topic also: )
-
Metamorphosis won't cast.
I have tried Metamorphosis without condition and this works fine. What conditions do you use?
-
Metamorphosis won't cast.
I'll watch that, I come back to you after
-
Enhancement Shaman weapon buff condition
I fix it in next update