• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • CLU (Codified Likeness Utility) - (Pt. 2)

    Discussion in 'Archives' started by wulf, Aug 28, 2012.

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

      evilme73 New Member

      Joined:
      Jan 6, 2012
      Messages:
      100
      Likes Received:
      4
      Trophy Points:
      0
      Generally, not dying is pretty helpful for raid dps.
       
    2. Irnawtbottng

      Irnawtbottng Member

      Joined:
      Apr 3, 2012
      Messages:
      197
      Likes Received:
      1
      Trophy Points:
      16
      oh for sure.. or like having a CC that moves out of bad stuff.. kinda obvious when I player is standing if fire while fighting.. seems a bit silly, Singular does it too but trips me out more cuz it uses shields and frost novas and moves from target yet it stands in fire.. How could something so smart be so dumb?
       
    3. nameca2

      nameca2 Member

      Joined:
      Dec 27, 2010
      Messages:
      84
      Likes Received:
      2
      Trophy Points:
      8
      Sorry if i missed it, but how do you set the warrior to pull by charge? (yes I know this is for raid/dungeon... but while singular isn't eating properly, i need to use this to grind bot.)

      Thank you in advance... :)
       
    4. Inko

      Inko Member

      Joined:
      Sep 8, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      6
      Fire Mage not scorching when running
       

      Attached Files:

    5. diablofan

      diablofan Member

      Joined:
      Apr 27, 2012
      Messages:
      446
      Likes Received:
      1
      Trophy Points:
      18
      you can add 1 simple line in your class spec code for working deathstrike/victory rush if you want it for leveling purpose
      e.g for arms war you edit file Arms.cs and add line

      Code:
       Spell.CastSpell("Victory Rush",                 ret => Me.CurrentTarget != null && Me.CurrentTarget.HealthPercent >= 20, "Victory Rush"),
      its under part called "public override Composite Medic" and as you can see , you can even specify when exactly will it try to cast heal depending on your current hp like here
      Code:
      new Decorator(ret => Me.HealthPercent < 80 && CLUSettings.Instance.EnableSelfHealing,
      = below 80% hp :cool:
       
    6. ShadowSav

      ShadowSav New Member

      Joined:
      Mar 2, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      `

      I will let you know asap wulf, but I downed elegon last night :( hopefully it will work at the next reset tho.

      I also want to know whenever if its possible to improve the Subtlety rotation for rogues with the CLU. From testing it on dummies, its great, but there are several things which needs doing to optimise the dps that it could do, by alot..

      If you can modify the rotation so that it uses Shadow Dance with at least 80 energy pooled after the first Find Weakness debuff drops off the target (applied by using the opening ambush), and using vanish cds to use ambush again to apply find weakness whenever it drops off, and of course shadow dance (80 energy pooled) again later in the fight when it comes back up, and when find weakness debuff isn't currently on the target, will allow maximum up-time of Find Weakness Debuff on a target (70% armor reduction). Sub right now is the highest single target dps spec for rogues, when performed correctly, but it requires really good timing of cds such as vanish/shadow dance etc to maintain a high up-time of Find weakness... therefore I can imagine that CLU could easily achieve this by adjusting the priority list or however you guys code :) (ive no clue about scripts and such). But scripting the subtlety rotation so that it uses these cds as a priority when Find weakness is not on the target, will make the dps extremely insane, and making sure that energy is pooled before shadow dance is used will also maximize the dps too!
       
    7. Rynno

      Rynno Member

      Joined:
      Aug 6, 2011
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      guess this was missed, this is one busy thread! ill post it again: using the druid routine, with use cooldowns set to false, its still using berserk and incarnation.
       
    8. ShadowSav

      ShadowSav New Member

      Joined:
      Mar 2, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      did some testing with the combat spec using CLU, it works great, but it is letting the energy cap and it doesnt spend any energy on any abilities while adrenaline rush and shadowblades is currently buffed with 5 stacks of anticipation and 5 combopoints up. I think this is due to CLU waiting for the Bandits Guile to reach deep insight before using the 5 combo points and 5 stacks of anticipation to spend on eviscerates. Is there a way to modify the rotation script so that it will use Eviscerate even with full stacks of anticipation and 5 cp if deep insight has not been reached yet to prevent energy capping no reason. This problem is reducing the burst at the start of a boss fight significantly when using adrenaline rush and shadowblades together :(

      Heres a log of the dummies test, i kinda accidentally used grind bot at the start of the test, so I've marked down in the log with -=-=-==-=-=-=- Start here =-=-=-=-=-=- where i actually used Raid bot, and tested the rotation.

      Sorry i keep reporting logs and such, but I really like this Class Routine project a lot, so I want to give it all to help you guys optimize it and make it the best PvE routine available :)
       

      Attached Files:

    9. Starbrox

      Starbrox Member

      Joined:
      Mar 10, 2012
      Messages:
      413
      Likes Received:
      0
      Trophy Points:
      16
      Any channce for the monk - windwalker CC to include the 2nd buff, legacy of the white tiger? (crit buff)??
       
    10. dirtdog

      dirtdog New Member

      Joined:
      Jun 12, 2011
      Messages:
      273
      Likes Received:
      2
      Trophy Points:
      0
      Updated HB to 495 just now after work...svn updated CLU hoping my warrior-only problem would have gone....it wasnt :( freezelags now and then....and totally f-ed up when honorbuddy is in foreground...like 2 fps or so :S
       

      Attached Files:

    11. Jez

      Jez New Member

      Joined:
      Aug 11, 2012
      Messages:
      128
      Likes Received:
      0
      Trophy Points:
      0
      Had healing been sorted yet or still got to use old HB?

      Thanks
       
    12. hicip

      hicip New Member

      Joined:
      Dec 25, 2010
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      1
      Thank You,
      Fire mage cant use scorch, ice barrier,rune power,Arcane Explosion.
      ice block must use with cauterize.
      Potion of the Jade Serpent is new potion.
      Alter Time must use with TW.
      thank you again.
       
    13. diablofan

      diablofan Member

      Joined:
      Apr 27, 2012
      Messages:
      446
      Likes Received:
      1
      Trophy Points:
      18
      Sometimes i have massive problem loading that blank profile when using combat bot with CLU, it takes like 6seconds or hb crash, anyone else too ?
       
    14. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      True, not dying is generally a dps loss, but using a classes healing spell that only works when you kill something that yields experience or honor (warrior, for instance) isn't going to help you if you're targeted by a raid boss, or raid trash. Be smart and move them towards the tank(s), and pray that your healer is smart enough to heal you. After all, that is their job. I haven't read any dps theorycrafting that says victory rush or impending victory is a dps boost. Same with other healing abilities for other classes, including rogue and recuperate. I understand it gives back energy, but the way I understand it is that CLU is made for optimum dps rotations. So if wulf and his fellow developers say that this CC is not optimized for leveling, and healing skills are very low on the priority list, then it is what it is. It's not me you have to convince to move them. Talk to wulf.
      Usually it's the bot that moves you, and not the CC. The CC just handles combat, healing, tanking, and things like that. So, moving out of the fire wouldn't be the job of the CC. It would the be the script that the bot is using, such as dungeonbuddy's dungeon scripts, which tell it where to go and what to do as far as movement is concerned. CC movement usually just handles facing, targeting, and things like that. At least, this is how I understand it. If I'm wrong, it wouldn't be the first time. As I said above, if you want the healing skills to be used more often, or at a higher priority, it's not me you should be trying to convince. Talk to wulf. I was only repeating what he's said on numerous occasions to others who've asked for the same thing. I love CLU myself, and I would love to use it on my rogue to level to 90, but with the lack of self healing while leveling, it's really hard to do, but I know that CLU isn't meant for leveling, so I don't bother him about it. I asked once, received the same answer you guys got, and I let it go.
       
    15. Javardaolol

      Javardaolol New Member

      Joined:
      Jan 22, 2012
      Messages:
      56
      Likes Received:
      0
      Trophy Points:
      0
      Hey, im using CLU for warlock... tried singular but it just fails trying to cast soul harvest. But my problem is... why does it keep doing small steps when someone is running away, even if the enemy runs abit the bot just keeps doing "small steps" untill is in range to start dps, its kinda of screaming "im a bot".

      Any help on configure this or if anyone is experience the same would be apreciated.
       
    16. tumbum

      tumbum Active Member

      Joined:
      Mar 17, 2011
      Messages:
      3,341
      Likes Received:
      13
      Trophy Points:
      38
      Hm if i start CLU as Rotation on my Feral Druid, it always say Restoration in the Configuration, is this correct?!
       
    17. catrix

      catrix New Member

      Joined:
      Jan 15, 2010
      Messages:
      139
      Likes Received:
      0
      Trophy Points:
      0
      The DPS with frost is too low for raiding....
       
    18. Liferose

      Liferose New Member

      Joined:
      Sep 1, 2010
      Messages:
      1,586
      Likes Received:
      37
      Trophy Points:
      0
      How are you going about Mistweavers? I tried it in a heroic (and snooped around your c0d3s) and it seems to really like to Fistweave as well as working in Healing spheres into the rotation. I suspect it's still fairly unfinished, but here's some thoughts from a raiders perspective.

      Healing Spheres are usually ill advised because of their RNG type nature and effort requirement of actually placing one. The bot placing one underneath the tank is a very smart move.

      Healing, as well as Melee DPSing, in botting environments can be risky. Mixing the two may not be desired by some. Theorycrafting wise, fistweaving is a better form of atonement healing, but it is not viable for healing medium+ levels of damage. As well, without doing it properly, mana will be a major issue. (if and when full fistweaving is implemented)

      <!--Tier Words I Feel Like Typing-->
      Tier 2 Support: Chi Burst on targets near other targets. You won't go too wrong with putting Zen Sphere on anything, while it is fairly weak for us right now. Chi Wave has good output when put on a tank, it's more likely to fizzle out if put on a dps.

      Tier 6 Support: Rushing Jade makes SCK worth it. Xuen when there's totem help.

      A rotation for healing that doesn't involve being in melee range would be greatly appreciated. Focusing more on renewing mists whenever possible, uplift, thunder tea + uplift, enveloping mist on heavy tank healing, ..etc
       
    19. xwozone

      xwozone Active Member

      Joined:
      Apr 1, 2012
      Messages:
      1,514
      Likes Received:
      3
      Trophy Points:
      38
      Couple warlock questions. First, little ass kissing. Love this, love the shit out of it. My only issue is that with demo form my toon transforms soon as he has enough power, than back. Also, can we have a setting to cast the life draining spell when 3+ mobs are around?

      Also, i love this idea with the macros.

      1) Start/Stop Rotation:
      /script Manual= not Manual;
      /run if not Manual then print("Rotation: \124cFF15E61C Enabled") return else print("Rotation: \124cFFE61515 Disabled") end

      Just so my stupid ass understands, this starts and stops the dpsing?

      2) Start/Stop Burst:
      /script Burst= not Burst;
      /run if not Burst then print("Burst: \124cFF15E61C Enabled") return else print("Burst: \124cFFE61515 Disabled") end

      And this blows all cool downs?

      You sir, are the 2nd god on this fourm ive found if im understanding this correctly.
       
      Last edited: Oct 8, 2012
    20. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      The macros are for PvP and you can thank Dagradt for them (I dont think he has finished burst yet.):)

      Having said that CLU has a "built In" Keybind system whereby you set your Keybind to the desired setting to toggle. Thus, you can toggle PauseRotation and EnableCooldowns.
       
    Thread Status:
    Not open for further replies.

    Share This Page