Heal in disco doing same thing what was doing HW in shaman.
cast - stop - cast - stop
suppose something is wrong with setting two vars: nova-heal and nova-smite.
Tried to check it but all looks fine.
Heal in disco doing same thing what was doing HW in shaman.
cast - stop - cast - stop
suppose something is wrong with setting two vars: nova-heal and nova-smite.
Tried to check it but all looks fine.
Too rarely uses renewingmist. Even if these settings
SetCVar("Nova_RenewingMist", 95)
SetCVar("Nova_RenewingMistTank", 95)
SetCVar("Nova_RenewingMistHighThreat", 95)
bot continues spam Soothing Mist instead of what would be used Renewing Mist
Last edited by Vachiusa; 01-31-2013 at 07:50 AM.
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com
It was trying to do on one target. Doesnt matter in or out of combat. For me it looks like it depending stop cast on incoming heal. What i mean is:
-heal: checking hp = 88, cast heal
- stop cast heal: checking hp=98(98 = current hp 88 + 10 from incoming), stop heal (after stop again current is 88 )
- heal: checking hp = 88.5, cast heal
- stop: checking hp = 98.5, stop cast
On scr u can see that for cast and stop amounts of HP isnt same, cuz in that checking time we regenerate some hp.
So incoming heals can be added but should be sorted to "mine incoming" and "others incoming". Then u can stop ur heals depending on other incoming, not yours.
It only happening for heal cuz GH got additional conditions in stop cast "smite" so it is hard to get incoming heal from GH like from 59 to 90+.
Or maybe just stop "heal" if target is above 99%?
SORRY
Forgot to mention iam 85 so it can be a issue ;p 10 for me is 15k hp and for 90lvl 10 is 35-40k :P
But another thing is that only happens for heal, GH, FH doesnt stop even if iam 100%:
For heal (form this u can see that stop cast depends on incoming heals too):
Ok now i know why GH FH stop cast doesnt work.
So it will stop cast GH FH only if boss1 is tsulong, i think unitID should be another then boss1. It just checking if there is Tsulong, not if target of ur heal is Tsulong.Code:and tonumber(UnitGUID("boss1"):sub(6,10), 16) ~= 62442 --Tsulong
Last edited by vorn10; 01-31-2013 at 08:22 AM.
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com
Originally Posted by Vachiusa Disc Priest change logOriginally Posted by Resto Shaman change logsAny feedback will welcome!Originally Posted by Vachiusa Mistweaver Monk change log
Last edited by Vachiusa; 01-31-2013 at 01:04 PM.
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com
could you add a purge function to purge certain effects on bosses, for example on heroic wind lord, shamans need to purge quickening from windlord
Tested with Tsulong LFR, Healing done vs Overhealing done:Originally Posted by Vachiusa Mistweaver Monk change log
![]()
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com
Enjoy raiding!Originally Posted by Disc Priest change logs
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com
Vachiusa, say I want to use a profile (team nova's for example) for ds raiding and Im not sure if it supports some things there (heroic yor'saj purple debuff healing, spine debuff dispelling etc)
Do you have logic for those encounters coded in if I guess right? Or could you explain what those events are that you added support for? Because I'd like to have those things inside Nova's restodruid-profile as well, I just need to know how to add it in there without breaking anything. Cheers and +rep for your contributions!
Because my profile uses mouse-over to dispel raid member so i dont code any auto-dispel for specical debuff of DS (i also dont know DS debuffid). My event (a half was coded by other profile writers) only handle Fading Light, Hour of Twilight (Ultraxion), Shrapnel (Madness) , Wind Lord Mel'jarak (HoF), Gara'jal the Spiritbinder (MSV) and Tsulong (TeS).
Status: Inactive. Don't PM me, pls drop a msg to vachiusa (at) mientrung <dot> com