What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

TuanHA Monk

Status
Not open for further replies.
That explains why I didn't see it, I had a really good healer when I way paying attention and I never dropped below 90%. I had a previous healer that was saying I was taking way too much spike damage, but I also noticed several times he would let me get to < 30% health before he would apply a heal. Thanks for the clarification.
 
Just wanted to thank you for this wonderful CC. Since I can't play my main realm monk with my hubby til he's off work, I started one on another realm so I could get my fix, and just hot diggity dog. Its beautiful at tanking. Only level 24 and no problems at all tanking the old world dungeons. Plus no BoAs on this toon at all lol.

Thank you for your hard work and time :)
 
Thank you so much with this CC!
Leveling my monk with it from 12 to 75 level now in 2 days /played.
Tried CLU also, but it doesn't compare to this.
One thing would be great if fixed if possible, though.
When monk aggroes critter somehow while fight, after defeating main target it hangs.
I have to manually either kill the critter or move out of range to get out of combat.
After that bot continues work without restarting.
 
hey,

correct me if i am wrong, but i think i may have found something you should change:


Can you change the logic behing [Touch of Karma], so that it doesnt get used when the Target mob only has like 5%? On bosses it would be ok. but normal mobs with 5% have around 10k life... seems like a waste to me...
 
Tuan soon I am going to invite you to my place, and do bring the wife and kids, but leave your laptop at home... It's so insane how quick your CC goes from idea's to the best of the kind.. A pure joy to help you out in any matter.. :D
 
Flawless so far - Levelled 10-30 in a couple of hours using this and Kicks profiles - I love you!
 
When monk aggroes critter somehow while fight, after defeating main target it hangs.
I have to manually either kill the critter or move out of range to get out of combat.
After that bot continues work without restarting.
Let me take a look again on that issue, I thought I've fixed it, how come it still kill critter :D

Here the code
Code:
if (u == null || !u.IsValid || !u.Attackable || !u.IsAlive || !u.CanSelect || u.IsCritter ||
                u.IsNonCombatPet)
            {
                return false;
            }
Translation: do not attack dead unit, critter or no combat pet...

Can you change the logic behing [Touch of Karma], so that it doesnt get used when the Target mob only has like 5%? On bosses it would be ok. but normal mobs with 5% have around 10k life... seems like a waste to me...
Thank stefan2812, [Touch of Karma] now use on worthy target same as [Touch of Death]
 
Last edited:
well, you found a way quickly^^


So it uses same logic then ToD now?

I have a questions, not really related to this CC. Check your pn for this pls ;) would realy appreciate if u can assist there :D
 
after 2 days leveling om lvl 70 monk only use this CC very nice :) gooooood work
 
Let me take a look again on that issue, I thought I've fixed it, how come it still kill critter :D
No no, the problem is that bot DON'T kill the critter :)
Critter gets aggroed by aoe (keg smash, i suppose) accidently while fighting main target and not get killed afterwards.
 
I am having an issue trying to get mine to work
using lazy raider - followed instructions
in my HB log window it keeps saying
"building rotation based on current build and glyphs..."

but never does anything - anyone else experience this?
 
I have to manually either kill the critter or move out of range to get out of combat.

No no, the problem is that bot DON'T kill the critter :)
Critter gets aggroed by aoe (keg smash, i suppose) accidently while fighting main target and not get killed afterwards.
Well 2 poison, pick 1:

- Manual kill critter (safe)
- Follow and kill critter in AB (and get bot reported)

Me pick poison #1 sir :)
 
I am having an issue trying to get mine to work
using lazy raider - followed instructions
in my HB log window it keeps saying
"building rotation based on current build and glyphs..."

but never does anything - anyone else experience this?

Mine does this, but with grind bot.
 
Sorry to bother you again, but what language of client do u use? i am using "german" and it seems like a few spells, like "chi-wave" or "expel harm" are not working with this combination :( any possibilty on fixing it, or make CC multi-lingual if i can provide you with all the german spell names?


edit: ok, tested it with english client. Works like a charm.

Following Scenario: Pulling a grp of 4-5 Mobs.

German Client : Dying in 10sek after pull, cause nearly no def cds are used
English Client: Kills all 4-5 Mobs like a Boss. Ends fight with > 80% Life.

Any idea?
 
Last edited:
I am having an issue trying to get mine to work
using lazy raider - followed instructions
in my HB log window it keeps saying
"building rotation based on current build and glyphs..."

but never does anything - anyone else experience this?
That because folder name is wrong or missing some files.

Make sure folder name is TuanHA-Monk not TuanHA Monk.
 
Will be testing this in all heroics and the new raid today as a windwalker, hopefully the Dps is epic! will report back
 
Sorry to bother you again, but what language of client do u use? i am using "german" and it seems like a few spells, like "chi-wave" or "expel harm" are not working with this combination :( any possibilty on fixing it, or make CC multi-lingual if i can provide you with all the german spell names?


edit: ok, tested it with english client. Works like a charm.

Following Scenario: Pulling a grp of 4-5 Mobs.

German Client : Dying in 10sek after pull, cause nearly no def cds are used
English Client: Kills all 4-5 Mobs like a Boss. Ends fight with > 80% Life.

Any idea?
I'll think about it Stefan... the current version is not Multi-language supported. There's a solution for it but it take time... so pls enjoy wow in English for now :)
 
I'll think about it Stefan... the current version is not Multi-language supported. There's a solution for it but it take time... so pls enjoy wow in English for now :)


sure :D np, just wanted to let you know. once there is time, and all important things like tuning or mistweaver are done it would be nice to see a fix :D
 
The one thing I would like to ask is if you could make an option to prevent the cc from summoning black ox statue.

Here is my reasoning:

In raids I don't really need the taunt off the statue, but I do need the shielding mechanism from the statue. If we are continuously placing the statue down we reset the damage dealt to make those bubbles happen. I rarely see my bubbles in the 5 man heroics I am testing. When I am doing it manually with out placing down black ox statue all the time, everyone in my 5 mans usually have one of my bubbles.

With the cc focusing on my dps I can easily make a macro for taunt statue and make sure I am in range of it.

I think from my testing so far, I noticed it does not use purifying brew correct? This is fine I actually like to use purifying when I deem it necessary.
 
Last edited by a moderator:
Let me take a look again on that issue, I thought I've fixed it, how come it still kill critter :D

Here the code
Code:
if (u == null || !u.IsValid || !u.Attackable || !u.IsAlive || !u.CanSelect || u.IsCritter ||
                u.IsNonCombatPet)
            {
                return false;
            }
Translation: do not attack dead unit, critter or no combat pet...


Thank stefan2812, [Touch of Karma] now use on worthy target same as [Touch of Death]
@TuanHA --
Hey man, just hit 60 this morning. Everything is looking good. When I read the quoted post above, it reminded me of something happening to me last night, and once this morning after my updates. It kept targeting a Horde warlock's Imp and would just stand still, as though it was trying to kill the Imp. The warlock was of the opposing faction (I'm alliance, and the lock was horde), and it was not flagged for PvP, but the CC/bot kept targeting their Imp. When it changed pets, it would target the lock's new pet. I had to keep manually clearing the target and moving the bot off elsewhere, but anytime it came to a warlock, it would always target their pet. That's just a heads up for ya. I'm sure you've already fixed it, or will fix it really quick. Your CC work is really good.
 
Status
Not open for further replies.
Back
Top