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

SuperMonk - Mistweaver

One quick request... Could you add an option for the routine to cast only while in combat? It'd help a lot in BGs where you dismount every two seconds to heal a guy passing, or when you're trying to eat/drink in raids.
I have no intention of adding this sorry :( You could try what ronja said beneath though.

Thanks, works great.
I've healed our last raid yesterday as number one, without knowing one spell ;)

@karthun use the pause function provided by lazyraider

Glad you like it :)

testing it in lfr now and lol i am toping the charts at 460 ilvl vs 472 or higher healers so awsome

:d slackers in lfr
 
Commit #5
Ensure Stance of the Wise Serpent & Rework Renewing Mist Target priority, priority to those without it and lower health.
 
Last edited:
Strangely enough, but with your СС obtained a top healing is achieved. And I have full mana, almoust all the time. And it's a given that it is not using the talents and some ability. For example: Chi Brew - Spell - World of Warcraft, Life Cocoon - Spell - World of Warcraft, or other capacity available to the monk at level 30. Dude, I believe in you, do it :) No really do it :)

PS
Soothing Mist - Spell - World of Warcraft
I did not notice if monk using these spells.

Life Cocoon is situational and should be used by yourself e.g. a tank just took a beat down and another hit is incoming but you don't have time to heal, use cocoon. If I add the spell to a % then if massive AoE damage is caused it will probably use on someone that isn't going to get hit again for a while or not as much.

Chi Brew, guess I could add this

Soothing Mist, we only cast if we're not jabbing/one target < soothing_mist_percent
 
this rocks! very good mana consumption in pve, keep this updated its awesome
 
amazing job been waiting for something like this for a while now, my only consern is the life cacoon thing I know it has been brought up before but I have been doing some thinking what if you made it only cast it on your focus target?
 
Commit #6
- Added "Parasitic Growth" debuff checks (so we don't case Renewing Mist on him/her)
- Cache Chi Burst Units for 2 seconds, was causing some FPS issues with 40 man. Needs some testing.
- Chi Burst now has it's own decorator, should stop us having to find the best player even without Chi Burst checked.
- Uplift is now cast if we have 4 chi. (chi dump)
- Fixes to some spells using the CastLikeMonk function (CastLikeMonk should only be used for the soothing mist spells enveloping and surging)
- Added an override if you want to cast soothing yourself on a target, disable soothing and the routine will not cancel the cast.
 
One quick request... Could you add an option for the routine to cast only while in combat? It'd help a lot in BGs where you dismount every two seconds to heal a guy passing, or when you're trying to eat/drink in raids.

It's easy to be done, just change the CC not to cast when mounted. (for the bg part)

When you eat or drink you have the aura "Drink" or "Food". Let the cc check if you have that aura, and if yes => no spellcasting.


&& (!Me.HasAura("Drink") || !Me.HasAura("Food"))
 
Last edited:
Commit #7/8
- We now check again MaxChi rather than a specific value (4).
- Chi Dump on Uplift has also been placed at the bottom of priority.
- Should also fix issues from Chi Burst
 
What do we do with our chi now? Can you list the current priorities?

Before I had Uplift dumping on Maximum Chi right above the single target Enveloping Mist, this is no longer the case and is placed last on the routine.

To expand on this a little further:
  1. Mana Tea if < 85% mana and >2 stacks
  2. Renewing Mist
  3. Expel Harm
  4. Rushing Jade Wind (SCK checks)
  5. Uplift
  6. Chi Burst
  7. Spinning Crane Kick
  8. Single Target - Soothing, Enveloping, Surging
  9. Melee - Jab, Blackout Kick, Tiger Palm
  10. Chi Dump with Uplift
 
Last edited:
only casting renewing mist

Have you changed any of the settings, if not, go change them. They aren't optimal and I haven't updated the settings for 5.1 yet as I am not sure of best. I ran a raid last night, TES and HoF, top healing on both and this is that commit. (10 man)

Settings used:
Soothing - 85%
Surging - 25%
Enveloping - 75%
Renewing - 100%

Uplift - 3 @ 95%
SCK - 4 @ 85%
Chi Burst - Unchecked
 
ye its the chi burst. When I have it checked it only cast a few healing spells and no melee, when its unchecked everything is fine. Also does this support chi wave?
 
ye its the chi burst. When I have it checked it only cast a few healing spells and no melee, when its unchecked everything is fine. Also does this support chi wave?

Not yet, planned for future
 
Back
Top