Last edited by saga3180; 11-22-2012 at 02:22 AM.
My profile sometime randomly stop working for few sec then it resume.
is there a way to check which skill jammed? or anything else went wrong
Try this
You'll need to enter the spell ID of 35395 to the lower left corner this wont use the CastBySpellName since it's not a morphed spell.PHP Code:
if UnitExists("target")
and members[1].HP >= 50
and UnitIsEnemy("player", "target")
and UnitAffectingCombat("player")
and IsSpellInRange(GetSpellInfo(35395), "target") == 1
and UnitPower("player", 9) <= 4 then
if PQR_UnitFacing("player", "target") then
return true
end
end
Nvrm what i said.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
Last edited by saga3180; 11-22-2012 at 02:55 AM.
Are you able to target/attack enemies with this program? or just assist friendly targets/follow them?
Would someone be able to help me with checking a DK function?
I want to be able to check if I have a ghoul up and I'm at < 40 hp and cast Death Pact.
This is what I'm using but it doesn't seem to want to work.
PHP Code:
local health = 100 * UnitHealth("player") / UnitHealthMax("player")
if PQR_SpellAvailable(46584)
and health < 40
and UnitExists("pet")
then
return true
end
Unless your Unholy, the ghoul isn't considered a pet is it? I have messed with DK's very little, so I'm shooting blind. The only way I can think of doing this, is to check the cooldown of the ghoul summon. The CD doesn't reset till the ghoul is actually dead or gone, correct? Maybe look at it that way and base the code around it?
Also, since you have return true, you do have the spellID for Death Pact in the right place in the bottom left box for variables right?
Question, if I'm using PQR_SpellAvailable and its the first line of my code on that set spell then shouldnt that spell not be trying to cast until its off cooldown? I've noticed that it's still attempting to cast the spells even if I have that in there... example
Code:if PQR_SpellAvailable(125150) then CastSpellByName(GetSpellInfo(125150), "target") end
Currently i am using NOVA pve profile with eternal flame+4 piece pvp set. I stacked mastery instead of haste cuzz EF+HS+HPrism are instant and benefits mastery better than haste. The problem is i want to make profile cast divine light or holy radiance only or prio when infusion procced. Also i am using CS to stack HP and its very good. I was using orginal NOVA healing profile and after i start using EF+4 piece pvp my healing nearly doubled. I think in dominums pvp holy paladin there is a check for infusion maybe we can iplement that check to profile for making prio to cast DL or HR when casting speed buff procced. Any ideas ?
@mentally Do you planning a Destro profile. I love this spec... yes seens like fire mage i know but what can i do
In demon my pet still dies a lot of times with areas etc.. some adive to evite ? Grimorium of scrifice like in destro???
Thanks in advance
happy thanksgiving to all the us users.
Please if someone helped you donate rep to them.