I'm almost 100% certain it isnt PQR causing the second problem. That has been a longtime WoW bug where the WTF folder becomes corrupted and settings stop saving properly. It happens especially often when WoW isn't closed properly (IE: ALT+F4).
EDIT: For those getting the Smart Assembly error message, redownload. I forgot to activate my copy of SmartAssembly before compiling.
Last edited by Xelper; 11-21-2012 at 08:28 PM.
Still anxiously waiting for the mage fire spec!
I guessed that, but wonder if have something to do wth people getting execution errors with some addons or error comes from another source.![]()
![]()
Last edited by Kristina520; 11-21-2012 at 10:25 PM.
It's exactly the same as the old use this for the svn :https://subversion.assembla.com/svn/nova-project/ and done.
i just talked a friend into using PQR for the 1st time since ive been using it for about a year now and he was wondering if anyone would happen to have a updated holy pally prof for pve/pvp
ty Ralphiuss
started a new mage is there a rotation profile for starting level mages?
With the changes to the nova profile I Crusader Strike to build HP. I would like to use Holy Radiance as well...but I need to think of a different way to code for it..maybe add a mana check to it and a HP check to it so it doesn't cast too often...Not too sure yet.
Also looking at your code it uses EF pretty much on anyone taking damage...Just giving it priority to be cast first
I've been playing around this a lot. I've been thinking it might better to add a check to where it used EF when they player doesn't have it, if it does then do not cast again. Then I added an ability later to be caste as WoG would be,
Problem i'm seeing it wont cast EF at times when I have max HP and there're are targets with no EF rolling. It'll work if I target the frame my self.
Last edited by Ralphiuss; 11-22-2012 at 01:39 AM.
I just don't think it's mana efficient for us holy pally's to use it atm.
That's the thing i don't wanna waste Hp on someone who doesn't need healing.But, I do like the idea of making a check for the eternal flame (buff) If you don't have the buff if no one is in need of healing and have hp.I just have 0 experience in coding.
Last edited by saga3180; 11-22-2012 at 01:45 AM.
That should add the check...PHP Code:
if members[1].HP < 94
and ( UnitPower("player", 9) > 3 or UnitBuffID("player",90174) )
and not UnitBuffID(members[1].Unit, 114163)
then
PQR_CustomTarget = members[1].Unit
CastSpellByName(GetSpellInfo(114163), PQR_CustomTarget)
return true
end
I don't think you need the 5 holy power ability...should be casting it at three I blieve as we want the the proc from 4p pvp bonus right away.