MythicPlusTimer

MythicPlusTimer

4M Downloads

MythicPlusTimer combined with other Addons messes up all frames

LybrialsGit opened this issue ยท 6 comments

commented

Hi,

I have an Addon which overhauls the whole interface like:

  • ActionBars
  • UnitFrames
  • Minimap
  • etc.

It works perfectly fine.

As soon as I enable MythicPlusTimer Addon and start a Mythic+ run the whole interface is getting screwed
up. The unit frames are moved to the very top of the screen and the minimap and actionbars are no longer
visible.

As soon as I disable MythicPlusTimer and reload the interface everything is back to normal.

It seems like with MythicPlusTimer enabled the UI Scaling changes so that the ActionBars, Minimap and other
stuff is pushed outside of the visible area of the screen.

commented

MythicPlusTimer does not use any shared lib or so, also it does not mess with any other frames except the objective tracker "ObjectiveTrackerFrame". What ActionBar / minimap / ... addon do you use?

commented

Hi, first some screenshots so that you know what im talking about.

This is my interface when everything is fine and MythicPlusTimer Addon is disabled
WoWScrnShot_122420_131142

This is my interface when MythicPlusTimer Addon is enabled
WoWScrnShot_122420_131221

As you can see here even the default blizzard party (raid) frames are getting moved around when enabling MythicPlusTimer.

I also made screenshots of the errors im getting:

WoWScrnShot_122420_131219
WoWScrnShot_122420_131216

Im using my own implemenation for minimap, actionbars, questtracker, data bars, data texts, unit frames, etc.

commented

Feels like your local db is corrupt, have you tried removing the "MythicPlusTimer.lua" files from your WTF\Account\ACCOUNT\SavedVariables directory?
I assume you are using the latest version of the addon.

commented

Yep. Latest version and removed local db.
I know MythicPlusTimer is not doing something with frames. I checked the code.
But since this is hard to debug (since you need to be in a mythic+ dungeon) I wanted to report this
here in case you guys have an idea.

commented

Number 3 it is!

  • My object tracker addon enabled

  • MythicPlusTimer enabled

  • "Hide default objective tracker" enabled
    WoWScrnShot_122620_114150

  • My object tracker addon enabled

  • MythicPlusTimer enabled

  • "Hide default objective tracker" disabled
    WoWScrnShot_122620_114153

  • My object tracker addon disabled

  • MythicPlusTimer enabled

  • "Hide default objective tracker" enabled
    WoWScrnShot_122620_114248

My own object tracker addon has everything replaced, no blizzard default stuff, every frame is self coded.
So I will check how I need to change my code so that it works together with MythicPlusTimer.

Thank you!

commented

Multiple Questions, as i can not get that effect to happen for me ;)

  1. Does it also happen if you use the demo mode of the addon outside a dungeon? /mpt toggle
  2. Does changing the scale in the mythicplustimer option change the ui scale?
  3. Does it also happen if you disable the option to hide the default tracker

Maybe you could send me a list of all addons you use so i can find the one which is incompatible. (Maybe you have your custom ones uploaded somewhere?)

thanks