Thread Tools Display Modes
Prev Previous Post   Next Post Next
08-05-11, 03:35 AM   #1
Paprika
A Black Drake
Join Date: Sep 2008
Posts: 86
Carbonite TomTom-Emulation

I'm using the Routes-addon and Gathermate2. It worked with Carbonite some month ago, but now I started playing World of Warcraft again and I'm getting this Routes-error-message:
"An updated copy of TomTom is required"

I looked into the corresponding Lua-file and found this:
Code:
function TT:RemoveQueuedNode()
	if not TomTom then
		Routes:Print(L["TomTom is missing or disabled"])
		return
	end
	if not TomTom.SetCustomMFWaypoint then
		Routes:Print(L["An updated copy of TomTom is required for TomTom integration to work"])
		return
	end
	if stored_uid then
		TomTom:RemoveWaypoint(stored_uid)
		stored_uid = nil
	end
end

May you pleeeeeasssseeee update your TomTom-emulation?

Last edited by Paprika : 08-25-11 at 04:54 AM. Reason: Carbonite TomTom-Emulation
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Carbonite TomTom-Emulation and Routes-Addon

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off