Originally Posted by
happydado
Ok now i check how work now we only need some code for :
1 good code for alter time can be if we got proc from Finger of Frost and Brain Freeze at same time and we use Alter Time for got proc for 2 time.
1 Pause botton on alt can be good for evocation and put Poly on max priority (can be good add 1 stopcasting on poly code in this way if we cast frostbolt but we need fast poly on mouseover stopcasting frostbolt and cast Poly)
EDIT1: for pet freeze i prefer this code:
if UnitExists("pet")
and not UnitIsDead("pet")
and select(2,GetSpellCooldown(33395)) < 2
and IsLeftShiftKeyDown()
then
CastSpellByID(33395)
if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
return true
end
EDIT 2:
For arena counter spell until now i have use xelper profile where there are the option for arena target or focus target in this need only add spell that u wanna CS.
aye dont use the arena counterspell. Better with xelpers.
About pet Freeze you can easily go in and remove the -- before IsLeftShiftKeyDown()
And ofc put an and before .
Here comes the code:
PHP Code:
if UnitExists("pet")
and not UnitIsDead("pet")
and select(2,GetSpellCooldown(33395)) < 2
and UnitIsUnit("target","mouseover")
and IsLeftShiftKeyDown()
then
CastSpellByID(33395)
if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
return true
end
About Alter Time:
Spell is buggy using PQR.Sometimes PQR cast so fast Alter time buggs out and go all grey.
And imho Alter Time is so usable to counter so many things so i wont use it in a rotation. For example you can jump down from pillars and melee follow you and you can jump up again.
Or my favourite. Use Alter time, Blink and warrior follows and you alter time back to before Blink