Breeze
Every time your followers complete a mission in the garrison, you are forced to sit trough that silly 2s animation where you see your followers battle whatever creature they fought. While this is entertaining for the first and second time, maybe, it becomes really annoying after this.
What does it do exactly? A picture is worth a thousand words, but a short video is even better!
This simple addon will remove all those animations and auto-open the chests for you so you can go back to your monster killing faster.
Version 1.00 is a complete rewrite.
Please report any bugs you find on the WoWAce Ticket page or trough Curse comments.
New in Alpha: Will now disable the level-up animation/sound when you upgrade a follower's item level!
You posted a modification to the pre-1.0 version which was mostly a horrible hack rewriting most parts of Blizzard's functions.
If you look at the 1.0+ code, it's completely different, event based.
And in the new version I'm not overwriting the Next button anywhere, so that wasn't the issue. The "next" button is now enabled by Blizzard's code.
Is the EXP bug fixed now? Thanks for fixing the chat out put :)
I was never able to replicate that bug myself, so I'm waiting for feedback.
It still prints everything
Doesnt matter if its activated or not
Should be working now. Somehow the v1.31 tag didn't get pushed.
Thanks :)
I found a really strange bug
I run Breeze on 8 characters so far and my 9th has a strange issue where it wont work.
I get the mission picture with a continue button I can click through 4-5 times to finish the missions then I have to exit the screen and come back in to finish the rest fo the missions. No animations than goodness but it strangely just doesnt run. Ive tried unloading it and loading it in but nothing chnages. I dont know why its happening.
I sometimes get strangeness in the UI too, like having the follower list stuck on an item.
Deleting Cache folder and reloading does the trick for me.
I just wanted to say LOVE LOVE LOOOOOVE this addon !
It's pretty crappy that huge bugs like that with the XP are somewhere in the comments and the file is not fixed. Fix it or delete the download.
it's pretty crappy that you come here, demand the creater delete or fix it. Why don't you take your personal time like other posters and try and make a fix for it. No one is making you download or use the addon.
No, what's crappy is that the guy made an addon that does not work and in fact HINDERS progress, and refuses to fix and or delete it.
What's crappy is that I asked a bunch of people to report back on the Alpha version and I never got feedback.
What is crappy is that the addon repository is accepting code fixes (without any of my interactions) and nobody bothered to commit to it because I literally didn't have the time to do it.
I've asked a month ago for the people who had the issues (and I couldn't reproduce it) to test the alpha and report back and I got absolutely 0 reports about it.
I will, again, commit the change that rasczak posted in an alpha and I will try to test it when I have the time OR alternatively expect some sort of feedback from the people affected.
More readable....
1x Breeze\Breeze-v1.10-1-gb737595.lua:116 attempt to index local 'm' (a number value)
Breeze\Breeze-v1.10-1-gb737595.lua:116 in function `?'
Breeze\Breeze-v1.10-1-gb737595.lua:168 in function <Breeze\Breeze.lua:168
Locals:
self = <unnamed> {
0 = <userdata>
GARRISON_MISSION_BONUS_ROLL_COMPLETE = <function> defined @Breeze\Breeze.lua:92
GARRISON_MISSION_COMPLETE_RESPONSE = <function> defined @Breeze\Breeze.lua:22
GARRISON_MISSION_NPC_OPENED = <function> defined @Breeze\Breeze.lua:75
}
event = "GARRISON_MISSION_BONUS_ROLL_COMPLETE"
Got this bug.. No idea what caused it..
1x Breeze\Breeze-v1.10-1-gb737595.lua:116: attempt to index local 'm' (a number value) Breeze\Breeze-v1.10-1-gb737595.lua:116: in function `?' Breeze\Breeze-v1.10-1-gb737595.lua:168: in function <Breeze\Breeze.lua:168>
Locals: self = <unnamed> { 0 = <userdata> GARRISON_MISSION_BONUS_ROLL_COMPLETE = <function> defined @Breeze\Breeze.lua:92 GARRISON_MISSION_COMPLETE_RESPONSE = <function> defined @Breeze\Breeze.lua:22 GARRISON_MISSION_NPC_OPENED = <function> defined @Breeze\Breeze.lua:75 } event = "GARRISON_MISSION_BONUS_ROLL_COMPLETE"
The method for getting mission loot used in this addon, seems to break something on blizzard's side by triggering too fast. Thus, follower XP is not applied, even though it appears on screen.
I've modified it with a working solution. Additionally, it will now auto-click the 'Next'-button after the each mission ( comment or remove line #7 to disable this )
code: (paste this into the 'Breeze.lua'-file)
this works properly, update addon, give credit, TY
This addon does *NOT* work correctly!
As others hav ementioned, bonus XP is not awarded properly.
I've had characters that visually dinged on screen, but actually didn't, and several other chars where the XP bar had not moved as much as it did on-screen.
I suspect that the C_Timer.After is too low (currently 0.1 sec) and that there is some sort of discrepancy on blizz' side that causes the reward to not be registered properly.
Gonna try 1 sec and more and see how it goes
any word on if this worked for you? I just realized this addon has been setting me back what now probably amounts to days' worth of progression
edit: I made the edit rasczak suggested to C_Timer.After on line 38 and it seems to work now
edit: even changing it to something much longer i.e. 1.5, the bonus is inconsistently rewarded. going to have to stop using this entirely sadly