Is there a way to check if a player is your focus target?
Is there a way to check if a player is your focus target?
Sub rogue profile anywhere? pve
i'm not done with the pve by ANY means, i've just been focusing on PvP because lostinthewoodslol has been the driving force for this whole rotation lol
and he keeps giving me so many good ideas for the pvp rotation it's going to take me a little bit more time before i can finish it and focus on PvE. I only wanted to get PvE workign tot the extent that you can do it in dungeons/raids during trash pulls and stuff without having to worry about it. PvE needs much refinement.
Also I want focus target to be the target you are attacking more often than noti've been thinking about trying to implement a check on who the tank is, or who currently has the Beacon of Light and designate them as Beacon Holder. That way if the beacon every drops to within 5 seconds remaining or returns nil, you will Re-Beacon that target
That's what i'm going to try and implement at least
Still need to fun the quick code check on Hands of Salvation and BoP first however
how do i load a profile
you log-in to your character, open up the PQR_Rotations. Then from the drop-down menus, you will select the profile you want to load. Then in the blue text next to the drop down menu is the key-combination you press inside the game to enable/disable the profile in-game.
I'm not certain if this has been posted already, but this is a simple bit of code that will prevent any wasteful or harmful actions if your target puts up an immunity (optimized for a Frost DK).
I left out abilities such as Hand of Protection, AMS and Cloak of Shadows, as my class has a way of circumventing them, but they're easy to add if needed
I stuck it near the top of my rotation, just beneath the survivability things like IBF and Healthstones.Code:Name: Immunities Spell ID: 0 Delay: 0 Target: Player if UnitBuff("target","Divine Shield") or UnitBuff("target","Deterrence") or UnitBuff("target","Ice Block") or UnitDebuff("target","Cyclone") then SpellStopCasting() return true end
Nevermind.
i cannot open the wow process
in the field is " edit mode ( no bot functionality) " written-.-
Can anybody help me=
hm does this work on wotlk 3.3.5a server??