I'm trying to have PQR enable Berserking racial after Celestial Alignment, but it's not working. I have it enabled but it doesn't want to start the rotation.
Here is the code:
if PQI_Burst2_enable then
if PQR_SpellAvailable(112071) then
if UnitBuffID("player", 102560) then
if (select(7, UnitBuffID("player", 102560)) - GetTime()) <= 20 then
CastSpellByName(GetSpellInfo(112071))
if PQR_SpellAvailable(26297)
CastSpellByName(GetSpellInfo(26297))
return true
end
end
end
end
Hope someone can help me...