• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • CLU (Codified Likeness Utility)

    Discussion in 'Archives' started by wulf, Feb 18, 2012.

    Thread Status:
    Not open for further replies.
    1. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Hi jamjar0207, Excellent post! I have tested and confirm this.

      56471, // Mutated Corruption -- Dragon Soul: The MaelstromDragon added to next release of CLU

      Ive also added the abilitie to toggle the Extra button click On/Off for those pesky heroics or 10 mans. //Thanks Kritical
       
    2. jamjar0207

      jamjar0207 New Member

      Joined:
      Feb 4, 2010
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      Here's a fire mage for you.

      I couldn't get

      Spells.CastSpell("Pyroblast", ret => Buff.PlayerHasBuff("Hot Streak"), "Hot Streak"),

      to work. It would spam pyroblast wether i had hot streak or not and would therefore never cast fireball.

      So i used

      Spells.CastSpell("Pyroblast", ret => StyxWoW.Me.ActiveAuras.ContainsKey("Hot Streak"), "Hot Streak"),

      which is working fine.

      The AOE works but killed my framerates so i commented it out for now.
       
    3. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Thanks jamjar0207, will add next release.

      Change Log
      -------------
      * 12/3/2012 [2.2.5] Anti-Magic Shell update, Range issue with Mutated Corruption fix, toggle the Extra button click On/Off for those pesky heroics or 10 mans, Rogue improvements.
       
    4. primo

      primo New Member

      Joined:
      Sep 19, 2010
      Messages:
      1,059
      Likes Received:
      0
      Trophy Points:
      0
      thnx wulf for you respond
       
    5. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      Hey wulf sorry I have not checked in lately been slammed at work. I will try to get some tests run on all the CCs i have characters for this weekend. And figure out where to go from here and what we can improve on.

      P.S. Survival SUCKS IT IS FAIL....j/k :cool:
       
    6. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      hi bennyquest, I can relate to being slammed at work. Hardly any time to work on CLU lately :)

      And yes don't use Survival rotation it misdirects to healers ;) </sarcasm>
       
    7. Mr_Hunter

      Mr_Hunter Member

      Joined:
      Sep 11, 2010
      Messages:
      555
      Likes Received:
      6
      Trophy Points:
      18
      Is there a logic for arcan mage that he don't start the burst phase short before hour of twilight at ultraxion?
       
      Last edited: Mar 16, 2012
    8. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Hi Mr_Hunter, you can use the "Class Config" button to access CLU's Settings.
      There you can toggle "Cooldowns" off until you are ready to use them, as soon as you are ready to use your cool-downs, tick the check box, it will begin immediately.


      Change Log
      -------------
      * 16/3/2012 [2.2.6] Added Fire mage rotation.Thanks to Jamjar0207 for supplying an initial rotation
       
      Last edited: Mar 16, 2012
    9. Unknown

      Unknown Member

      Joined:
      Apr 4, 2010
      Messages:
      574
      Likes Received:
      14
      Trophy Points:
      18
      Thank you for the hard work and effort you not only put into this, but in maintaining it also :)
       
    10. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      Is there someone that could add combat rogue to this lovely cc? would be good for ds, since some fights are better with combat spec.
       
    11. Akafist

      Akafist New Member

      Joined:
      Apr 8, 2011
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      Hey Wulf,

      thank you for providing such a great cc. I am really enjoy playing with your cc with my hunter.
      But is there any possibility to add the pet spell "Call of the Wild" as a cooldown? It would be a great dps gain with the other implemented cooldowns like rapid fire and racials.
       
    12. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      OK, Google code fixed their svn....


      Change Log
      -------------
      * 16/3/2012 [2.2.6] Added Fire mage rotation.Thanks to Jamjar0207 for supplying an initial rotation



      Hi Akafist, I will add "Call of the Wild" as a cooldown in the next release.
       
      Last edited: Mar 16, 2012
    13. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      I heard that heroic 10man Ultraxion only works partially. Heroic Hour of Twilight works fine, but CLU doesn't press the Button on Fading Light Heroic.
      Trying to get a log.
       
    14. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Thanks laria. afaik The debuff has a random duration, between 5 and 10 seconds. The only significant difference in Heroic mode is for 5 seconds after the Fading Light debuff wears off, the player takes 100% increased physical damage (instead of generating no threat during this time).

      The timer is set for less than or equal to 2 seconds, so this should not be a problem. I am still looking into it, unfortunetly I do not have the abilitie to do heroic so I cannot debug. (This is why I created the toggle button so that the player can use Heroic Will at the appropriate time as well as being able to be a soaker for hour of twilight)


      Edit: testing a new implementation in LFR, if it works I need a brave soul to test in 10 man ;)

      Edit: Ok it works in LFR.

      Change Log
      -------------
      * 16/3/2012 [2.2.7] Added call of the wild to cooldowns. Changed Fading Light detection (Needs testing in 10 mans and heroics, anyone? :eek:)
       
      Last edited: Mar 16, 2012
    15. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63

      Hi laria, combat rogue incomming - Testing now (Looks good) :cool:
       
    16. Pasdamour

      Pasdamour New Member

      Joined:
      Oct 16, 2011
      Messages:
      87
      Likes Received:
      0
      Trophy Points:
      0
      hunter mm doesntr seem to apply ss or do any chimeara shot/arcane shot
       
    17. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63

      Hi Pasdamour, Could you please run an instance or a raid and report back by following How to report a bug

      All - Please do not open CLU up and test on a dummy and expect AMAZING results.
      I have tried to incorporate the abilitie to use the dummy to test your new gear with CLU as much as possible, but there are some things that will not work on the dummy but will work within an instance or raid..or even a proper enemy add will do. Again - A training dummy is never the same as the real thing.

      Edit: I will also add that I raid with CLU with every rotation provided except my warrior (he is lvl 78). So I know the remainder have been tested and are working.
       
      Last edited: Mar 17, 2012
    18. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Change Log
      -------------
      * 17/3/2012 [2.2.8]Added Combat rogue rotation.

      I am not sure if its working well or not ;)
       

      Attached Files:

    19. Krizid

      Krizid Member

      Joined:
      Jul 8, 2011
      Messages:
      93
      Likes Received:
      1
      Trophy Points:
      8

      Testing combat cc at the moment. i would remove Expose Armor from rotation. as with any druid or warrior can give the same debuff without sacrificing dps.


      my bad I see it does check armor reducing debuffs from other classes. =D
       
      Last edited: Mar 17, 2012
    20. Krizid

      Krizid Member

      Joined:
      Jul 8, 2011
      Messages:
      93
      Likes Received:
      1
      Trophy Points:
      8
      Finished testing here's the results

      ** Raider's Training Dummy - 10mil Damage Test **

      -- Combat Rogue CC test --

      CLU / 22153 DPS / Auto Cooldowns

      CLU / 22848 DPS / Manual Cooldowns, No Expose Armor

      Death Shade / 23224 DPS / Manual Cooldowns, No Expose Armor

      Trixter / 22885 DPS / Manual Cooldowns, No Expose Armor

      Not bad at all, I did find CLU easier to hit my Cooldowns Manually. With other 2 CCs I would have to spam my buttons to get the spells out :p

      Will actually test CLU in normal DS after Tuesday reset and report back with Manual CDs and Auto DS extra Action turned On
       
      Last edited: Mar 17, 2012
    Thread Status:
    Not open for further replies.

    Share This Page