Merged my holy priest profile with shadow priest profile submited by mentally.
Usage:
- Disable "Require Combat for Auto Mode" on settings
- Join any party/raid and use hotkey to activate Holy profile
- If more than 4 players are low hp, mouseover a friend to activate aoe heal (Holy Word: Sanctuary) on his spot.
- Disable rotation while you want to res, buff or mount.
- Trinkets, racials, Divine Hymn and Hymn of Hope must be activated manually.
- Follow the group and have fun!
xeronpriest270811PQRProfiles.zip
Sugestions for a future version of PQR:
- Remove "Require Combat for Auto Mode" from settings and add it to the rotation editor "This profile require combat for Auto Mode", that way dont need to change settings when profile change.
- Show "<PQR> XXXXX Rotation mode Enabled." text white like now, "<PQR> Rotation Mode Disabled." text gray.
- Common ability list that can be used on any class (racials, potions.
Another thing to take in consideration is to add the moltenfeather check done by mentally to the main PQR_IsMoving function:
local _,_,_, MoltenFeather = UnitBuffID("player", 98734)
Molten feather buff makes player able to cast any spell while moving, so if player got feather buff PQR_IsMoving() should return false, despite the player speed.