well if you don't mind having a focus, set a focus to the tank and try this just want to see if its the problem.
Code:local InParty = GetNumPartyMembers() if InParty > 0 then for i = 1, InParty, 1 do local member = "party"..tostring(i) if UnitGroupRolesAssigned(member) == "TANK" and UnitIsDead(member) == nil then if UnitInRange(member) and UnitBuffID("focus", 974) == nil then CastSpellByID(974,member) else return false end end end end
Hey all, i have a massive problem with the Affliction lock profile. It seems to cast bane of agony and bane of doom one after another continuously so i end up with nub dps. Has anyone else had this problem or knows a fix?
@bu_ba_911 why dont you simple do hotkeys for light of dawn + holy radiance? That would be the best option.
@luckysurfcs go to Profile and Rotation Editor, by hitting the Profile and Rotation Editor button, Choose warlock at class, and Crystaltech at profile choose Affliction: Single Target, Click Bane og Agony in the Current Abilities, and click the button at bottom with an arrow pointing left. That will fix it.
---------- Post added at 02:15 PM ---------- Previous post was at 02:13 PM ----------
Anybody able or up for the challange to make a profile for balance druids.
Have been trying a bit myself, but have troubles with between Eclipse state...
Anybody have a working balance profile? or got one in the work?![]()
doesn't seem to target mana voids for fury warrior or warlock any version
Does this at all inject anything? as in detectable by warden or blizz at all? or safe to use?
If anyone can conquer the eclipse transitions, i'll be able to complete the profile im working on, it's the main thing that troubles me..
Goddamn you eclipse transition...
ah the cast agony then bane then agony then bane problem. yea I'm working that its a pain in the ass. workaround is to remove agony until i get it fixed again. Problem is it only suppose to cast on a focus then do a swap but its not liking focus target atm.
---------- Post added at 08:56 PM ---------- Previous post was at 07:08 PM ----------
I don't have auto targeting in my warlock code. you have to target it.
Im working on a Frost DK PvP rotation, testing and comment from experienced pvp players are welcome.
Hold LEFT SHIFT use Death Grip
Hold LEFT ALT ll pause the rotation. If you make a keybind using ALT by example bind Icebound Fortitude to ALT+Q will be possible to cast it.
xerondk141211PQRProfiles.zip
---------- Post added at 11:15 PM ---------- Previous post was at 11:13 PM ----------
There is a updated warrior profile few pages ago
Hey guys, it's been quite a while since I have checked in on this forum. I have been on a hiatus from WoW for a while now. I'm getting back into it again but I am so far behind on the new features of this program and the changes to the game that I am probably not gonna get back into profile making any time soon. If you guys want, I will upload what I do have coded and what I was working on just to use as a resource and see what ideas I had. They are all PVP or arena based.