Edit - Seems to be working now. Restarted WoW and the Nova Frame reset.
Incarnation is still hanging the profile though. I'll have to do some more testing.
Edit - Seems to be working now. Restarted WoW and the Nova Frame reset.
Incarnation is still hanging the profile though. I'll have to do some more testing.
Last edited by Apocalypse59; 02-01-2013 at 05:13 PM.
Do you have the Glyph of the Treant? I have it and I got no problem with Incarnation-treeform.
Then its super strange, since we both have it and it works for me. What happens when you use Incarnation? Are you using the latest svn'ed version with up-to-date datafiles etc?
TeamNova,
Resto druid profile working great so far. +rep guys.
any time frame for the shadow priest pvp profile mentally?
did you change anything about the holy pala , 1st time i used it in hof - ambershaper it worked flawless did not touch the constructed players or with parasitic growth . i did yday and when the constructed tanks got low it went berserk spamming him till i was oom
In the Nova Options, what excactly is HealingTouchCC and RegrowthCC?
any chances you guys could help me in adding use blood fear as interrupt if spell lock is in cd and blood fear is not?
ye i noticed that but by looking at this part of the code:
local interruptSpell = PQR_InterruptSpell()
if interruptSpell ~= 0 then
local interruptName = GetSpellInfo(interruptSpell)
if not PQR_SpellAvailable(interruptSpell) or not IsSpellInRange(interruptName, customTarget) then set interruptSpell = bloodfear ID, do the check again then continue
return false
end
else
return false
end
--Finally, make sure the spell they are casting is on the interrupt list or interrupt all is checked
if PQR_IsOnInterruptList(castName) or PQR_IsInterruptAll() then
PQR_Debug("Casting interrupt on "..customTarget)
CastSpellByID([InterruptSpell, customTarget)
return true
end
if i did what says in that red part, wouldnt it work? I just have no idea on how to write that hehehhe
lol, that general way of thinking would then break all other classes XD
it is possible to do, but as i said, it is pretty far indepth, you can easily just make an ability in the rotation that is like such
if not PQR_SpellAvailable(NormalInterrupt) then
if PQR_SpellAvailable(BloodFear) then
if UnitCastingInfo('target') then
CastSpellByName(GetSpellInfo(BloodFear), 'target')
end
end
end
something like that would work, obviously theres a lot more than would go into it, but instead of modding the interrupt profiles, just adding one ability into the rotation should be a lot easier
ah i just wanted something that worked for me not the whole thing to be updated. ill try that thing u did out but i think it wont check the spell list right?
anyways i changed the old script to this, can you see if its correctly written? thank you
local interruptName = GetSpellInfo(interruptSpell)
if not PQR_SpellAvailable(interruptSpell) or not IsSpellInRange(interruptName, customTarget) then
interruptSpell = 111397 (i think thats blood fear id haha)
interruptName = GetSpellInfo(interruptSpell)
end
if not PQR_SpellAvailable(interruptSpell) or not IsSpellInRange(interruptName, customTarget) then
return false
mentally
any news on the shadow priest pve and pvp profiles?
or are they being delayed to 5.2?
thx