• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [BETA] Xiaolin

    Discussion in 'Archives' started by Xcesius, Nov 10, 2013.

    1. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Added Spinning Crane Kick on AoE
      Added Enable / Disable Rushing Jade Wind / Spinning Crane Kick in AoE
      Added Amount of Units before using Rushing Jade Wind / Spinning Crane Kick in AoE
      Added Enable / Disable Breath of Fire in AoE (Default is enabled)
       
    2. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
    3. mariola

      mariola Member

      Joined:
      Jul 25, 2012
      Messages:
      221
      Likes Received:
      2
      Trophy Points:
      18
      Same talents for both??
       
    4. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Sorry fixed. It was suppose to be rushing jade wind
       
    5. becy

      becy Member

      Joined:
      Jul 26, 2012
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      16
      Has anyone seen Spinning Crane Kick used for BrM?
      Mine is set to be used for >=3 targets.
      I am 73 now and I've done like 15 dungeons with the latest version, but still no luck.
       
    6. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      If you're talking about BM (Brewmaster) please update and delete your Settings/Xiaolin folder.

      I've removed the unnecessary setting which might've caused some confusion on amount of units to be used.

      Rushing Jade Wind / Spinning Crane Kick Count << It's now called this instead.
       
    7. becy

      becy Member

      Joined:
      Jul 26, 2012
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      16
      View attachment 8404 2013-11-23 21.30.txt

      "Use Rushing Jade..." is true.
      "Rushing Jade... Count" is 3.
      I tried deleting my settings, it still doesn't use.
      I am level 79 and pulling large groups most of the time, so I'm sure that nearbyunitcount is no issue.

      I am no expert on coding, but I checked your code trying to understand what is going on. Under BrewmasterMt() there are 2 lines of code:
      new Decorator(ret => Lua.PlayerChi < 4, ChiBuilder()),
      new Decorator(ret => ShuffleSetting <= 3, new ActionAlwaysSucceed()),

      After these comes the Spinning Crane Kick cast.
      Spell.Cast("Spinning Crane Kick", ret => XIUnit.NearbyAttackableUnitsCount >= MonkSettings.RJWCount && MonkSettings.CheckRJW),
      Is there any chance for the code not after the Decorator lines?

      **Also there is no option for at what level of stagger to use Purifying Brew, it is set to medium by default.
       
    8. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      I may have forgotten to edit away those things.. as I recall I edited the ST only..

      Should be fine now, update.
       
    9. becy

      becy Member

      Joined:
      Jul 26, 2012
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      16
      Spinning Crane Kick is used now. But there are some issues:

      1) "NearbyAttackableUnitsCount" 's search range is too high.
      For example I am fighting a mob in front of me, and there are 2 other mobs casting 15-20 yards away from me. CR thinks there are 3 mobs nearby and starts aoe. Spinning Crane Kick's range is 8 yards.

      2)When aoe is needed cr completely ignores Keg Smash, casts Spinning Crane Kick indefinitely. According to icy-veins Keg Smash should always be used on cooldown.

      3)We need an option to set Purifying Brew stagger level. Light/Medium/High.
       
    10. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      1 & 2 is now fixed.

      Regarding 3)

      It's tuned for raid levels not instance leveling.

      Code:
      internal static bool CanUsePurifyingBrew { get { return ((Lua.PlayerChi >= 3 || Me.HasAura(138237)) && Me.HasAura(124273)) || (Me.HasAura(124274) && (ShuffleSetting > 4 || Lua.PlayerChi > 3)) || (Me.HasAura(124275) && (ShuffleSetting > 10 || Lua.PlayerChi > 3)); } } 
      As long as we have over 4 second of shuffle up, it's safe to clear medium stagger.
      As long as we have over 10 seconds of shuffle up, it's safe to remove light stagger.
      Remove High stagger asap! even without shuffle.
       
    11. becy

      becy Member

      Joined:
      Jul 26, 2012
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      16
      2)When aoe is needed cr completely ignores Keg Smash, casts Spinning Crane Kick indefinitely. According to icy-veins Keg Smash should always be used on cooldown.

      This issue remains with latest revision(514)
       
    12. Mirabis

      Mirabis Community Developer

      Joined:
      Jun 14, 2010
      Messages:
      4,475
      Likes Received:
      86
      Trophy Points:
      48
      Seems promising!

      PS: Just wanted a page 1 post.
       
    13. mariola

      mariola Member

      Joined:
      Jul 25, 2012
      Messages:
      221
      Likes Received:
      2
      Trophy Points:
      18
      Asdasdaddasdasd
       
    14. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Brewmaster updates -->

      Added Auto usage of Dizzying Haze for lazy people during AoE (Setting is default false)
      Added and fixed Spinning Crane Kick usage during AoE
      Minor usage update to Chi Wave and Guard.
       
    15. becy

      becy Member

      Joined:
      Jul 26, 2012
      Messages:
      113
      Likes Received:
      0
      Trophy Points:
      16
      It never uses Spinning Crane Kick again.

      You have these lines of code for multi target:
      PHP:
      1)Spell.Cast("Blackout Kick"ret => NeedBlackoutKick), 
      2)new Decorator(ret => !Me.HasAura("Shuffle"), new Action(delegate Me.CancelAura("Spinning Crane Kick"); return RunStatus.Failure; })), 
      3)Spell.CastOnGround("Dizzying Haze"ret => Me.CurrentTarget.Locationret => NeedDizzyingHaze),
      4)new Decorator(ret => Me.CurrentChi Me.MaxChiChiBuilder()), 
      In line 1 if we are at max chi it uses Blackout Kick.
      Because of that when it comes to line 4 we aren't at max chi for sure. then the check in line 4 becomes always true so it can never skip the decorator.


      By the way, why do you want to go ChiBuilder() when we are not in at max chi? SCK gives chi too.
       
    16. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      The issue lies here that not a single BM tank uses Spinning Crane Kick at raiding levels. They all use RJW, I'll look into it tomorrow.
       
    17. kwerulant

      kwerulant New Member

      Joined:
      Jan 15, 2010
      Messages:
      70
      Likes Received:
      0
      Trophy Points:
      0
      Sorry to say, but this is not true.
       
    18. mariola

      mariola Member

      Joined:
      Jul 25, 2012
      Messages:
      221
      Likes Received:
      2
      Trophy Points:
      18
      You say that based on what?
      Lets take a look at what the Elitisjerks.com guide says about SCK?!

      Soooooo I guess alxaw is right.

      I would not argue with this kind of info since it has been tested over and over before being posted on their site as an article.

      RJW is simply better for AOE situations. Use Xuen for Single target. Period.
       
    19. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Link me one heroic BM monk, that runs without RJW.
       
    20. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Added Interrupt for both specs. (yay finally right!)
      Re-did how Chi Wave and Guard applies to the rotation.
       

    Share This Page