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

      Crowley Member

      Joined:
      Jan 15, 2010
      Messages:
      967
      Likes Received:
      20
      Trophy Points:
      18
      *slaps himself*
      Yeah i seen it was for Masterfrost only and i thought i did respec/reforge. Seems i was wrong. Kicking the shit outta the dps meters now. 378 level gear 30-36k dps on 10 man DS bosses. No Bloodlust or Timewarp either. Nicey-nice man.
       
    2. jamjar0207

      jamjar0207 New Member

      Joined:
      Feb 4, 2010
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      Hey Wulf i tried using

      Spells.SpellCooldown("Shield Slam") > 1.5

      but this doesn't work what would be the correct way of getting the SpellCooldown time left?

      Nevermind i figured it out

      Spells.SpellCooldown("Shield Slam").TotalSeconds > 1.5
       
      Last edited: Mar 11, 2012
    3. jamjar0207

      jamjar0207 New Member

      Joined:
      Feb 4, 2010
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      This is my Felmaster Warrior Protection Converted to CLU. Do what ever you like with it i just thought it might save you some time.

      View attachment 37814
       
    4. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Change Log
      -------------
      * 12/3/2012 [2.2.4] Update Arms Warrior and Protection Warrior rotations added (Thanks to Jamjar0207 for his Protection Warrior Rotation and gniegsch for his Arms Warrior Rotation)

      This was a blast thanks guys. I went into a dungeon missing my shoulders and chest and tanking with a dagger at lvl 74 and smashed it...great fun :D
       
    5. nokdu

      nokdu New Member

      Joined:
      Aug 16, 2010
      Messages:
      208
      Likes Received:
      3
      Trophy Points:
      0
      luv this :D

      just wondering.. since it's not specified..

      are all the tanking specs .. usable for tanking in instances? (prot tank, prot pal, feral druid, dks?)
       
    6. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Yes, All tank specs provided have been tested for instances..some as low as lvl 70, and all are capable of tanking Deathwing+ raids.
       
    7. gniegsch

      gniegsch New Member

      Joined:
      Dec 15, 2010
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      0
      I should probably just comment on the Arms warrior rotation
      It will use deadly calm only when slaughter is at 3 stacks
      Recklessness is manual, it will not do overpower when recklessness is active
      It will not stance stance when target is below 20% health, except for rend when target still has over 2 million HP left

      thunderclap is only used for aoe
      regular thunder clap and demo shout are commented out. put them in if you need them in your raid group
       
    8. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Iam eager to try out the new arms-profile, what botbase does it work best with?
       
    9. pir8247

      pir8247 New Member

      Joined:
      Sep 16, 2010
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      0
      sv hunter is terribad. hardly uses explosive shot at all
       
    10. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      If you dont attach a logfile, they cant help you.
       
    11. gniegsch

      gniegsch New Member

      Joined:
      Dec 15, 2010
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      0

      Raidbot is best I think, but it should work with lazyraider nd combatbot as well.

      I havent tested wulfs implementation, so I have no idea if it works. It worked really well in the felmaster version.
       
      Last edited: Mar 12, 2012
    12. primo

      primo New Member

      Joined:
      Sep 19, 2010
      Messages:
      1,059
      Likes Received:
      0
      Trophy Points:
      0
      wulf its popping dive protection as buff, dont know if its ment to be but he is also doing while not in combat
       
    13. pir8247

      pir8247 New Member

      Joined:
      Sep 16, 2010
      Messages:
      101
      Likes Received:
      0
      Trophy Points:
      0
      dont need to attach a log file. logic for sv is wrong
       
    14. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Constructive criticism is welcome, unfortunately your comment is not helpful to anyone.

      Here is an excellent example on how to give constructive criticism: Comment by bennyquest
       
      Last edited: Mar 12, 2012
    15. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Hi primo, Divine Protection should be cast when you are in combat and your HealthPercent is less than 60.
      CLU probably just finished killing a mob and had not yet come out of combat. Much like you have to wait to eat and drink. If so I can do nothing about those rare occasions.
       
    16. weischbier

      weischbier Guest

      Code:
      Buff.CastBuff("Anti-Magic Shell",      ret => Me.CurrentTarget.IsCasting && Me.CurrentTarget.ChanneledCastingSpellId != 0, "AMS"),
      
      to

      Code:
      Buff.CastBuff("Anti-Magic Shell",      ret => (Me.CurrentTarget.IsCasting || Me.CurrentTarget.ChanneledCastingSpellId != 0) && Me.CurrentTarget.IsTargetingMeOrPet, "AMS"),
      
      Example1: Yor'sahj is summoning (channeld spell) the globules. 45s cooldown and you could better use it manually if red or green are active.
      Example2: CurTarget is casting anything on anybody ... wasted cooldown. You are never sure if its an aoe ability that was casted!

      Just what comes through my mind.

      greetz

      Weischbier
       
    17. sscgod

      sscgod New Member

      Joined:
      Jan 15, 2010
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      0
      tried this out on a demo lock last night working well except it does not seem to detect decimation so it does not cast soul fire. anybody having same problem?

      feral druid working awesome btw
       
    18. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      weischbier thanks! Implemented next release.
       
    19. wulf

      wulf Community Developer

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

      Trolled ?
       

      Attached Files:

      Last edited: Mar 13, 2012
    20. jamjar0207

      jamjar0207 New Member

      Joined:
      Feb 4, 2010
      Messages:
      80
      Likes Received:
      0
      Trophy Points:
      0
      Honorbuddy version: Latest!
      Class: Warlock
      Level: 85
      Group: Raid 10 man Normal Madness of Deathwing
      My Latency is: 38ms
      My Computer is: Hex Core , 6850 HD ATI , 8GB , SSD 160GB
      Made any changes: Added volcanic potion use and commented out aoe , also added soulburn if felhunter is up and soul fire if felhunter and soulburn are up.
      Issue/Bug/Problem/Suggestion: During the madness of deathwing i was having range issues when targetting Mutated Corruption Mutated Corruption - NPC - World of Warcraft. I found myself having to move closer to stand by the pets for CLU to use ranged spell. I think that you may have to add 56471 to IgnoreRangeCheck.
      Log attached: absolutely!

      Thanks Wulf i hope this is enough information for you.
       
    Thread Status:
    Not open for further replies.

    Share This Page