Thread Tools Display Modes
09-01-11, 02:40 AM   #1
Solgath
A Chromatic Dragonspawn
 
Solgath's Avatar
Join Date: Nov 2008
Posts: 139
new version breaks zygor waypoints

just a note, new version of carbonite breaks zygor waypoints if set to use carbonite, tested - using new version, zygor error, no carbonite arrow, roll back to old version of carbonite, no error waypoints work, just thought u might wanna know
__________________
 
09-01-11, 09:48 AM   #2
Haavok
A Rage Talon Dragon Guard
 
Haavok's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 336
Originally Posted by Solgath View Post
just a note, new version of carbonite breaks zygor waypoints if set to use carbonite, tested - using new version, zygor error, no carbonite arrow, roll back to old version of carbonite, no error waypoints work, just thought u might wanna know
Can you post a copy of the LUA errors or give us some more information?
__________________
-Haavok
 
09-01-11, 10:56 AM   #3
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
Does Zygor use TomTom waypoints or does it say "Carbonite" specifically?

Need the first error message to see what code it is accessing.
__________________
faatal
 
09-01-11, 12:17 PM   #4
Paprika
A Black Drake
Join Date: Sep 2008
Posts: 86
Originally Posted by carboniteaddon View Post
Does Zygor use TomTom waypoints or does it say "Carbonite" specifically?Need the first error message to see what code it is accessing.
Latest Zygor-Update:
* Carbonite support fixed. No longer relying on its TomTom
imitation, either.
There's a thread over there too, just have a look at the latest post:
http://www.zygorguides.com/forum/sho...-arrow-in-2644
Date: 2011-09-01 08:39:00
ID: 1
Error occured in: Global
Count: 1
Message: ...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua line 3651:
..\AddOns\ZygorGuidesViewer\Waypoints.lua line 152:
attempt to call method 'TTSTCZXY' (a nil value)
in
..\AddOns\ZygorGuidesViewer\Waypoints.lua line 152:
in function `setwaypoint'
..\AddOns\ZygorGuidesViewer\Waypoints.lua line 564:
in function `SetWaypoint'
...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua line 601:
in function `FocusStepUnquiet'
...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua line 579:
in function `FocusStep'
...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua line 440:
in function `SetGuide'
...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua line 339:
in function `OnFirstQuestLogUpdate'
...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua line 3640:
in function <...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua:3504>

Debug:
(tail call): ?
[C]: ?
[C]: error()
...rface\AddOns\ZygorGuidesViewer\ZygorGuidesViewer.lua:3651: StartupStep()
ZygorGuidesViewer\MasterFrame.lua:9:
ZygorGuidesViewer\MasterFrame.lua:4
 
09-01-11, 02:50 PM   #5
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
So this update Zygor version is working fine with the latest Carbonite?
__________________
faatal
 
09-01-11, 06:20 PM   #6
Cabby
A Murloc Raider
Join Date: Oct 2009
Posts: 6
No.

Zygor released an update about 24 hours before the latest Carbonite update (4.22). In the Zygor update they fixed a waypoint issue with the old Carbonite (4.21). Now with the newest Carbonite (4.22) there is an error again.

New Carbonite (4.22) now gives the error shown in post 4.

Last edited by Cabby : 09-01-11 at 06:22 PM.
 
09-01-11, 06:36 PM   #7
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
I'll fix it for the next version, unless Zygor fixes it first.

Hint:
Nx:TTSCW should be the function they need to call. It was renamed when I updated the TomTom emulation. It is equivalent to TomTom:SetCustomWaypoint.
__________________
faatal
 
09-01-11, 10:23 PM   #8
Cabby
A Murloc Raider
Join Date: Oct 2009
Posts: 6
I'll make sure to let the Zygor team know about the different name in Carbonite. I don't think you have to worry about changing anything if it's just a simple name difference.
 
09-02-11, 06:44 AM   #9
Cabby
A Murloc Raider
Join Date: Oct 2009
Posts: 6
Just a quick update for you. A member on the Zygor forums found that if we used the Nx:TTSCW for the call it didn't display distance, heading, ETA but if the Nx:TTAZW was used for the call then everything worked as intended. I'm sure Zygor will have this fix in his next update so you can just plug away at other improvements for Carbonite and not worry about the Zygor problem.


Here's a link to the post on the Zygor forum with the fix to the Waypoint.lua file for anyone that want to edit their file until Zygor releases the update. http://www.zygorguides.com/forum/sho...ll=1#post65837
 
09-02-11, 01:05 PM   #10
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
TTSCW just calls TTAZW anyway, but does not have a description parameter.

TTAZW is the same as the TomTom function AddZWaypoint.

id = TomTom:AddZWaypoint (c, z, x, y, desc, persistent, minimap, world, callbacks, silent, crazy)

persistent, minimap, world, silent and crazy are ignored.
callbacks is optional.
__________________
faatal
 
09-02-11, 02:22 PM   #11
mjumnito
A Flamescale Wyrmkin
 
mjumnito's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 115
I was the one that posted the fix on the Zygor site. the no description was the problem that i ran into when trying to fix the waypoint, personally i like the description to say where its going. i tried the call you pointed out carbonite but it didnt give the description as to where the guide was pointing to, which is why i used the TTAZW call directly.

Call it a quick fix so you dont have to worry about adding another pram and the zygor team could implement it easy without having to rewrite a whole section of code to include said description.

Both of you guys make great addons, and together the awsomeness can't be matched

Last edited by mjumnito : 09-02-11 at 02:23 PM. Reason: typo
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » new version breaks zygor waypoints

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