Seems like my GPH is back up oddly enough lol. Great work, fandig2! Very much appreciated Quick question, can anybody recommend an accurate GPH addon?
Thanks A simple profile for farming the Everbloom dungeon. ______________________________________________________ Thanks working fine but plz cant you make one if you have time that works for demonhunter plese
hmm it grinds the mobs on left side in everbloom but then it stays in the middle and the status says : No viavle mombs in area and just standing still (1.5 lite)
Just tried the 1.5 Lite, and using TuanHa CR btw. It's working fine. Died only one time xD But the problem of finishing the dungeon and standing still outside the portal still the same :/ Does it have anything to do with the Mammoth mount? Cuz I don't have it. But my bag has plenty of space, like 90 free slots give or take.
Noting with the mount to do, seems to be a HB problem. I'm trying to find a way to "detect" when that happens.
The problem with demon hunters is that they have only 1 interrupt and no stuns (their silence takes too long to cast) so they can't always interrupt that 10 second stun.
While I added the code for using flasks I was also going to add the option for using death gate if you have the legion expansion (in legion it teleports you to a different place). I had some problems with it and can't release it yet as a new version. If you want to use Greater Draenic Strength Flask or Greater Draenic Agility Flask add this code under the if on line 184 for version 1.5 HTML: <If Condition="!Me.HasAura(156080) && HasItem(109156)" > <CustomBehavior File="UseItem" ItemId="109156" WaitTime="1000" /> </If> <If Condition="!Me.HasAura(156064) && HasItem(109153)" > <CustomBehavior File="UseItem" ItemId="109153" WaitTime="1000" /> </If>
Had to remove the mount parts since mounting seems bugged with HB3, and it doesnt want to go back into the instance for some reason?
I didn't even know HB updated (lvling in legion currently) will take a look at the profile later on today.
I managed to fix the mount part, but it seems to run the left side then stop in the middle and say that there is no viable mobs.
Version 1.6 is out, exactly like using death gate to use guild bank set the variable "GuildBank" on line 44 to "true". Fixed some pathing problems created by the resent update. Added flask usage. I would recommend the normal version instead or LITE (lite has the same path as version 1.4). I don't think I will make much more updates for lvl 100's my DK is already lvl 110. If you have problems report them, tell me your class what profile you used and on what line of the code it happened.