What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

CLU (Codified Likeness Utility) - (Pt. 2)

Status
Not open for further replies.
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!
 

Attachments

Last edited:
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;
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;


OMG, this has been killing my dps...that and using of trinkets which are cosmetic use one...or not dps beneficial
 
OMG, this has been killing my dps...that and using of trinkets which are cosmetic use one...or not dps beneficial
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
 
The other issue ... thanks for reporting ksucoolcat

Expect more from me. I like to write code, so tracking these kinds of odd issues down is fun for me.

Corollary: If you have any issues you're having problems tracking down, let me know and I'll try to help.
 
Frost spec is the best for raiding at this moment, but clu frost is very low
Damage. Have any a rework for CLU frost mage?
 
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!

known issue, but thanks for the logs, will inspect them in the evening ... maybe i get affliction fixed -.-
 
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

If I compiled a list of itemIDs, could that help? iirc, I remember earlier iterations using something similar
 
love this makes raiding lot less tedious allows much more attention to fight mechanics wile doing awesome dps, tho last night i did 3 attempts on garalon n it just doesn't seem to work on legs/him sorta like elegon was a wile ago. dont have a log sry. anyone else experience this? im using the latest svn version
 
Feral druid options are not available under the class specific tab.
 

Attachments

  • Snap1.webp
    Snap1.webp
    13.3 KB · Views: 43
Any word on why the Affliction rotation isn't using Soul Burned Soul Swap correctly?
 
Code:
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 团队副本训练假人

Windwalker talent/Monk Always Spam the tiger palm!!! Any idea to fix it?
 
I'm getting this :
Code:
[CLU] 3.3.7: ERROR: Could not add combat log event filter! - Performance may be horrible, and things may not work properly!

Should i be worried about it ? And if so how could i fix it ?
 

Attachments

I'm getting this error (BM hunter)

Code:
[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
 
Arms warrior pulling is missing. I copy over the pulling from fury and that worked perfectly.
 
Status
Not open for further replies.
Back
Top