hi all, i hope someone can help me
im working on a dk blood pvp profile...yes u did read correct, blood pvp
perhaps no one needs or wants this, but im writing this for a friend, and i must say its crazy as blood, profile works like a charm...he was mostly green, my dk has nice equip, and with 2 blood dk´s we filled his 15k cap in nearly 1 day and now 1700+ rating...lol
anyway, here is my problem
as blood dk i want to slow the tartgets with blood boil, and that is my coding:
Code:
if PQR_SpellAvailable(48721)
and PQ_ValidUnit
and IsSpellInRange(GetSpellInfo(45462), PQR_CustomTarget) == 1
and (UnitDebuffID("target",55095,"PLAYER") or UnitDebuffID("target",55078,"PLAYER")) then
BR1start, BR1duration, BR1ready = GetRuneCooldown(1)
BR2start, BR2duration, BR2ready = GetRuneCooldown(2)
if BR1ready or BR2ready and not UnitDebuffID("target",50435,"PLAYER") then return true end
end
the spellrange check is working ok with the spellid of plague strike, but blood boil has a range of 10yards, so i want to check for this
but when i just change the spellid to 48721 it just dont work ;-(
perhaps because blood boil is an aoe ? hope someone can help me ;-)
thanks in advance
finni