01-06-2015, 05:08 PM
(01-06-2015, 08:09 AM)AzRed Wrote:(01-06-2015, 01:57 AM)Cichard Wrote: you couldnt every use multple oGCD skills at the same time anyways you where always animation locked. if you do GCD skill and oGCD skil then wait for animation to finish so you can do another oGCD skill your global cooldown is ready for a GCD skill. Its better to weave your oGCD skills anyways.
I respect all the work and effort you put around here and everywhere Jackie, but, in this case i think you may have misunderstood...i did not say they could be used at the same time, rather in succession. Current build restricts oGCD usage to only using no more than one in rapid succession:Basically is telling me that if i'm trying to use an oGCD, and a GCD is available or the last skill i used as an oGCD, then i cant use the oGCD.Code:if ( skill.offgcd == "1" ) then
if (SkillMgr.IsGCDReady() or SkillMgr.lastOFFCD) then
castable = false
end
Especially with a proper build on a bard (gcd>2.3...2.28 on a good connection), you can stuff 2 oGCD in (even long animation such as misery's end and bloodletter procs simultaneously on a good connection with no loss of GCD timing.
In 5 min parses, 2 weeks ago i would be in the 520 zone; after the recent update and lots of profile rework, i am in the 440 zone, with my old profile and editing two lines in the LUA i am at 485, still dps loss from the old skill manager. i figure with some more research and digging and a lot more manipulation i can make it back up.
ah i thot you where saying you could use them at same time. Being that its an OGCD wouldnt it be best to not waste DPS time popping an OGCD skill when GCD is ready? i always thot it was best DPS to use OFF GCD skill when you where off Gcd.