Results: 2Comments by: Evanko
File: Map Pins01/20/21
Auridon Treasure Map I, V, and VI
Posted By: Evanko
hey there Hoft! I recently picked up these maps and I realized the pins were a biiiiiit off (5-7 meters-ish in game?) here's the location I got from standing right on top of them: Map I: item - |H1:item:43625:4:1:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0|h|h /loc - auridon_base={{.493,.888,2773}}, Map V: item - |H1:item:43629:4:1...
File: MiniMap by Fyrakin05/28/20
I think I solved the problem with t...
Posted By: Evanko
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)...