JerrytheWood
New Member
- Joined
- Oct 26, 2014
- Messages
- 17
nah no worries P i dont pvp at all i just wanted to smash my guidies little head off lol
Playing on my protection warrior toon. I've been using this ever since level 15 or something. It's really amazing, way better than singular or anything else I've tried. Keep up the good work and good job!
It will work with warlords, I just hit 100 last night using the fury rotation. I did tweak it as I was leveling, so now I have to go back and refine the code. I do know shockwave is not working correctly though. I'll do a little coding when I get off work tonight and put up an updated version. I need to do the gladiator spec still, but first fury and Prot.Afternoon, this good for Warlords mate or not? Apologies if you have answered this![]()
This works fairly well as gladiator spec already, is it possible to be workable in skirmishes too?
like 80%+ of the time, the CC doesn't work at all in PvP. However when it does work, it seems fine!
Shockwave use Me.Issafelyfacing() with the degrees you want for it.
Getobjectsoftype<Wowunit>.where(x => me.issafelyfacing(x) && x.distance <= shockwavemaxdistance).count. And in casting method do a if count is greater then number, cast shockwaveWas trying to check if 3+ mobs are in the conal range to use it, else, do not. That is what I was trying to figure out.