Results: 2Comments by: Serasyn
File: MiniMap by Fyrakin06/03/17
Re: Re: Quit working... I have temp fix
Posted By: Serasyn
Minimap.lua at line 123: local AVA_OBJECTIVE_PINS_WITH_ARROWS = { = true, = true, = true, = true, = true, = true, = true, = true, } The variable AVA_OBJECTIVE_PINS_WITH_ARROWS is never used and only addressed in a commented section of code and never used. So, you can delete the above, or comment...
File: MiniMap by Fyrakin06/03/17
Re: Error since Morrowind update
Posted By: Serasyn
Hello, I got an error with the last game update. Here is how I "solved" it. Open the file "<...>/AddOns/MiniMap/MiniMap.lua" Go to line 125 and start removing the square brackets like: = true, by: MAP_PIN_TYPE_FLAG_ALDMERI_DOMINION = true, Stop at line 202. You can contact me on Discord (Azaol#4520) if you need some he...