im using this CC on my paladin but 1 thing i noticed is when it needs to use CDs it spams all CDs at once, i think there should be a delay in between or max 2 CDs up at a time. for this rest i love this CC. works perfectly especially on malkorok.
Update release 315 Improvement[Shaman]: EnableWaterShield setting. Improvement[Monk]: EnableLifeCocoon setting.
there is a way to toggle to usage of mushroom placement for rdruids. even with it off, it does it anyways
just started useing tghis last night and open 2 test anything for a paladin in a 25man heroic enviroment for ya
Any chance of a 'key press pause' feature being implemented similar to Tuanha's? It is not ideal to have to ALT-X Tyrael in order to use Zen Meditation on a Mistweaver.
Hey, I get this Lua error when running the routine. Only happens once when I start Honorbuddy, so no big deal, just thought you should know. Using version 1.0.0.315 Code: Message: [string "WoW.lua"]:1: bad argument #2 to 'remove' (number expected, got string) Time: 01/21/14 10:44:13 Count: 36 Stack: [C]: in function `remove' [string "WoW.lua"]:1: in main chunk Locals: (*temporary) = <table> { COMBAT_LOG_EVENT_UNFILTERED = <function> defined WoW.lua:1 } (*temporary) = "COMBAT_LOG_EVENT_UNFILTERED" (*temporary) = "number expected, got string"
Wulf told me this is "normal" and can be ignored. Although I only get this with Oracle and I use about 15 different Routines...
Thanks, you can safely ignore this. For those interested I tracked this down to the honorbuddy method: Code: Lua.Events.RemoveFilter("COMBAT_LOG_EVENT_UNFILTERED"); Go bug them
How well does the reso shaman work? I see a lot comments regarding heroics so im assuming it works well.
You can open TyraelInterface.cs in \Bots\Tyrael\Shared and add this line : comboPauseKey.Items.Add(new CboItem((int)Keys.None, "Disable hotkey")); then you dont have to do ALT-X, just ALT or CTRL etc. example: comboPauseKey.Items.Add(new CboItem((int)Keys.XButton1, "Mouse button 4")); comboPauseKey.Items.Add(new CboItem((int)Keys.XButton2, "Mouse button 5")); comboPauseKey.Items.Add(new CboItem((int)Keys.D1, "1 (no numpad)")); comboPauseKey.Items.Add(new CboItem((int)Keys.D2, "2 (no numpad)")); comboPauseKey.Items.Add(new CboItem((int)Keys.D3, "3 (no numpad)")); comboPauseKey.Items.Add(new CboItem((int)Keys.Q, "Q")); comboPauseKey.Items.Add(new CboItem((int)Keys.None, "Disable hk")); ............
Well, after having problems with resto druid a little while back (mushroom placement ect) I can say this is working absolutely great. I am only at 510, but every raid I am either 1st or second in healing done, and it is pretty mana efficient even with limited spirit. One thing I have noticed is it is a little late on casting Wild Growth, CD ends, and maybe 3-4 secs later it pops it. And same thing with swiftmend. It becomes annoying when I must manually pop it if I want to heal efficiently. Also periodically used Nourish even if disabled. I can run a raid tomorrow and post a log if needed. Aside from that healing great, doing around 90 -130k HPS consistently, always top 2 heals ToT and SoO
How do other shamans deal with not having the ability to manually place healing rain where ever you want?
Would you be able to add an option to place healing rain/wild Mushroom where its going to hit the most raid members? Like maybe cast it on the person that has the most people within X amount of yards?
hello kabman, this should already be done by the CR, finding the best cluster (most people that need help) was one of the reasons for the new framework of oracle.
Update revision 317 Paladin: Fixed possible FoL spam on beacon target (thanks to Stormchasing for the Patch!) DispelManager: will no longer dispel Corrupted Touch - Causes a corrupted explosion when removed. (thanks to Stormchasing for the Patch!) Stopcasting: now checks for Devotion Aura and Hand of Protection for thocks scream (thanks to Stormchasing for the Patch!) Dispel: Sha of Corruption and Envenomed shadow step added to default dispels list (thanks to Stormchasing for the Patch!)
Are you talking about the "Healing Rain Overide" setting? if so I do plan on making a "Largest Cluster" setting very soon. This will apply HR to the largest cluster of players instead of you or the tank or the secondtank.