Not having any slows with the mushroom either, profile performs great for me fps wise and I even have ability check on 50ms. Only the healing performance of the mushroom is really really bad when it is always under the tank. Can't you do it like it used to be done with healing rain or swiftmend by checking the target with the most additional targets in range of the mushroom.
as i've said before..... those spells are a piece of cake...
they are a cast and forget... but the mushroom likes to move!!! i at one point said find best target and sit there... but the best target changed almost every second that you would do nothing else but spam mushrooms :-/
im STILL working out the best way to keep it effective and not spammy :-/
we got a couple projects going at once as well as real life... plz keep that in mind when you think to yourselves that we are slow
we also went from 3 members strong in our heyday... to 2 :'(
I wasn't complaining that you are slow ? Just saying that the performance of the mushrooms like this is very bad and you end up at the bottom as healer compared to other druids. That's why I was suggesting to handle it in a other way, that is all. No complaining or so ....
Any Note about Fury/Arms?
^ First post in this thread you can follow the upcoming updates etc on various classes profiles.
i use resto druid group heal not working after 20 sec i become a lot of errors and pqr bot doing nothing
Sometimes I wish PQR had logs like HB does, so we can ask people to post logs of their problems ^^ Would be abit easier to solve issues that way I think.
By the way Bu_Ba here's a link to something that could be added to the boss-abilities, 8th boss Malkorok puts shields on players that needs to be healed from red to green (sort of like heroic tortos) there's spellid's etc : http://www.ownedcore.com/forums/worl...ml#post2851055 ([PQR][PVE]Vachiusa healer profiles)
Last edited by Ninjaderp; 09-19-2013 at 06:10 PM.
one little code question. Why do you declare your functions as a global variable?
example:
Nova_SpellAvailableTime = nil
function Nova_SpellAvailableTime
[...]
end
Sorry for my double post. Im kind of desperated...
I work for almost four months on my own Holy Priest PvP Profile and its really great. I use every single mechanic and got almost to 2,2k. But on unknown conditions addons throwing random errors.
So can you give me some kind of workflow to find tainting code segments? From my point of view it could be everything, but how do i debug my code? What kind of code snippets can potentialy make my code unsecure?
Macrocasts? Loops? Global Vars? Tables? Eventhandlers? I need a point to start... something to look for.
Please help me =(
we nil them out first to make sure its our code your running,
they have to be global because they are in the data file, best practice here is to localize the function in the ability you want to use it in.
local SAT = select(1, Nova_SpellAvailableTime()) --or whatever return you want to call.
as for you random errors is it happening in combat? are you using slash cmds? Just need more info to help you in that reguard.
Please if someone helped you donate rep to them.