• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • TuanHA Monk - The Ultimate Experience

    Discussion in 'Archives' started by tuanha, Oct 14, 2012.

    1. mosuri

      mosuri New Member

      Joined:
      Mar 6, 2012
      Messages:
      216
      Likes Received:
      2
      Trophy Points:
      0
      maybe i'll right a little how to tuanha Mistweaver advice "guide" in the next few day with a few advices from personal experience and the experience other users made with the short advices i told them.
       
    2. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      It actually udated.

      The current Special Edition have bugs, once it stable, Josh will do a major update to Public Release too.

      Thank you for your patience and understanding.
       
    3. NEwboy

      NEwboy New Member

      Joined:
      Aug 31, 2010
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      0
      fixed the issue thanks ^ but actually nerfs the dps? haha dont quite get it, will just AFK this weeks raids i guess haha
       
    4. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      No, dps is still the same or better due to Tiger Palm buff.

      And there are will be major update for Public Release soon (better at everything), once we fix the Special Edition. It kinda overload if we try to fix 2 version at the same time so please give us time :D
       
    5. CrazyJosh

      CrazyJosh Member

      Joined:
      Nov 30, 2010
      Messages:
      287
      Likes Received:
      0
      Trophy Points:
      16
      grr.

      replace the line I gave you with:
      Code:
      ((!Me.HasAura("Tiger Power") && Me.CurrentChi >= 1) || Me.HasAura("Combo Breaker: Tiger Palm")) &&
      
      find
      Code:
       Me.HasAura("Tiger Power") &&
                          Me.GetAuraByName("Tiger Power").TimeLeft.TotalSeconds > 5 &&
                          Me.GetAuraByName("Tiger Power").StackCount > 2 &&
                          (CountEneyNeary(Me, 8) < 3 || !SpellManager.HasSpell("Spinning Crane Kick")) &&
      
      replace with
      Code:
                          Me.HasAura("Tiger Power") &&
                          (CountEneyNeary(Me, 8) < 3 || !SpellManager.HasSpell("Spinning Crane Kick")) &&
      
      find
      Code:
                          CountEneyNeary(Me, 8) >= THSettings.Instance.SSpinningCraneKick &&
                           Me.HasAura("Tiger Power") &&
                           Me.GetAuraByName("Tiger Power").TimeLeft.TotalSeconds > 5 &&
                           Me.GetAuraByName("Tiger Power").StackCount > 2) &&
                          SpellManager.HasSpell("Spinning Crane Kick"),
      
      replace with
      Code:
                           Me.HasAura("Tiger Power") &&
                          SpellManager.HasSpell("Spinning Crane Kick"),
      
      find
      Code:
                          !CastingorGCDL() && Me.CurrentTarget.IsWithinMeleeRange &&
                          Me.CurrentChi >= Me.MaxChi - 2 &&
                          SpellManager.HasSpell("Rising Sun Kick") &&
      
      replace with (not relevant but a bug fix regardless)
      Code:
                          !CastingorGCDL() && Me.CurrentTarget.IsWithinMeleeRange &&
                          Me.CurrentChi >= 2 &&
                          SpellManager.HasSpell("Rising Sun Kick") &&
      
      
      find
      Code:
                          Me.CurrentEnergy <= 30 && Me.CurrentChi < 2 &&
                          Me.HasAura("Tiger Power") &&
                          Me.GetAuraByName("Tiger Power").TimeLeft.TotalSeconds > 5 &&
                          Me.GetAuraByName("Tiger Power").StackCount > 2 &&
                          SpellManager.HasSpell("Energizing Brew") &&
      
      replace with
      Code:
                          Me.CurrentEnergy <= 30 && Me.CurrentChi < 2 &&
                          Me.HasAura("Tiger Power") &&
                          SpellManager.HasSpell("Energizing Brew") &&
      
      find (another bug fix non relevant)
      Code:
                          !CastingorGCDL() && Me.CurrentTarget.IsWithinMeleeRange &&
                          Me.CurrentChi >= Me.MaxChi - 1 &&
                          SpellManager.HasSpell("Blackout Kick"),
      
      
      replace with
      Code:
                          !CastingorGCDL() && Me.CurrentTarget.IsWithinMeleeRange &&
                          Me.CurrentChi >= 2 &&
                          SpellManager.HasSpell("Blackout Kick"),
      
       
    6. BaturalNoobs

      BaturalNoobs Member

      Joined:
      Feb 10, 2012
      Messages:
      511
      Likes Received:
      4
      Trophy Points:
      18
      Hi CrazyJosh,

      Thanks for your reply to my post. Yes, I have MoveToTarget enabled:

      <SMoveToTarget>True</SMoveToTarget>

      Do you know why the movement was working before Monday, but then stopped working? Keep in mind, this was all pre-5.1 so maybe this has been fixed. If not, anything I can try?
       
    7. nevigrofnu

      nevigrofnu New Member

      Joined:
      Jun 5, 2011
      Messages:
      298
      Likes Received:
      0
      Trophy Points:
      0
      Power Strikes or Ascension for this update then.
       
    8. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Tested with Power Strikes and Ascension

      Ascension give more dps for me.

      Feel free to try whatever you want, CR support all, including Chi Brew
       
    9. Thang781

      Thang781 New Member

      Joined:
      May 13, 2011
      Messages:
      630
      Likes Received:
      2
      Trophy Points:
      0
    10. Jeffry

      Jeffry New Member

      Joined:
      Oct 10, 2012
      Messages:
      84
      Likes Received:
      1
      Trophy Points:
      0
      i'm trying the golden lotus daily profile with the questing bot but the char seems standing near the mob without starting the battle, is a cc problem or a profile problem? :) (if i engage the combat manually all goes fine)
       
    11. CrazyJosh

      CrazyJosh Member

      Joined:
      Nov 30, 2010
      Messages:
      287
      Likes Received:
      0
      Trophy Points:
      16
      Movement was broken yesterday due to HB beta issues. They all seem to be fixed with the latest HB release (non beta)
      Either/or. I find myself getting energy too quickly to use the chi gained by jab with Ascension right now, but haste affects energy regen - so it's gear related.

      Depends how the character got there. Did you get there by Flying Serpent Kick?
       
    12. Jeffry

      Jeffry New Member

      Joined:
      Oct 10, 2012
      Messages:
      84
      Likes Received:
      1
      Trophy Points:
      0
      nope, roll and serpent disabled
       
    13. nevigrofnu

      nevigrofnu New Member

      Joined:
      Jun 5, 2011
      Messages:
      298
      Likes Received:
      0
      Trophy Points:
      0
      Sorry, I meant for Mistweaver. :)
       
    14. CrazyJosh

      CrazyJosh Member

      Joined:
      Nov 30, 2010
      Messages:
      287
      Likes Received:
      0
      Trophy Points:
      16
      Doesnt (shouldn't) matter for Mistweaver. I havent tried anything but ascension since 5.1
      I have an idea - I'll look into it.
       
    15. skinalt

      skinalt New Member

      Joined:
      Oct 5, 2012
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
      was the latest svn meant to fix the tiger palm spam ? because mines still doing it :(

      appreciate your work btw!
       
    16. CrazyJosh

      CrazyJosh Member

      Joined:
      Nov 30, 2010
      Messages:
      287
      Likes Received:
      0
      Trophy Points:
      16
      Log please.
       
    17. skinalt

      skinalt New Member

      Joined:
      Oct 5, 2012
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
    18. xzibit

      xzibit Member

      Joined:
      Oct 9, 2012
      Messages:
      126
      Likes Received:
      0
      Trophy Points:
      16
      brewmaster still broken, seems he stops attacks sometimes and then starting again after a few seconds.
       
    19. Fire

      Fire New Member

      Joined:
      Jun 13, 2010
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      0
      had a wow pause and now i would like to download my specialedition the username and password i recived wirth the email where you annouce the change to sourcerepo but theres no link which i can checkout svn -.-
       
    20. CrazyJosh

      CrazyJosh Member

      Joined:
      Nov 30, 2010
      Messages:
      287
      Likes Received:
      0
      Trophy Points:
      16

    Share This Page