Yeah I it was just the dummies, I ran a couple dungeons afterwards and no problems in there...thx though
Yeah I it was just the dummies, I ran a couple dungeons afterwards and no problems in there...thx though
You have to encapsulate the query in ()
local specid = (select(1, GetSpecializationInfo(GetSpecialization())))
local specname = (select(2, GetSpecializationInfo(GetSpecialization())))
also there's no need for 2 calls to these functions, you can do it in 1
local specid, specname = GetSpecializationInfo(GetSpecialization())
Hope it helps
Nice to see a new and clean post, hope this makes easier to find profiles
2 [Blinded]
HI ) I used yours Subtlety rotation yesterday on Madness... and found that my rogue use Hemo instead of Backstab...
certainly it's not so impotant course of end of cataclism... howewer if the same events will be in MOP..
may be it is necessary to other check of Backstab availability...
is there any pvp arms profile?
Hey Keyka,
That worked great ... 7k dps increase ... wooo hooo thanks
Last edited by [Blinded]; 09-12-2012 at 09:21 AM.
Blindeds right the only time you can bs on madness is the very last platform and even then you have to be on the very edge facing the raid. Use his assassination profile pulls awesome numbers
And blinded can you have your assassination profile not use vanish on fights where you can't ambush/ behind boss?
Last edited by blacknightlll; 09-12-2012 at 09:42 AM.
Heh, I remember this issue before the 5.0.4 patch too. The only one that would work properly is the older version called [Blinded] instead of notValid, the newer versions just spammed hemo leading to several 10,000 dps drop.
Anyhow on madness you can backstab, ambush (and shred if cat) just fine, on all 4 claws and corruptions - from the front. that's just how the boss works, similar to Ragnaros, or the tendons on spine. The only thing you can't do is shadowstep most things, you end up dead in water.
Maybe you are thinking of Ultraxion, where you really can't backstab or ambush at all
There may very well be a boss in MoP this this Ragnaros/DM "bs from front" mechanic, so it may be worth it to fix. not sure if the issue is a change with the "not in front" condition check or if you just put some kind of exception for madness encounter and backstabs in your notValid versions
I agree with you, unfortunately I play on a PVP server so I prefer the self healing even in raids. From my point of view if I'm not going to die from incoming damage I really don't need the 15% reduction. You would be surprised at how much healing you can get from spirit bond.
Try this piece of code, that way you don't have to keep changing the aspects code if you ever decide not to use Iron Hawk,
Since I don't use Iron Hawk I don't really have the chance to test it.PHP Code:
hawkid = 13165
if IsSpellKnown(109260) then hawkid = 109260 end
function F_SwitchToHawk()
if not UnitBuffID("player", hawkid)
and UnitExists("target")
then CastSpellByName(GetSpellInfo(hawkid),nil) end
end
https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017
Can't wait for a skilled profiler to create an Arms Warrior PVP profile. I've modded one myself with now from Knightnova1, but I can feel what I've done to it isn't anywhere near some of the 4.3 warrior PVP profiles I was using.