Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #164606
    deathcore
    Participant
    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
    #167892
    Dugi
    Keymaster

    i’ll make that change thank you

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.