Originally Posted by
mcwhat
Damn. Been playing too much FFIV i guess...
SEF is what I meant. Is there a way I can macro it to cast SEF when available (after my current GCD that is) on my mouseover target?
SEF is always used immediately :confused:
I initially tried to use mauseover, but it is very often causes problems with aiming, especially if a group of enemies stands in one point.
But if you wish to test, just replace
Code:
if UnitExists("target") then
if UnitCanAttack("player", "target") then
CastSpellByName(GetSpellInfo(137639), "target")
return true
end
end
with
Code:
if UnitExists("mouseover") then
if UnitCanAttack("player", "mouseover") then
CastSpellByName(GetSpellInfo(137639), "mouseover")
return true
end
end
Originally Posted by
embee
Fantastic dps, very nice WW set, but is possible add support to T75 and T90 ??
T75:
Healing Elixirs are supported in BrM profile, it is useless talent for WW so it will not be supported in WW profile.
Dampen Harm it is situational ability and does not affect the GCD so you can use it manually without any problems when needed.
Diffuse Magic it is situational ability and affects the GCD so it supported in slash commands (added to the spell queue with the highest priority).
T90:
Rushing Jade Wing supported with both profiles. (tracks the talent, and then selects the specific AoE rotation)
Xuen also supported in slash commands and can be casted automatically when available, once or off of cd as you wish.
Chi Torpedo (Roll) can not be supported via PQR profiles. This spell also does not affect the GCD so you can use it manually without any problems when needed.