I thought I'd have a go at making my own Profile, but I cant even get the first Ability to fire.
Name: Immolate
Actions:
Cancel Channel: False
Recast Delay: 1000
Skip Unknown: True
Spell ID: 348
Target: Target
Code:
if not UnitDebuffID("target", 348) then
return true
end
In Rotations, I moved the ability from the left list to the right list, also enabling
Require combat to activate.
So in theory, I should be able to target a mob, apply Curse of the Elements, placing me in combat and start to process the Rotation, but nothing happens, I even added a PQR_WriteToChat() msg but that doesnt show either.
The Rotation is assigned to a hotkey, and is showing the correct name in chat when I load it.
It's obviously something stupid on my part, I enclose the xml's:
https://dl.dropbox.com/u/1315574/rcW..._Abilities.xml
https://dl.dropbox.com/u/1315574/rcW..._Rotations.xml
Other members profiles are working. (to rule out any PQR functionality issues)
For those that like pictures:
Attachment 11036 Attachment 11037