Results: 53Comments by: Fing3rz
File: ZrMM - Modified04/08/14
For clarity, the blue player arrow...
Posted By: Fing3rz
For clarity, the blue player arrow on the minimap also shows a group member icon stacked under it. Only happens in a group. Happens with any number of people. Happens in all zones. Works fine on login. Appears after a /reloadui. Zoning may cause it as well. Not sure atm. I did try ZrMM with no other addons but issue still occurs.
File: ZrMM - Modified04/08/14
Apologies for the mistake then.
Posted By: Fing3rz
Apologies for the mistake then.
File: ZrMM - Modified04/08/14
Bug Fix
Posted By: Fing3rz
bug: group member icon on player Cause: Typo in line 331: if GetUnitZone(unitTag) == playerZone then Fix: if GetUnitZone(unitTag) == playerone then bug: shows text "zoom level" instead of the value Cause: ?? Fix: Hide zoom display(not necessary imo) line 79: Zr_MM_ZoomLevel:SetHidden(true) Thanks for picking up...