I would advise that you disable all your addons wise using, as there is no need for them to be active.
Thanks for your CC But unfortunately I get errors when I use ist. Can you tell me whats the problem? I use the English Client of WOW.
You may want to ask in the support forms as some of the error is not in English and I have never seen this kind of error before?
Hi Hazard, first of all thanks for your original CC, since was the base for my own (gave you credits ). The error Mr_Hunter is having is a bug with your coding, and I think a lot more people will have it eventually. It is on the following line: Code: else if (tank.Auras["Lifebloom"].TimeLeft.TotalSeconds < 6) You forgot to check if the tank has the aura on him, because if it doesn't the CC will throw the exception that was on the log. So my suggestion would be for you to check the aura existence on the same else if clause before you check for the time. Hope it helps you correct that little bug
I don't see any errors myself upon loading the custom class so I would not know how to fix this issue?
As fas as I can tell, this does not happen when he loads the CC. It happens when he's healing, or at least it is what I think. This could also happen if he was using a non-English WoW client, but is not the case. So, this would be my suggestion to correct the reported issue, replace line 320 from the HazzDruid.cs file: Code: else if (tank.Auras["Lifebloom"].TimeLeft.TotalSeconds < 6) to Code: else if (tar.Guid == tank.Guid && CC("Lifebloom") && isAuraActive("Lifebloom", tar) && tar.Auras["Lifebloom"].TimeLeft.TotalSeconds < 6) This will, in my humble opinion, solve the issue reported by Mr_Hunter. Cannot say for sure that it will not have any other errors, but this one will go PUFF I think you should change it and repost the release so everyone will benefit from the correction, if not, Mr_Hunter do the changes yourself, so you can test it Good day to all.
Thank you tiagofmcosta for your help with the error message. I have updated the custom class along with quite a number of high priority fixes. Ow how my little custom class has evolved over the months Next I will look into adding a basic attack/defence for when in battlegrounds. No ETA on when this will be though as I believe it would involve some major changes.
First of all, having a target will make Innervate useless, since it doesn't target you. It will try casting on your target. Second, it still prefers to cast 2x regrowth instead of Swiftmend it seems. Clearcasting Regrowths not counted.
1. The Druid only cast Innervate on itself. 2. If people are still having double Regrowth issue then I don't know what's causing it. 3. If you have the Remove Curse box un-ticket in settings then the Druid will not dispel.
The Dispel issue was a miss on my end, just edited my post and removed that issue But it still tries to cast innervate on the tank if targeted.
Hi, I'm using version 3.1 and I feel like it's its too obvious bot behavior. We don't use any form, like cat/stealth and we don't move while healing, not even a little bit. Can you make this CC to use cat/stealth when idle for lets say 20 sec and to move a bit while in a fight and being hit? Thank you very much for this CC.
What are you talking about, the bot is made for Lazyraider. Which means there is no movement. You need to move yourself. Why would you want to use Cat/Stealth when your a healer?
OK think I know what's causing this. Its an in game setting. Interface > Combat > Tick 'Auto Self Cast'
You still need to move manually. It wont play the entire game for you, NO class will. But it does make a mean cuppa coffee haha
Oom more. I am not sure if I am the only one who is having this issue but I am going oom waaayy to fast like boss is till at 65% hp and im oom? Are my settings wrong or what? I do have the spec that is used when mana is less of a problem because I thought by 385 il I would be ok but even 9% off on healing spells I would still oom hella fast.