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

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

    1. slator

      slator Member

      Joined:
      Nov 16, 2012
      Messages:
      378
      Likes Received:
      1
      Trophy Points:
      18
      Are you guys with the "not moving" problem going as Mistweaver? It's working fine for me as Windwalker. If you're having that problem as Windwalker, try a fresh install of HB because the CC is fine.
       
    2. mosuri

      mosuri New Member

      Joined:
      Mar 6, 2012
      Messages:
      216
      Likes Received:
      2
      Trophy Points:
      0
      i always move manually o_O
       
    3. nevigrofnu

      nevigrofnu New Member

      Joined:
      Jun 5, 2011
      Messages:
      298
      Likes Received:
      0
      Trophy Points:
      0
      I set it to auto move, with tyrael it keeps up with most things :)
      Mosuri, have you got spirit gems in all your sockets? ;-)
       
    4. mosuri

      mosuri New Member

      Joined:
      Mar 6, 2012
      Messages:
      216
      Likes Received:
      2
      Trophy Points:
      0
      not anymore since i reached 10k+ spirit without having one in every socket :)
      but most of the sockets are filled with 320spirit gems, yeah.. i feel more confident with it and that's enough reason for me to "ignore" the socket bonus sometimes ;)
       
      Last edited: Jan 2, 2013
    5. nevigrofnu

      nevigrofnu New Member

      Joined:
      Jun 5, 2011
      Messages:
      298
      Likes Received:
      0
      Trophy Points:
      0
      I have been pretty unlucky with loot these past weeks so I am still relying on gems :-(
      Wish I didn't so I could jab more often!
       
    6. Veight

      Veight Member

      Joined:
      Jul 12, 2010
      Messages:
      248
      Likes Received:
      0
      Trophy Points:
      16
      I have it set to the recommended setup but for some reason my monk is barely even healing. As if it does nothing until it's too late and it doesn't heal. Just did 5% of healing in LFR on the first boss.4.2m compared to the top person who did 16m...
       
    7. Cipro

      Cipro New Member Legendary

      Joined:
      Nov 9, 2010
      Messages:
      197
      Likes Received:
      1
      Trophy Points:
      0
      My setup does the same thing...very frustrated...tried new installs the works....
       
    8. Veight

      Veight Member

      Joined:
      Jul 12, 2010
      Messages:
      248
      Likes Received:
      0
      Trophy Points:
      16
      Switched to a different cc in case it was something with HB and it works flawless. Actually just destroyed the other healers. I'd prefer to use TuanHA since I know how good the pally cc is, and the monk cc was pretty good up until recently. :\

      Add: When using the other cc, or even on my pally, it's pretty much instant when it comes to healing. Not sure why its so slow.
       
      Last edited: Jan 2, 2013
    9. Quadroon

      Quadroon Member

      Joined:
      May 4, 2011
      Messages:
      117
      Likes Received:
      0
      Trophy Points:
      16
      Yeah I'm using spirit gems and got up to 9k spirit. I never jab for mana but I dont stay in melee range either ... I'll try auto attacking, but I have a feeling with my luck it would just jab til I was outta mana lol. Thank you for the preset ideas much appreciated :D
       
    10. nevigrofnu

      nevigrofnu New Member

      Joined:
      Jun 5, 2011
      Messages:
      298
      Likes Received:
      0
      Trophy Points:
      0
      You could use tyrael as the botbase, set frame lock to 200 ticks and turn off dispel, and set wow to high priority in task manager and see if that speeds it up, I notice no delay doing this.
       
    11. Endus

      Endus Community Developer

      Joined:
      Jul 9, 2012
      Messages:
      458
      Likes Received:
      6
      Trophy Points:
      18
      I'm starting to get the feeling the Monk CC has been partially abandoned in favor of the Pally CC (even Tuanha's avatar is a Pally icon :p lol). The quality/functionality of the Pally CC seems to far exceed the Monk CC.

      Nothing against the developer (he's done a great job on both CCs), but just my observation. Either be patient and wait for a (hopefully) update to the Monk CC or make a Pally and go that route.
       
    12. Clubwar

      Clubwar Member

      Joined:
      May 3, 2012
      Messages:
      907
      Likes Received:
      3
      Trophy Points:
      18
      482 ?tem gear level, mor? that 10k spirit, never have problema whit mana, use configuration in first post, but never i AM the top recount, i raid 10NM and HM and always are 3 healer...but in LFR have the same problem, always have a lot of mina but CC no use, only heal when all raid or player tema have low life.

      Any mor? have this problem?
       
    13. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Sorry to let you guy "feel" Monk is being abandoned.

      Actually I'm working on Monk version 2.0 so the support for old version is a bit sluggish. :D

      Sorry for inconvenience and I hope Monk 2.0 will be rocking soon.
       
    14. CWeed

      CWeed New Member

      Joined:
      Oct 26, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      I'm guessing the THWindwalker.cs file was reverted somehow, the latest version from SVN (46) has the following lines that will make it so it always thinks it needs Tiger Palm:
      Code:
      new Decorator(
                          ret =>// Note:  Do not add setting check here.  These are free.
                              !CastingorGCDL() && Me.HasAura("Combo Breaker: Tiger Palm") &&
                              Me.GotTarget && ValidUnit(Me.CurrentTarget) && IsEnemy(Me.CurrentTarget) &&
                              IsFacing(Me.CurrentTarget) && IsUnitInRange(Me.CurrentTarget) &&
                              (!Me.HasAura("Tiger Power") ||
                              (Me.GetAuraByName("Tiger Power").StackCount < 3)
      I'm also not getting any AOE from Spinning Crane Kick, I'm guessing because of this:

      Code:
      //AOE Spinning Crane Kick
                      new Decorator(
                          ret =>
                              THWindwalker.Instance.SUseSpinningCraneKick &&
                              THWindwalker.Instance.SUseAoe &&
                              !CastingorGCDL() &&
                              Me.CurrentEnergy >= 40 &&
                              Me.CurrentChi < Me.MaxChi &&
                              ((CountEnemyNearby(Me, 8) >= THWindwalker.Instance.SSpinningCraneKickUnits &&
                              (Me.HasAura("Tiger Power") &&
                              Me.GetAuraByName("Tiger Power").TimeLeft.TotalSeconds > 5 &&
                              Me.GetAuraByName("Tiger Power").StackCount == 3)) ||
                              (CountEnemyNearby(Me, 8) >= THWindwalker.Instance.SSpinningCraneKickUnits * 2)) &&
                              SpellManager.HasSpell("Spinning Crane Kick"),
                              new Action(delegate { CastWindwalkerSpell("Spinning Crane Kick", Me); return RunStatus.Success;})
      You can't stack Tiger Power to 3 anymore... I'll try removing those checks and see if it goes back to normal...
       
    15. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      New revision, monk questing work again.

      Thank you for your patience, I hope Monk 2.0 will not let you down :D

      Happy New Year.
       
    16. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      The code is there but disabled and not actually in used (been commented out) so it's no a bug :D
       
    17. CWeed

      CWeed New Member

      Joined:
      Oct 26, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Yeah, noticed that after I changed it :) Logs don't show why AOE isn't triggering or why it's spamming Tiger Palm... I'll keep digging.
       
    18. polis59

      polis59 Member

      Joined:
      Dec 26, 2011
      Messages:
      41
      Likes Received:
      0
      Trophy Points:
      6
      I am having serious issues with the donation routine and AV. The monk just sits there and does not move at all. Anyone else experiencing this?
       
    19. tuanha

      tuanha Well-Known Member

      Joined:
      Nov 29, 2011
      Messages:
      6,998
      Likes Received:
      124
      Trophy Points:
      63
      Please update lastest svn.

      If problem still there, give me a log.

      TY
       
    20. Warp87

      Warp87 Member

      Joined:
      Dec 7, 2011
      Messages:
      173
      Likes Received:
      0
      Trophy Points:
      16
      What is the tyrael botbase that people talk about??
       

    Share This Page