LaoArchAngel
Member
- Joined
- Oct 14, 2010
- Messages
- 101
Update to Subtlety. Fixed a bug causing cooldowns to not be used.
if (onUnit != null && [COLOR="#FF0000"]Spell.CanCast[/COLOR](name, onUnit(a), onUnit(a).IsPlayer ? true : !BossList.IgnoreRangeCheck.Contains(onUnit(a).Entry), true))
return false;
if (onUnit != null && [COLOR="#FF0000"]!Spell.CanCast[/COLOR](name, onUnit(a), onUnit(a).IsPlayer ? true : !BossList.IgnoreRangeCheck.Contains(onUnit(a).Entry), true))
return false;
I knew there was something off with interrupts! Good eye, Ksu!There is a bug in the CastInterrupt(...) method.
Code:if (onUnit != null && [COLOR="#FF0000"]Spell.CanCast[/COLOR](name, onUnit(a), onUnit(a).IsPlayer ? true : !BossList.IgnoreRangeCheck.Contains(onUnit(a).Entry), true)) return false;
should be
Code:if (onUnit != null && [COLOR="#FF0000"]!Spell.CanCast[/COLOR](name, onUnit(a), onUnit(a).IsPlayer ? true : !BossList.IgnoreRangeCheck.Contains(onUnit(a).Entry), true)) return false;
There is a bug in the CastInterrupt(...) method.
Code:if (onUnit != null && [COLOR="#FF0000"]Spell.CanCast[/COLOR](name, onUnit(a), onUnit(a).IsPlayer ? true : !BossList.IgnoreRangeCheck.Contains(onUnit(a).Entry), true)) return false;
should be
Code:if (onUnit != null && [COLOR="#FF0000"]!Spell.CanCast[/COLOR](name, onUnit(a), onUnit(a).IsPlayer ? true : !BossList.IgnoreRangeCheck.Contains(onUnit(a).Entry), true)) return false;
we can't see which ones are dps and which are only for fun, what we can see is ... usable or not ... so ... change the trinkets^^OMG, this has been killing my dps...that and using of trinkets which are cosmetic use one...or not dps beneficial
The other issue ... thanks for reporting ksucoolcat
Was having issues with affliction lock rotation. Hard to explain, it was as if it was having difficulty detecting spells that were up. i.e. would cast haunt then malefic grasp. Unsure of what the fix is. I will continue to use, and add logs as I move forward if that would be beneficial. After the first I will try to keep logs to maybe an instance for looking at specific instances (pun not intended). Also having issues with aoe dps as it doesn't recognize when to aoe. Thanks for all the hard work!
we can't see which ones are dps and which are only for fun, what we can see is ... usable or not ... so ... change the trinkets^^
The other issue ... thanks for reporting ksucoolcat
22:17:36.440 D] [CGSpellBook::CastSpell] Override ID: 100780, KnownIndex: 63
[22:17:36.746 D] [LuaEvents] Getting argument values for event UNIT_SPELLCAST_SUCCEEDED
[22:17:36.746 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:37.398 N] [CLU] 3.3.6: [Casting] Refresh Tiger Power on 团队副本训练假人
[22:17:37.398 D] [Cast] Tiger Palm 100787
[22:17:37.399 D] [CGSpellBook::CastSpell] Override ID: 100787, KnownIndex: 48
[22:17:37.642 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:37.642 D] [LuaEvents] Getting argument values for event UNIT_SPELLCAST_SUCCEEDED
[22:17:37.642 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:38.457 N] [CLU] 3.3.6: [Casting] Refresh Tiger Power on 团队副本训练假人
[22:17:38.457 D] [Cast] Tiger Palm 100787
[22:17:38.458 D] [CGSpellBook::CastSpell] Override ID: 100787, KnownIndex: 48
[22:17:38.709 D] [LuaEvents] Getting argument values for event UNIT_SPELLCAST_SUCCEEDED
[22:17:38.709 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:39.405 N] [CLU] 3.3.6: [Casting] Jab w/FoF on 团队副本训练假人
[22:17:39.405 D] [Cast] Jab 100780
[22:17:39.406 D] [CGSpellBook::CastSpell] Override ID: 100780, KnownIndex: 63
[22:17:39.773 D] [LuaEvents] Getting argument values for event UNIT_SPELLCAST_SUCCEEDED
[22:17:39.774 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:40.457 N] [CLU] 3.3.6: [Casting] Refresh Tiger Power on 团队副本训练假人
[22:17:40.457 D] [Cast] Tiger Palm 100787
[22:17:40.459 D] [CGSpellBook::CastSpell] Override ID: 100787, KnownIndex: 48
[22:17:40.704 D] [LuaEvents] Getting argument values for event UNIT_SPELLCAST_SUCCEEDED
[22:17:40.704 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:41.462 N] [CLU] 3.3.6: [Casting] Refresh Tiger Power on 团队副本训练假人
[22:17:41.462 D] [Cast] Tiger Palm 100787
[22:17:41.463 D] [CGSpellBook::CastSpell] Override ID: 100787, KnownIndex: 48
[22:17:41.707 D] [LuaEvents] Getting argument values for event UNIT_SPELLCAST_SUCCEEDED
[22:17:41.707 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:42.509 N] [CLU] 3.3.6: [Casting] Jab w/FoF on 团队副本训练假人
[22:17:42.509 D] [Cast] Jab 100780
[22:17:42.510 D] [CGSpellBook::CastSpell] Override ID: 100780, KnownIndex: 63
[22:17:42.809 D] [LuaEvents] Getting argument values for event UNIT_SPELLCAST_SUCCEEDED
[22:17:42.810 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:43.493 N] [CLU] 3.3.6: [Casting] Refresh Tiger Power on 团队副本训练假人
[22:17:43.493 D] [Cast] Tiger Palm 100787
[22:17:43.495 D] [CGSpellBook::CastSpell] Override ID: 100787, KnownIndex: 48
[22:17:43.753 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:43.753 D] [LuaEvents] Getting argument values for event UNIT_SPELLCAST_SUCCEEDED
[22:17:43.753 D] [LuaEvents] Getting argument values for event COMBAT_LOG_EVENT_UNFILTERED
[22:17:44.493 N] [CLU] 3.3.6: [Casting] Refresh Tiger Power on 团队副本训练假人
Any word on why the Affliction rotation isn't using Soul Burned Soul Swap correctly?
[CLU] 3.3.7: [Buff] Failed to cast Focus Fire for Focus Fire, Exception thrown:: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at CLU.Classes.Hunter.BeastMastery.<get_SingleRotation>b__2c(Object ret) in c:\Users\Alex\Desktop\hb\Routines\CLU\Classes\Hunter\BeastMastery.cs:line 192
at CLU.Base.Buff.<>c__DisplayClass52.<CastBuff>b__4f(Object a) in c:\Users\Alex\Desktop\hb\Routines\CLU\Base\Buff.cs:line 921