Huh, I haven't experienced that at all! I'll add an extra check to Shadowbolt so it won't start casting it when you're supposed to go into Metamorphosis.It's an easy check.
Huh, I haven't experienced that at all! I'll add an extra check to Shadowbolt so it won't start casting it when you're supposed to go into Metamorphosis.It's an easy check.
mentally..what is sanctum[shadow] profile? tried to check it out but its missing the sanctum data file..
you also said you just updated the shadow priest profile? did the version change? as im not seeing any changes..i could be blind though.
+rep for the shadow priest work..well impressive
Last edited by freaki; 11-14-2012 at 07:27 PM. Reason: spelling
@Taran32: Sure it will.
@Everyone:Code:local PQ_Halo = 120517 local PQ_DarkHalo = 120644 if IsPlayerSpell(PQ_Halo) and UnitExists("target") and PQR_SpellAvailable(PQ_DarkHalo) and not UnitIsDeadOrGhost("target") and not PQR_IsOutOfSight("target", 1) and UnitCanAttack("player", "target") == 1 and IsRightAltKeyDown() and not GetCurrentKeyBoardFocus() then SpellCancelQueuedSpell() CastSpellByName(GetSpellInfo(PQ_DarkHalo),"target") end
Started coding a Fire Mage profile while I'm raiding on my alt. (Our only Mage left and I've been requested to take up Mage as my "second" main.. D: fml.) made some fun abilities already that for example, makes sure to only cast Living Bomb on 3 targets if you selected Living Bomb as your Mage Bomb for example.We'll see how it evolves, but I really like it so far! Will try and get some more coding done on it tonight and release a test version asap.
![]()
@freaki: I have absolutely no idea. But yeah, the Shadow Priest profile is versioned as 7.0.4 at the moment! Updated a couple of hours ago to improve performance in Heroic and Normal Cata/MoP Dungeons.
@lantus: It'll come, very very soon.![]()
hi all i m tryin to make , if i have taste for blood buff i want to stack up it.i used enhanc shaman lb code for 5 stack. but as u know taste for blood stack hard to stack up . so i want to make other code if taste for blood buff cd< 4 just use it. sorry for my bad english btw waiting for ur helps.
local TFBtimer = UnitBuffID("player",125831,"PLAYER")
if TFB == nil then
return true
end
if TFBtimer - GetTime() < 3 then
return true
end
when i remove if TFB == nil then return true this part all things ****ed up
Last edited by machajr; 11-15-2012 at 03:36 AM.
What warlock spec and profile is currently pulling the most dps......Thnx
Is there any way to force Holy Prism to only heal and never dps? bg situation
See for yourself: Spec Score 25H - DPS Bot - RaidBots - Web Tools for WoW Nerds
And I recommend Nilrem2004's affliction-profile, its very good. Team Nova also has one I believe.
Good morning! Have a few things to do before I get to coding, but Fire Mage profile should be ready today/tomorrow!
@machajr: I completely did not understand what you're trying to do. You want to use Mortal Strike when you've got 4 seconds or less time left on the Taste for Blood buff or when you have 5 stacks, but not when you have under 4 stacks unless the timer is about to run out?
This code should work for it:
@jlmccown: Affliction is top dps, followed closely by Demonology, and Destruction at bottom. Nilrem and Team Nova got an Affliction profile, Soapbox and us (Team Nova) also have a Demonology and Destruction profile. Team Nova's profiles are always free, but for Soapbox's "elite" profiles, you'll have to make a donation. (Nicer way of saying - you have to pay? I'm not sure.)Code:local TfB,_,_,count,_,_,TfBtimer = UnitBuffID("player",125831) if TfB then if TfBtimer - GetTime() < 4 then return true end if count > 4 then return true end if count < 4 then return false end end
It all depends on what you want to do, basically.
Last edited by Kinky; 11-15-2012 at 09:12 AM.
Is it just me thinking it is wrong to sell an "elite" version of a PQR profile while Xelper as the developer of this awesome program does not even charge anything for it?
You should definitely give + rep to the developers of the profiles you use and if you can afford it a donation is a good thing too ( god I wish I wasn't so broke lol ). I would also like to say thank you to Xelper and all the current, past and future profile developers. It is so nice to have all of you doing those great profiles.
I mainly use my own profiles but looking at all the new stuff and ideas some developers come up with is always like Xmas for me when I find some great new ideas to add to my personal profiles. Only downside is, I "borrowed" so many ideas that I could not credit each and every developer as he deserves it, hence I am not able to release any of my profiles.