Results: 4Comments by: ErianKalil
File: MiniMap by Fyrakin05/28/20
Seems like the below fix of amendin...
Posted By: ErianKalil
Seems like the below fix of amending the snippet at 3518 works to a degree: pin.mpin = ZO_MapPin:New(ZO_WorldMapContainer) One of the issues you seem to run into it there isn't anything handling the display of dig sites for the antiquity system so instead of drawing the normal outline it simply drops a white box in the general c...
File: MiniMap by Fyrakin05/27/20
I think I solved the problem with t...
Posted By: ErianKalil
I think I solved the problem with the addon. There have been a change in the API for the ZO_MapPin:New() function, that now takes a parameter. You need to change the following line in the MiniMap.lua file, at the line 3518: from this: pin.mpin = ZO_MapPin:New() to this: pin.mpin = ZO_MapPin:New(ZO_WorldMapContainer)...
File: No, thank you!06/09/19
Re: Can't hide UNpurchased houses
Posted By: ErianKalil
Hi, thank you for this great addon! There is only one problem so far... UNpurchased houses are still visible on a zone map. (global Tamriel map works fine) No matter what settings I use, houses that I do not own are still visible. Other similar addons have the same issue. Is there any way to fix this? Thanks. Hi, you're...
File: World Map Wayshrines Controller05/28/19
Re: The Map Symbols
Posted By: ErianKalil
The symbols shown in the screenshots are for 12-player Trials. The Map display has an icon on the upper right which, when you click the Left Mouse Button on it, displays the Map symbols with a label for each one. You need to distinguish among Delves, Public Dungeons, 4-Player Dungeons, and Trials. ...... Welcome to add-on development...