WTF are you serious? A????T?? was a test...you tiggled me, and I will revive A????T?? based on simpleshot, l got autorisation back in juni. Stay tuned...
Haven't looked into the code but it's prolly doing this based on range-check. Maybe a Me.CurrentTarget.IsAlive would fix it.
Now in latest download disengage is disabled BUT. //SC.CastSpell("Disengage", a => Me.CurrentTarget.Distance < 5 && !Me.Auras.ContainsKey("Trap Launcher") && !SC.PlayerHasBuff("Feign Death"), "Too close, Disengaging"), corrected it would look like this //SC.CastSpell("Disengage", a => Me.CurrentTarget.Distance < 5 && Me.CurrentTarget.IsAlive && !Me.Auras.ContainsKey("Trap Launcher") && !SC.PlayerHasBuff("Feign Death"), "Too close, Disengaging"), Might need to add IsHostile flag or something as well.
Well.... This is how it looks now SC.CastSpell("Readiness", a => SC.PlayerHasBuff("Rapid Fire") && SC.SpellCooldown("Chimera Shot") > 4.5 && !Me.Auras.ContainsKey("Trap Launcher") && !SC.PlayerHasBuff("Feign Death"), "Readiness"), You might not wanna cast readiness as long as Rapid Fire is Active. I'd personally do something like: SC.CastSpell("Readiness", a => !SC.PlayerHasBuff("Rapid Fire") && SC.CanCast("Readiness") && Me.CurrentTarget.HealthPercent < 30 && SC.SpellCooldown("Chimera Shot") > 4.5 && !Me.Auras.ContainsKey("Trap Launcher") && !SC.PlayerHasBuff("Feign Death"), "Readiness"), EDIT: You will also need a check if Rapid Fire is on CoolDown or readiness will be wasted..... Try that last line. Not tested and healthpercent might need to be lowered.
If it would be possible, for higher ilvl hunters out there using this in raids. Different CC with Aimed shot as focus dump always. Adds another 2-6k dps depending on gear compared to arcane shot. EDIT: Was able to change rotation myself, went from 21k to 23k on dummy, no cooldowns. Sucks that this cant be tested onto the boss dummys since it will siwtch to Boss rotation, as horde has 3 boss dummies next to each other. Those dummies anywhere else than at that one location?
hm used it as MM but with the last patch the dps is really slow. is there a good SV CC out there? Jedi Hunter isnt really good
i'm average on 16-17k dps on HoT dungeons. Ilvl 374. stacking crit (25%) instead of haste after hit is at 8% gemming agi + crit when possible.
According to femaledwarf its: [TABLE="class: ui-widget ui-widget-content rightalign, width: 1"] [TR="class: ui-widget-header, bgcolor: #817865"] [TH="colspan: 3, align: left"]DPS[/TH] [/TR] [TR] [TH="align: left"]Combined:[/TH] [TD="align: right"]20862.66[/TD] [TD="align: right"]100.00%[/TD] [/TR] [TR] [TH="align: left"]Hunter:[/TH] [TD="align: right"]12416.32[/TD] [TD="align: right"]59.51%[/TD] [/TR] [TR] [TH="align: left"]Pet:[/TH] [TD="align: right"]8446.34[/TD] [TD="align: right"]40.49%[/TD] [/TR] [/TABLE] Mastery is 21%, I prefer haste. Would like to know how to a raidrotation, but 20k - 22k is not bad. I usually topping the dpsmeters, only Dk's and Mages outdps me.
I've made some tweaks in the PVE BM CC. I think it's now optimalised for Dungeong/Raiding. Thanks for Cowdude and Falldown for the CC's!
For anyone interested here is some tweaked Survival Rotations, IMO Survival is the way to go in this tier with the way the 2p works. There are two rotations, one with Explosive trap, and one with Black Arrow. Exp Trap is better for stand still fights where you know the boss wont be moving too much, and the BA rotation is better for moving fights. Credit goes to Cowdude, Falldown, and hi1674. You can edit this like you would the MM rotation.
I have try'd your CC for several LFR now. And I am really satisfied. Keeps a good rotation but there are two things that do not seem optimal yet: 1 Explosive shot will fire even if there is still a dot from the previous shot. 2 Will cap you focus occasionally I could be wrong on these 2 but this is what i get from EJ:
File: SurvivalBA.cs Line: 10 Error: The type or namespace name 'TalentBase' could not be found (are you missing a using directive or an assembly reference?) File: SurvivalExplosive.cs Line: 10 Error: The type or namespace name 'TalentBase' could not be found (are you missing a using directive or an assembly reference?) is all im gettin with there 2 CC's any idea what im doing wrong? if not could u tell me do i stick it in the felmaster cc folders or the just the customclass folder?
As far as I know: ES,CS,ES,AS,ES is old, Explosive shot no longer clips your debuff, it adds to it. So you do not need to delay the explosive shot. If you find out otherwise please let me know and I will start playing my hunter again and try to figure it out. And for the focus issue do you have the t13 2pc? That causes a ton of focus capping, and I think the best way to handle that is to try out a high mastery build.