Hi,
i use the addons Gathermate 2 and Routes, width Routes i make a route for mining and the TomTom Emulation from Dugi set the wrong Waypoints. I have found, if i change into file TomTomEmulation.lua the function
local function SetCustomWaypoint(self, mapId, x, y, opts)
to:
local function SetCustomWaypoint(self, mapId, x, y, opts)
if DGV:UserSetting(DGV_TOMTOMEMULATION) ~= true then
return
end
if x < 1 then
return self:AddZWaypoint(mapId, x*100, y*100, opts)
else
return self:AddZWaypoint(mapId, x, y, opts)
end
end
then Dugi set the right Waypoint a if i reach a Waypoint, Dugi can’t see this and don’t set the next Waypoint.
Can u fix this please?
Cu DeaTHCorE