It shouldn't use WG after Sotf in arena if not needed ( by hp settings ), it will use Lifebloom or Rejuvenation. But I guess I can add a setting. 288-291 Can u post log , helps fixing as well
View attachment 5424 2014-03-13 18.10.txt this one is from yesterday evening no errors or something like that, just not casting regrowth at all edit: seems to cast regrowth if i target a player by hand but only on that player
I think it is rejuvenation. Maybe make it possible to change the max active when below the minimum mana percent threshold. It casts to frequently with this gear. Maybe if your op 560 item level it wouldn't matter but yeh. Rejuvination and wildgrowth minimum to 5 for nabbies
More settings is not something i want now... People can barely tweak the amount they have now. Just decrease the max active and heal %'s
Sorry, but mirabis-leaves is shit for the Arena! My colleagues use this routine also... and they are also of the same opinion... if you look at the routines of TuanHa and Millz.. this is Perfect vor the Arena, no Problem's.... with this CR. but leaves is really bad, And I have the routine for the arena set correctly. As well as using hotkeys. But unfortunately I am a bit disappointed. ;( I hope you get it fixes soon
Hey mirabis I have a couple of questions.. First is this... I tend to do amazing heals when I am on a 10 man and with only 2 heals.. but on lfr or 25 man where there are other healers my HPS decreased by a lot.. its like if the other healers are doing theri job mine will only sit there and look pretty till the group starts taking damage.. my question is this what is the best setting to put into the bot so that my healers is top heals all the time and will heal from teh beginning regardless of whether there are other good healers in the group or not.. i got the paid version btw
where is the lfr profile at.. i see on the scroll down .. dungeon ,,raids proving grounds etc but not lfr
Mirabis , CR is really bad at arena at the moment. I am dying really fast. Not casting regrowth, nature's graps etc.... View attachment 5976 2014-03-15 22.18.txt
You have to hold those : ) I have to check if it's not the CanCast returning false on some spells again..per hb/wow update. If u want to be top 1# and overheal.. or well.. just load the lfr settings mostly works. This ^, although it will eat ur mana real fast.
Sorry but ur input is shit for fixing it as well. Ok now that thats out of the way. Let's take Millz first, he codes combat routines for dps classes. Those have a set and go priority of things to cast and when not to cast. Healing is a whole different ballgame, a real non botting healer can communicate with his team mates, can anticipate dmg by looking at locations and can evaluate when it's necessary to pop cooldowns, ignoring the health values. Even though we CAN track those things, they will bring a lot of lag and choppiness to the routine trying to create the *perfect* priority. Even though Tuanha codes for healing classes as well, monk and paladins have a whole different playstyle and don't revolve around the hot and predict scenario. His routines are absolutely awsum in the PvP department though. Thats where he focuses on and it clearly works. I am a PvE player and will always be a PvE player. I do like to play pvp sometimes but not as much as he does. My routines are mostly aimed at heroic raiding as thats what I use(d) to do. Together with a few friends who play mostly pvp, we made a pvp rotation as well. But I can not do 20 matches a day code, and analyse at the same time. If all u are going to tell me is it's shit, they cyclone faster then I do or something similar I can't help u. That aside, YES regrowth and some spells seem to be broken. No I did not touch the code, so something changed. What changed, I don't know. I will have to look into it and test some more. So as I assume u want it to work and u have critic about it, here's what I'm going to do. Send me a list of things that DON'T work or need(s) improvement and I will go over them next week. e.g. Wild Growth needs a lower priority because it wasted a GCD on Wild Growth for 2 targets at 60% while 1 was at 20% and definitely needed a regrowth. PS: BGBuddy has been running for a few days , re-gearing my druid for both resto and balance... soon I can do arena matches again to test. Revert back a few revisions, if that does not change it. Something in WoW or hb might have changed. If not then something not directly related to the spell(s) changed and I have to investigate what broke it.
I read somewhere on millz forums where he said that BGFarmer wasnt very healer friendly atm so its the botbase its self I think mate
Bugs ;S Regrowth is bugged, when we have no real target it doesn't work ... Casting ironbark on another player results on Ironbark on local player ;S Code: var _target = ObjectManager.GetObjectsOfType<WoWUnit>().FirstOrDefault(a => a.Name == "INSERTNAMEHERE"); Log("CanCast: {0} Cast {1}", SpellManager.CanCast("Regrowth", _target), SpellManager.Cast("Regrowth", _target)) ; Scenario 1# No Target, specify a random unit nearby -> Cancast returns true, Cast returns true, cast starts, cast casted on us. Scenario 2# Targeting that unit, Running same script, both return true, cast starts, cast casted on that target. This bugs our the entire routine >.<, when there's no target present..
No point when there are spells not working, can't do anything about it. You'll have to wait for new hb update. PS: Cenarion Ward seems to be affected too...