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

      monsieursean Member

      Joined:
      Jan 21, 2011
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      6
      in the DK's frost.cs how come a lot of the Spell.CastSpell are starting with Blood Strike but closing with Frost Strike, like this
      Spell.CastSpell("Blood Strike", ret => true, "Frost Strike"),

      and the //DW priority section of spells says Common.IsWieldingTwoHandedWeapon not sure if its suppose to. just noticing these as my friends having trouble with his DK almost never using frost strike to dump the extra runic. so i was looking around in the .cs to try and see what its doing.
       
    2. dirtdog

      dirtdog New Member

      Joined:
      Jun 12, 2011
      Messages:
      273
      Likes Received:
      2
      Trophy Points:
      0
      Here is a log i made just a short one just now included 1 fight just in case. The Logfile from the session u asked for was too big...i continued playing for a while even tho i got theese freeze-screens i told about every 10-15s sec or something.

      The routine seems really nice ontop of this problem tho! Can?t wait to get it working fluid.

      I have a 18 sec vidclip of the screen (1.9mb) and how Wow acts when i have started HB with CLU warrior. The vid shows something must be wrong since Wow is moving in 2 fps or something in the background. (tho im usually over 100 fps as a minimum). Just tell me if you want me to email the clip to you.


      Short Log attached incl 1 fight.
       

      Attached Files:

    3. Battler624

      Battler624 Member

      Joined:
      Feb 9, 2012
      Messages:
      472
      Likes Received:
      0
      Trophy Points:
      16
      i think the problem lies in CLU it seems to be try to cast commanding and battleshout try editing on of them out of the rotation.
       
    4. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
    5. diablofan

      diablofan Member

      Joined:
      Apr 27, 2012
      Messages:
      446
      Likes Received:
      1
      Trophy Points:
      18
      using arms war combatbot but in rotation it ignores victory rush healing, its a bit missing in leveling phase :( Cant find victory rush anywhere in option
       
      Last edited: Oct 7, 2012
    6. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      This CC is not for leveling. It's for raiding, heroic dungeons, and regular dungeons. It can be used for leveling, yes, but it will be missing some survivability skills that would not usually be used in raids or dungeons.
       
    7. diablofan

      diablofan Member

      Joined:
      Apr 27, 2012
      Messages:
      446
      Likes Received:
      1
      Trophy Points:
      18
      well i found impending victory (which is cata prot-only talent) in class specific option but in prot part. Would be great to add the same "logic" for arms too, for standard victory rush spell.

      edit: i am not expert in pve warrior rotation, but on boss fight or random mob its not using execute at all
       
      Last edited: Oct 7, 2012
    8. ShadowSav

      ShadowSav New Member

      Joined:
      Mar 2, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      Singular works really well on elegon, CLU still doesnt work, even with recent updates.
       
    9. ShadowSav

      ShadowSav New Member

      Joined:
      Mar 2, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 8592 2012-10-07 18.54.txt - Log for the elegon, ive edited it to get rid of the trash log which took up a lot of the memory. Elegon log is at the very bottom of the log. (Leeching poison spam at the bottom was due to the fact that I manually applied leeching poison.)

      CLU did work during the elegon fight however... On the adds, but for some reason when targeting elegon, the CLU just refuses to use abilites or do any dps at all :).


      Singular works really well on elegon (it actually does damage to elegon), CLU still doesnt work, even with recent updates to the hitbox.
       
      Last edited: Oct 7, 2012
    10. krigasomfan

      krigasomfan New Member

      Joined:
      Aug 8, 2011
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      destruction warlock spams immolate instead of incinerate
       
    11. FischFutter

      FischFutter New Member

      Joined:
      Aug 22, 2012
      Messages:
      118
      Likes Received:
      0
      Trophy Points:
      0
      Have an issue with my bm hunter.
      if my bot get more then one enemy he only do the autoshot.
      AOE is not possible

      Sometimes i have also this bug on a singletarget
       
    12. Geedunk

      Geedunk Member

      Joined:
      Jun 21, 2012
      Messages:
      66
      Likes Received:
      0
      Trophy Points:
      6
      Mistweaver PvE is really not working well. Just spamming jab, wasting mana.
       
    13. version

      version New Member

      Joined:
      Feb 12, 2012
      Messages:
      166
      Likes Received:
      0
      Trophy Points:
      0
      seems its burning all cooldowns on mobs and not on bosses
      its set to burn bosses, etc.

      ill post logs when i can.
       
    14. Szajlent

      Szajlent New Member

      Joined:
      Aug 5, 2012
      Messages:
      201
      Likes Received:
      0
      Trophy Points:
      0
      my mage isnt casting ice barreir
      any chance to add it? :)
       
    15. Sadsadman

      Sadsadman New Member

      Joined:
      Jul 2, 2011
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      1
      On brewmaster at 90, I had to change

      Code:
      Spell.CastSelfSpell("Chi Wave",... to
      Spell.CastSpell("Chi Wave"
      
      as well as Spell.CastSelfSpell("Invoke Xuen, the White Tiger",... to
      Spell.CastSpell("Invoke Xuen, the White Tiger"
      
      Because it would try and cast Invoke on itself and not work. Also, all the time when I am tanking on my brewmaster, it keeps giving me the aoe marker of dizzying haze, instead of just laying it down. I dont know if that is what you wanted, so you can manually pick up mobs without the debuff, but while it does that, it stops everything else and you can get wrecked. Just a few things I noticed.
       
    16. Aardappel

      Aardappel Banned

      Joined:
      Oct 7, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      I don't really get it, is this only for raiding? Or can I also use it while farming. I didn't really get the instructions
       
    17. CrazyJosh

      CrazyJosh Member

      Joined:
      Nov 30, 2010
      Messages:
      287
      Likes Received:
      0
      Trophy Points:
      16
      Mistweaver > latest update > gets stuck trying to place serpent totem. It keeps selecting it but not laying it down.
       
    18. gregt

      gregt New Member

      Joined:
      Feb 14, 2010
      Messages:
      93
      Likes Received:
      0
      Trophy Points:
      0
      just attempted again, no changes doesn't work. Tried standing in all areas of the boss hitbox.
       
    19. RakishRider

      RakishRider New Member

      Joined:
      Nov 22, 2011
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      same broblem
       
    20. RakishRider

      RakishRider New Member

      Joined:
      Nov 22, 2011
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      same broblem
       
    Thread Status:
    Not open for further replies.

    Share This Page