Add the bolded part in to the original
if PQI_MavminsDestruction_SacrificialPact_enable then
if select(2,GetTalentRowSelectionInfo(3)) == 8 and Playerhealth < PQI_MavminsDestruction_SacrificialPact_value and UnitExists("pet") and PQR_SpellAvailable(108416)
or select(2,GetTalentRowSelectionInfo(3)) == 8 and PQI:IsHotkeys(PQI_MavminsDestruction_SacrificialPact_key) and Playerhealth < PQI_MavminsDestruction_SacrificialPact_value and PQR_SpellAvailable(108416) and not GetCurrentKeyBoardFocus() then
CastSpellByName(tostring(GetSpellInfo(108416)))
return true
end
end
ill check it out when i get home, sacrificial pact is meant to be automatic if you drop below the value OR activated manually whenever you want for burst dmg phases such as JinRokh lightning storm or JiKun Quills, so the original code is correct in not having the KEY toggle take into account player HP.
Also an this is REALLY important - the key toggle doesn't check if you have a pet, so it will hurt you for a 400% shield, it will only go off automatically if you have a pet
eg - I drop below 50% it goes automatically
eg - Im at 100% but JiKun casts quills so I pop it manually using the hotkey to prevent the dmg and make my healers love me
make sure you dont have the hotkey assigned to something else or the value set really high, that would cause it to go off when it isnt intended
BETA Updated, you can now disable Chat Notifications through PQInterface and it will display in PQInterface which mode you are in
im testing it right now, if i untick 'chat notifications' it doesnt say Area of Effect Enabled / Disabled in chat but it does show me in PQI not sure why it wouldnt be working for you
Done ! its at the bottom of the main page
Suggestion for the profile....
Logic that states the following:
If Talent KJC = False and player movement = true
Then
Cast Fel Flame on target.
Just realized I cast nothing if i am moving and am not using KJC, when I could at least be firing off fel flames for continued dps, and a little healing as well.
Redownload the beta BIlly, that should fix your felflame issues !
Last edited by Mavmins; 04-24-2013 at 10:48 AM.
Beta Profile got hung up on shadowburn in the test that I did.
gah the latest one ? I was sure i fixed it, did you have Ember Save Shadowburn active ?