I've been trying to automate profile use (or automate swapping specs by way of the active profile. Something like:
Code:
if GetPrimaryTalentSpec == 2 then
RunMacroText("/usetalents 2")
PQR_DelayRotation 5.5
return true
end
Or sort of reversing the process
Code:
if IsSpellKnown(116858) then
PQR_SwapRotation("Destruction (Axercis_Destro)")
end
Niether seems to work...The former hangs on that ability in the rotation, and never goes past it (with no error) and the latter does not generate an error, but it also never swaps the rotation in PQR.