any balance profiles?
any balance profiles?
can any 1 help me?
i want to cast searing totem but if i manual cast fire elemental dont replace ir whid searing
this is what i have so far
Code:local srTimer, SearingTotem = GetTotemInfo(1) if SearingTotem ~= "Searing Totem" or IsControlKeyDown() and SearingTotem ~= "Fire Elemental Totem" then return true end
Very very well done blinded, super smooth
Hi,
Perhaps I'm being dense, but it has been mentioned in a previous post that Team Nova has released a shadow priest MoP release. Where did you find that? I looked at bu_ba_911's SVN but the only one there doesn't work...
Cheers for the help.
Ok. Can anyone answer why there is lag when only using pqr?
I'm trying to get this code to look for the duration of frenzy stacks and if the duration gets down to 3s to use the Focus Fire ability so that the frenzy stack is not wasted. Any ideas on what i'm doing wrong.
Any ideas?Code:if select(4,UnitBuffID("player",19615)) == 5 and not not UnitBuffID("player",34471) and select(2,GetSpellCooldown(19574)) > 40 or select(7,UnitBuffID("player",19615)) < 3 then return true end
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017
Wanna move the select(7,... up top, to where it's one of the first to be called. Either that or just put it in it's own thing.
Code:if (select(4,UnitBuffID("player",19615)) == 5 or select(7,UnitBuffID("player",19615)) < 3) and not not UnitBuffID("player",34471) and select(2,GetSpellCooldown(19574)) > 40 then return true end
Hey blinded can you put it on your rogue page under the profiles thingy so it easier to find and comments don't get lost?
I want to update a profile for myself, I need a lot of knowledge?
<3 Can't wait! Sub looks like it should be great if you can pull it offRep coming your way.
Blinded: First test looks smooth, only problem is when you manually Vanish it does not seem to be using Ambush, and instead is running the normal rotation in stealth, which I'm guessing is because it doesn't have the energy for Ambush so it moves along to later parts.
Last edited by Vogel81; 08-30-2012 at 01:35 PM.