What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Grandfathered] Leaves - Tree Heals Go Whoosh

Still it continues to spam Lifebloom.
View attachment 191694

The problem is the 4 set bonus - tested by removing 4 set and it works fine. Also tested with disable LB automation and routine healed fine, so recommend disabling LB and cast it manually until it gets fixed

I'm guessing from looking at the logs that it checks for LB on tank for spellid 33763 but continually casts 188550 so sits in an endless loop. I have not tested if both LBs have the new spell ID or just the first one cast so if someone else wants to test the routine with 2 manually cast LBs up and see if continues to spam LB or gets out the loop I'm sure that would be helpful. I wont have time to retest until the weekend now so hopefully someone else can take up the mantle - keep up the good work mirabis, I love your druid routines!

4 set LB SPELL ID: 188550
non 4 set SPELL ID: 33763
 
The problem is the 4 set bonus - tested by removing 4 set and it works fine. Also tested with disable LB automation and routine healed fine, so recommend disabling LB and cast it manually until it gets fixed

I'm guessing from looking at the logs that it checks for LB on tank for spellid 33763 but continually casts 188550 so sits in an endless loop. I have not tested if both LBs have the new spell ID or just the first one cast so if someone else wants to test the routine with 2 manually cast LBs up and see if continues to spam LB or gets out the loop I'm sure that would be helpful. I wont have time to retest until the weekend now so hopefully someone else can take up the mantle - keep up the good work mirabis, I love your druid routines!

4 set LB SPELL ID: 188550
non 4 set SPELL ID: 33763

Yes ur right. I added the changed ID to the target selection and such for the second lifebloom target... but the check if lifebloom is already on uses the old id.. and not the new.

I have to change it to automatically switch between them based on the id..

I thought first lifebloom = 33763, and second = 188550.

But *all* lifeblooms are either one of the above, based on the set.

Quick to fix, but will have to sit and wait in queue again ;/ -- will try tomorrow.
It is sad. Like something fixed, but nothing works.
So sad.. life is sad.. the world is sad.. the internet is sad...

Please drop a sad pm in my inbox with ur buddystore username, I will then invite u for beta test.
 
The problem is the 4 set bonus - tested by removing 4 set and it works fine. Also tested with disable LB automation and routine healed fine, so recommend disabling LB and cast it manually until it gets fixed

I'm guessing from looking at the logs that it checks for LB on tank for spellid 33763 but continually casts 188550 so sits in an endless loop. I have not tested if both LBs have the new spell ID or just the first one cast so if someone else wants to test the routine with 2 manually cast LBs up and see if continues to spam LB or gets out the loop I'm sure that would be helpful. I wont have time to retest until the weekend now so hopefully someone else can take up the mantle - keep up the good work mirabis, I love your druid routines!

4 set LB SPELL ID: 188550
non 4 set SPELL ID: 33763
It is sad. Like something fixed, but nothing works.

Uploaded change to beta on both platforms, if you have a 4 P T18 .. please PM me so i can have u test :)
 
Hello Treeessss,

I'm looking to extend the Encounter overrides on next update, but need ur help since I'm not actively raiding high-end anymore. Most of the things listed in guides on wowhead/icy veins/youtube are implemented, but if ur missing things please tell me.
Kind Regards,

Mirabis
 
Version 2.6.0.65

Pushed out a new version, awaiting store approval before it goes live.

Changelog:

Many things....

Huge shoutout to noxerq for lending me an account with 4 P T18 to test!
 
Thanks, it works. Today will go mythic test.

You can make sure that it does not continue trying to heal the one who is missing?
 
Thanks, it works. Today will go mythic test.

You can make sure that it does not continue trying to heal the one who is missing?

I did 8 LFR runs on an borrowed acc ( cuz can't raid on another's toon...) but yes it will cast 2 if possible, if not it will just keep searching for a possible 2nd char.
 
I did 8 LFR runs on an borrowed acc ( cuz can't raid on another's toon...) but yes it will cast 2 if possible, if not it will just keep searching for a possible 2nd char.
That's all right, I'm talking about the other. For example, he tries to heal people who are in a different world, which is lacking. Or maybe indefinitely try to throw through the wall of the fungus.
 
That's all right, I'm talking about the other. For example, he tries to heal people who are in a different world, which is lacking. Or maybe indefinitely try to throw through the wall of the fungus.

Hmm HB'S 'IsInSamePhase' should have catches that... But if it doesn't I have to manually put the spell id's in 'donotheal' if we don't have it etc :/

In which encounters does it pose a problem?
 
Hmm HB'S 'IsInSamePhase' should have catches that... But if it doesn't I have to manually put the spell id's in 'donotheal' if we don't have it etc :/

In which encounters does it pose a problem?

Tested new version, LB logic looks pretty sound it was throwing out the second LB on random players of second tank is OOR or phased. Found a few issues with other logic though;

on Kilrogg - did not heal anyone in vision phase when i went down - perhaps something a little off with phase check since others reporting it trying to heal phased people as well.
on council - it auto dispelled Mark of the necromancer immediately, this is very bad - should only happen 10 seconds or so after it enters 3rd maximium damage tic phase if at all
on Mannoroth - also dispelled Mark of doom immediately which is unwise, should probably blacklist it from dispels altogether or put a 20 yard range check on it at least so it doesnt blow up the raid

I didnt go into the nether banish for archimonde so couldnt test the phased healing there, and i stand OOR of the banish stack point so i didnt notice any healing/range issues where it tried to heal the phased people, will actively try to test phasing next raid.

Some encounter specifics you might want to add that I haven't seen implemented in this testing:

Auto healing of the tortured Essences when phased in gorefiends stomach
priority dispelling of fel bomb if holding the eye on Iskar
healing of people with latent energy debuff + full HP on Fel Lord Zakuun
healing of people with Touch of Harm debuff + full HP on Tyrant
priority healing/HOTS for people with Gift of Man'ari debuff on Socrethar
priority HOTS for people targeted by heartseeker on kilrogg


As always, appreciate the hard work that goes into your CRs, cant wait to see what you do next :)
 
Tested new version, LB logic looks pretty sound it was throwing out the second LB on random players of second tank is OOR or phased. Found a few issues with other logic though;

on Kilrogg - did not heal anyone in vision phase when i went down - perhaps something a little off with phase check since others reporting it trying to heal phased people as well.
on council - it auto dispelled Mark of the necromancer immediately, this is very bad - should only happen 10 seconds or so after it enters 3rd maximium damage tic phase if at all
on Mannoroth - also dispelled Mark of doom immediately which is unwise, should probably blacklist it from dispels altogether or put a 20 yard range check on it at least so it doesnt blow up the raid

I didnt go into the nether banish for archimonde so couldnt test the phased healing there, and i stand OOR of the banish stack point so i didnt notice any healing/range issues where it tried to heal the phased people, will actively try to test phasing next raid.

Some encounter specifics you might want to add that I haven't seen implemented in this testing:

Auto healing of the tortured Essences when phased in gorefiends stomach
priority dispelling of fel bomb if holding the eye on Iskar
healing of people with latent energy debuff + full HP on Fel Lord Zakuun
healing of people with Touch of Harm debuff + full HP on Tyrant
priority healing/HOTS for people with Gift of Man'ari debuff on Socrethar
priority HOTS for people targeted by heartseeker on kilrogg


As always, appreciate the hard work that goes into your CRs, cant wait to see what you do next :)

Added to my to-do list @ https://trello.com/b/HHrnkRP8/leaves
Might have time upcoming sunday, but will have to look around for the proper id's etc.. if u have them it would help :)
 
Back
Top