vendethiel / GladiusEx

13 stars 19 forks source link

Add "show" slash command #71

Closed mgmolisani closed 10 months ago

mgmolisani commented 1 year ago

Adds the ability to show the frames from a slash command. Currently, "hide" exists, but there is no analogous "show". Primary use case is to be able to show after successfully running "hide", but this is also useful for combining with "hide" in a macro to soft reset the UI (which is almost required now in solo shuffle until there is a more permanent fix).

vendethiel commented 1 year ago

(which is almost required now in solo shuffle until there is a more permanent fix).

Why is that? I haven't played in some time now, but I don't remember there being an issue since I fixed the bug where you'd get 5 frames in soloq.

mgmolisani commented 1 year ago

(which is almost required now in solo shuffle until there is a more permanent fix).

Why is that? I haven't played in some time now, but I don't remember there being an issue since I fixed the bug where you'd get 5 frames in soloq.

Occasionally, some frames for me move to the middle of the screen when they swap teams and get stuck there for the whole game. I didn't really want to dig that deep into it (especially since I run a lot of other addons that could interfere) and the fix was just to open the UI and toggle frames on and off or /rl but I use ElvUI so that takes forever. I wrote a macro:

/gex hide
/script GladiusEx:ShowFrames()

that has been working for me. Using it mid game results in some things getting lost with CDs/timers and such but before game I haven't had any issues. Obviously, this doesn't fix that but I think it is also valuable as a standalone feature regardless and makes the macro a little cleaner.

vendethiel commented 10 months ago

Started playing again and this is definitely an issue. Thanks