• 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. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      hi wulf,

      i took a look into UltimateHealer for your issue and it seems that u'll need to work with spellID for this Holy Word: Serenity
      Code:
                               new Decorator(ret => !_raid_healer && SpellManager.HasSpell("Holy Word: Chastise") && !WoWSpell.FromId(88684).Cooldown && tar.HealthPercent < _HWS_min_hp && Me.HasAura("Chakra: Serenity")
                                                      && tar != null && tar.IsValid && !tar.Dead && tar.InLineOfSight && tar.Distance < 40,
                      new PrioritySelector( Composite_Wait_again(), 
                                                  new Action(delegate
                                                  {
                                                      formatslog("Heal", "Healing", "Holy Word: Serenity", tar);
                                                      if (SpellManager.Cast(WoWSpell.FromId(88684), tar))//Cast("Holy Word: Serenity", tar, 40, "Heal", "Healing"))
                                                      { return RunStatus.Success; }
                                                      else { return RunStatus.Failure; }
                                                  }))),
                                      new Decorator(ret => _raid_healer && SpellManager.HasSpell("Holy Word: Chastise") && !WoWSpell.FromId(88685).Cooldown && Me.HasAura("Chakra: Sanctuary"),
                                          new PrioritySelector(
                                              new Decorator(ret => _AOE_check_everyone,
                                           new Decorator(ret => Should_AOE(_min_player_inside_HWSa, 30, _HWSa_how_much_health, out x),
                                               new Decorator(ret => unitcheck(x) && x.Distance < _max_healing_distance && x.InLineOfSight,
          new PrioritySelector( Composite_Wait_again(), 
              new PrioritySelector(
                                      new Action(delegate
                                      {
                                          formatslog("Heal", "Healing", "Holy Word: Sanctuary", x);
                                          if (SpellManager.Cast(WoWSpell.FromId(88685), x))//Cast("Holy Word: Serenity", tar, 40, "Heal", "Healing"))
                                          { General_casted_HWSa=true; }
                                          else { General_casted_HWSa=false; }
                                          return RunStatus.Failure;
                                      }),
      
       
    2. TheGuv

      TheGuv New Member

      Joined:
      Apr 10, 2012
      Messages:
      37
      Likes Received:
      1
      Trophy Points:
      0
      Hello there wulf

      What a cc it's great real good

      One thing I was wondering was if you didi not know how to play the class warrior tank I am thinking of in particular
      If there was a guide file detailing how to pull and what cd were not used and what taunts were available


      Thanks man
       
    3. wulf

      wulf Community Developer

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

      * 13/6/2012 [2.6.4] Holy Priest Added to SVN.

      It still needs allot of work to get it to HC standard :p, but it will heal 5 man Heroics and LFR's fine.

      Will respond to everyone tomorrow, time for bed :)
       
    4. Shazam69

      Shazam69 New Member

      Joined:
      Apr 3, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Warlock - Destruction

      Hi Wulf,

      Just wanted to start by saying thanks very much for all the hard work that you have put into this!

      I've been using a number of different CC's for my little raiding warlock, and i love the versatility with yours. But one thing I have noticed is that it casts Bane of Agony on every target, and doesnt seem to be using Bane of Doom on bosses in DS.

      Is there a way for this to auto select the right bane?
       
    5. anobuddy

      anobuddy New Member Legendary

      Joined:
      Apr 11, 2011
      Messages:
      57
      Likes Received:
      0
      Trophy Points:
      0
      Using your CCs before you started CLU, wanna thank you for all the hard work and effort you put into it. Hope you stay around when MoP arises.
       
    6. wulf

      wulf Community Developer

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

      wulf Community Developer

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

      Hi Soeski, its great to hear you are having success with CLU.

      • Fost rotation does not use blood boil at all.
      • CLU is designed for masterfrost DW however 2h Frost spec is very similar and they both share the same spells, just a different weapon so it should work fine.
      • CLU is primaraly for endgame Raiding, Deathstrike CC was written before CLU and has outdated rotations for raiding and was better suited for movement, My Felmaster rotations were ported to CLU and apart from enhancements and suggested improvements by the community they are basicly the same (except we have added more rotations to CLU!).



      Hi Stormchasing, thanks for the code! I got lazy and did it slightly different and I know I am going to have to change it eventually to be fully language compatible...soon :)


      Hi TheGuv, Glad you are having fun with CLU. Some light reading I recommend:

      mmomeltingpot.com
      manaflask.com
      elitistjerks.com

      they all have various class guides you may find useful :D


      Hi Shazam69, thank you for your kind words. CLU should select the right bane to use, this has been tested by the forums more expreinced members so I am thinking it should be ok, there is some information on this descussion a few posts back by Stormchasing. Maybe Stormchasing can comment on your problem?


      Thanks anobuddy, I sure will be here for MoP...I can't wait! Thank you for such postive feedback :D
       
    8. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      If no-one objects I am going to update all current rotations to "Tested" as it has been a while, I think for the most part they work ;)
       
    9. Soeski

      Soeski Member

      Joined:
      Jan 15, 2010
      Messages:
      971
      Likes Received:
      2
      Trophy Points:
      18
      Thanks for reply!
      Then tell me what talent it is when the DK smears the ground with a red circle that does AoE dmg? That's the one I meant. It's using that quite often when 3/4 mobs face me, but not the same every time,. Sometimes with 3 it won't use it, sometimes it will.
       
    10. Sippinhaterade

      Sippinhaterade Member

      Joined:
      Jul 10, 2011
      Messages:
      387
      Likes Received:
      2
      Trophy Points:
      18
      Tried running a few 5-mans last night on my priest. Would cast buffs and then do nothing.
       

      Attached Files:

    11. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Request
      Class: Deathknigh
      Spec: Unholy
      Spell: Unholy Frenzy

      Cast Unholy Frenzy on FocusUnit, BestUnit (everything but tanks i think)
      Dependicie: Manage Cooldowns Automatic (for disabling in specific hardmode fights)
       
    12. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Death n Decay
       
    13. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Hi HB8276H89, you must select a target to heal initially or ensure you are in combat by throwing a heal manually. (or just getting closer to the action)

      Sometimes CLU is not detecting combat to start healing, I'm looking into it.
       
    14. wulf

      wulf Community Developer

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

      Hi Stormchasing, I have added Unholy Frenzy only for FocusUnit as it could get a little complicated.

      Class: Deathknight
      Spec: Unholy
      Spell: Unholy Frenzy

      Casts Unholy Frenzy on FocusUnit, if no Focus unit it will cast on you (The Player).
      Dependicie: Manage Cooldowns Automatic (for disabling in specific hardmode fights)

      Tested my end, works as intended as far as I can see.
       
    15. Shazam69

      Shazam69 New Member

      Joined:
      Apr 3, 2012
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      Hey Wulf and Storm,

      Have checked through the posts, and having a similar problem to the one described. I am Destro Lock, and on fights like Ultrax, Morchok etc with no adds and testing on raid dummies, the CC just casts Bane of Agony and not Bane of Doom. If it helps, want me to get a log together?
       
    16. change1378

      change1378 New Member

      Joined:
      Feb 8, 2011
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      0
      for survival hunters, it uses immolation trap instead of black arrow in the rotation, please fix this.
       
    17. wulf

      wulf Community Developer

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

      Hi change1378, CLU is working as intended, please see here a few posts back. (btw, I think you mean Explosive Trap :p)
       
    18. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Hi Shazam69, checking now...

      EDIT: I think I see the problem...its with Time to death calculation....checking more...

      EDIT: OK that should fix it, it was not accounting for initial health, and such..please update via SVN :cool:

      Appoligies Shazam69, I did not check the code before I put it into CLU :D
       
      Last edited: Jun 15, 2012
    19. change1378

      change1378 New Member

      Joined:
      Feb 8, 2011
      Messages:
      92
      Likes Received:
      0
      Trophy Points:
      0
      my own ignorance led me to this comment; after what you wrote i went straight to AoE management. i apologize. you have written a great CC. i use it for all my classes. :D
       
    20. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Uhm ... weird ...
      Will test again on next run (tuesday) and will report back.
      Yesterday i had to do it manually (not that hard with a macro^^ but needed some time getting used to do something by my own^^)
       
    Thread Status:
    Not open for further replies.

    Share This Page