Stormchasing
Community Developer
- Joined
- Jan 15, 2011
- Messages
- 4,029
Updated Attachment in first post
These changes are related to v2
@Phay
Balance Druid ->
- Hotkey & Automatic both call same rotation handle. Have changed automatic's detection method.
- Multi-Dotting will now DoT in a much bigger range using the new core method.
- Will favour multi dotting when in solar/lunar over hurricane (as per simulation craft's method).
@Tony
Elemental Shaman ->
- Toggle setting for ascendance to only use on boss.
- Full re-write of AoE
Updated Attachment in first post
I'm going to ask again. I know you guys are busy with V2 and support on V1, but who is responsible for the Brewmaster portion of the CR? Would really like a option for it to not use Guard on CD so I can give this a real go in raids as it still looks silly wasting the CD when you're off tanking and not taking any damage.
well 2 things
thats a full Stormshout Brewery run
1)never used Chain Lightning (AoE count on 3)
Ascendance works as it should if i am on TL but it never works on Tyrael(most likely a Tyrael issue)
2)imo its better to turn Ghost wolf usage in combat optional,cause as it is now if you wanna move a step in combat it uses ghost wolf and its a waste of time![]()
I'm going to ask again. I know you guys are busy with V2 and support on V1, but who is responsible for the Brewmaster portion of the CR? Would really like a option for it to not use Guard on CD so I can give this a real go in raids as it still looks silly wasting the CD when you're off tanking and not taking any damage.
private static bool NeedGuard { get { return Me.CachedHasAura("Power Guard") && Me.ActiveAuras.ContainsKey("Shuffle") && Me.HealthPercent <= MonkSettings.GuardHPPercent; } }
well 2 things
thats a full Stormshout Brewery run
1)never used Chain Lightning (AoE count on 3)
Ascendance works as it should if i am on TL but it never works on Tyrael(most likely a Tyrael issue)
2)imo its better to turn Ghost wolf usage in combat optional,cause as it is now if you wanna move a step in combat it uses ghost wolf and its a waste of time![]()
hi...think i must have an issue with PR clashing with another program..all it does for me when activated is auto shots on whatever character i am on. I hope i'm making a very basic error that you can fix for me,,heard lots of good things about PR as in its like CLU on steroids)
Are you using it on automatic mode or hotkey? If hotkey - then you need to enable AoE mode for it to use AoE abilities. Disable AoE mode when back to 1 unit.
Ghost Wolf (and Burning Rush) need some new functionality to check we've been moving for x ms before casting, will look into it. You can use the setting to disable it though.
1) u r playing in Hotkey-Mode, so u have to enable AOEing by yourself, if ya wanna run it in dungeons without to think about the aoeing ... switch to automode
2) there is a setting for ghost wolf usage to turn it of
but thanks for the log, i could find some other issues (which are not mandatory to run the routine)
---- edit ---
null exceptions from log are fixed and shouldn't occure in elemental shaman again
hello, i wanted to ask if it's possible for destru warlocks to cast havoc on another target when aoe mode is not on. So you can cleave your shadowburn on targets.
on fights like council it would be awsome to cleave a shadowburn from the LOA spirits.
thx
<----- noob didnt see it hehe
oh god you guys think of everything
Indeed. It'll even sort all units in range to find the most ideal unit.
For example, it'll search for closest unit that has the highest HP value (not percent) that isn't our current target, and then cast havoc on it. It'll then search for all units with < 20% HP, and cast shadowburn on it. Circumstance dependant, it can cast 3x instant shadowburns (450k - 2m damage in 3x GCD's).
Is this already working in the latest version of Pure V1?
Indeed. It'll even sort all units in range to find the most ideal unit.
For example, it'll search for closest unit that has the highest HP value (not percent) that isn't our current target, and then cast havoc on it. It'll then search for all units with < 20% HP, and cast shadowburn on it. Circumstance dependant, it can cast 3x instant shadowburns (450k - 2m damage in 3x GCD's).
These changes are related to v2
@Phay
Balance Druid ->
- Hotkey & Automatic both call same rotation handle. Have changed automatic's detection method.
- Multi-Dotting will now DoT in a much bigger range using the new core method.
- Will favour multi dotting when in solar/lunar over hurricane (as per simulation craft's method).
@Tony
Elemental Shaman ->
- Toggle setting for ascendance to only use on boss.
- Full re-write of AoE