Results: 2Comments by: SlayerQc
File: HarvestMap05/22/19
Hey guys, I have a question about t...
Posted By: SlayerQc
Hey guys, I have a question about the addon. What can it do and not do and term of showing spawned nodes at distance? For example, I looted an Heavy bag that was showing on the map and the icon and 3d pin still remained there. Does it mean that it can't fetch spawned heavy bags from distance in contrary to resource nodes?
File: AUI - Advanced UI05/20/19
My take on fixing this issue was to...
Posted By: SlayerQc
My take on fixing this issue was to change "IsImperialCityGate()" to "IsImperialCityPin()" Opening Cyrodil map shows everything as expected. I commented two lines, 109 and 110, in AUI\modules\minimap\classes\MapPinClass.lua and now the minimap works again. Change this: elseif(pin:IsImperialCityGate()) then self:MapP...