Not working with 11.0
Flanell88 opened this issue ยท 5 comments
I'm on it. There were a lot of changes to adapt, but I'm almost done. I'm trying to release a new version sometime next week.
@erglo I have a much smaller addon that just hides the button. I thought I'd give you a head's up that it looks like something is updating the covenant callings and then after it's done it shows the button even if you've hidden it. The problem is that doesn't seem to fire any event I can find when it's done. So for mine I had to go with C_Timer.After
inside my COVENANT_CALLINGS_UPDATED
handler and a delay of a few seconds since it seems to take its sweet time doing its work. If you just hook into that event to do the update it comes in right behind you and shows it again anyway.
Note: It also only does this the first time you log into a character after starting the client. If you log out without closing and come back in it doesn't. So if you do any testing with it you have to restart the client every time.
@johnson-christopher Hi, thanks for the head's up! Unfortunately I couldn't encounter any issues in this regard. MRBP can also show or hide the minimap button. Maybe your addon collides with this one.
I just released a new version which addresses the changes made in the pre-patch version of the game. Maybe it works now. If not, please let me know.
@Flanell88 Fixed and released. Enjoy!