Hello, Wulf!
I'm not trying to stress you or something,
I just wanted to ask if you have plans on adding support for boomkin druids?
I'm very thankful for this CC, it's the only one I use on my characters when raiding/dungeons.
Thanks alot!
anybody using this as a survival hunter? it doesnt seem to be using lock n load proc for me. is it just me?
AoE section in Survival Hunter
We should only cast Explosive Trap if there is an additional add, otherwise we won't be casting Black Arrow. Multi-Shot and Cobra Shot were also set to Me.Location and adds within 30, but since Multi-Shot hits 8yards from the current target... I figured this would be an easier way to tell if it should AoE. SimCraft shows explosive_trap,if=target.adds>0, which I believe means if you have the boss and there's an additional add.. you should AoE.
Spells.HunterTrapBehavior("Explosive Trap", ret => Me.CurrentTarget, ret => !Lists.BossList.IgnoreTrap.Contains(Me.CurrentTarget.Entry) && Units.CountEnnemiesInRange(Me.CurrentTarget.Location, 10) > 1),
Spells.CastSpell("Multi-Shot", ret => Units.CountEnnemiesInRange(Me.CurrentTarget.Location, 8) > 3, "Multi-Shot"),
Spells.CastSpell("Cobra Shot", ret => Units.CountEnnemiesInRange(Me.CurrentTarget.Location, 8) > 3, "Cobra Shot"),
Almost done with the Boomkin.. yay. Arms Warrior is pretty much finished.
well wulf, i am having major major issues with the lock now testing him in heroic DS. I will update you when we are done with full logs of the evening.
The way I'm seeing it on SimCraft is that if you have an add + boss it should Explosive Trap. This is what EJ says: "A full duration explosive trap will surpass Black Arrow in DPS on just two targets." Until then, we should stick with Black Arrow. If I change it back to 0, it will never use Black Arrow because there will always be more than 1 mob (the mob you're targeting).
Although, the 8 yard thing doesn't make sense now that I'm testing it. Even on the three dummies spread out, it won't cast at 8 yards, yet a Multi-Shot DOES hit all three of them. Bump it up to 12 yards, and it works great.
I hate Boomkins with a passion now.
Here's the arms file, though: dropbox.com/sh/9p8pwgpssed0nvl/ZzG_viEwsH/Arms.cs
Pretty much used SimCraft + EJ. Heroic Strike being off the GCD is the biggest thing for me, as I'm not 100% sure it's working perfectly. I left the SimCraft data in there so you can see where it came from and modify as you see.