If don't works, you can try to use /click ButtonName
For get button name use this macro: /run print("/click "..GetMouseFocus():GetName()) (put you mouse cursor over spell button, launch this macro and in wow chat is written button name). Replace CastSpell(33395, "pet"); by /click ButtonName
hi,
Wrobot don't managing pet ability.
But you can use pet ability in fightclass with lua code, try this
CastSpell(33395, "pet");
(http://www.wowwiki.com/API_CastSpell, http://www.wowhead.com/spell=33395)
Hi,
I works currently on quester bot, coming soon (but quests profiles is very long at write, I have passed 2 days only for write quests level 1 to 15)
For profiles request go here: http://wrobot.eu/forum/28-profiles-and-requests-wrobot/
And I'll add by default FightClass in the bot with auto selection.
Thanks
Try with this code: (System.Math.Abs(ObjectManager.Me.Rotation - ObjectManager.Target.Rotation) < 0.35f)
(wow object rotation is in radians, -pi at +pi)
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
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)