hi can someone help me with code for Shadow Priest
SW: Insanity
i will donate thisShadow Word: Insanity Level 90
2.5% of base mana 40 yd range
Instant
Consumes your Shadow Word: Pain to deal 2482 to 2618 (+ 243% of SpellPower) Shadow damage to the target. Only usable while Shadow Word: Pain has less than 4.960 sec remaining.
thats pretty simple...
Ability Name: Shadow Word Insanity
Spell ID: 0
Target: Target
something like that should work.....PHP Code:
if IsPlayerSpell(129249)
and UnitExists("target")
and UnitCanAttack("player", "target") then
if UnitDebuff("target", 589) then
if select(7, UnitDebuff("target", 589)) - GetTime() < 4.5 then
CastSpellByName(GetSpellInfo(129249),"target")
end
end
end
mhh now have testet a little bit its not casting instant Insanity
Anyone know how to add Soul Reaper to Nova's Blood profile?
PQR_IsOutOfSight("target") returns always false in my test rotation
is this normally working with german client?
i just have the line
print(PQR_IsOutSight("target"))
and always get false, also if i get behind a wall to my target![]()
no, for example in open world, not in bgs, rbgs or arenas, just in open world pvp, i want to know, if the enemy is ret or holy pala and only if its a ret pala, then disarm:
if UnitIsMelee("target") then disarm() end
i dont want to silence cats, just trees or boomkins
dont disarm heal monk, just tank or melee monks
if heal, then cc else kill
etc.....
Hi Ishtro
Tried that and it didn't fix the problem ...
I did some more testing and the ability "Herbalism English" under xrn in the Interrupt profile ONLY crashes with characters of mine which have HERBALISM as a profession. Even if I take out the new herbs from MoP it crashes so its something to do when it detects Herbalism on a character that it crashes wow.
Any ideas ? Willing to donate $10 to whoever can work it out please.
I'm really terrible with pqr so i would really appreciate if someone could upload Arms warrior single target and aoe as well as furry that's updated for 90 and working properly.
Will + rep as much as i can if its working well
Can also pm me if you don't want to put it here.
Thank you !
ah ok, PQR_IsOutSight("target") needs a spell id and "return true" in the ability.
i tried it wihtout "return true" and spellid = 0, just print(PQR_IsOutSight("target"))
thx
If anybody have code that stop autoattack and using ability when
Impervious Shield (Impervious Shield - Spell - World of Warcraft) is active.
Does anyone have a list of keyboard keys for "Is"key"down()"
if IsLeftControlKeyDown() then
return true
end
works, but i can't seem to get "IsQkeydown" or "IsQdown" is it numerical based like a lot of things, ie Q = 43 and A = 1 or something.