125 - Waypoint arrow missing
What steps will reproduce the problem?
1. Most of the time when I start wow.
2.
3.
What is the expected output? What do you see instead? I expect to see the waypoint arrow but see what looks to be a three dimensional box with blue and white squares.
What version of the product are you using?
Cartografer 3.0
Do you have an error log of what happened?
Please provide any additional information below.
This problem doesn't seem to be present all of the time but I cant tie it to any specific action
| User | When | Change |
|---|
- 9 comments
- 9 comments
- Reply
- #9
Dart01902 Aug 05, 2008 at 02:50 UTC - 0 likesYup Comment #2860 worked like a charm for me, for those of you who dont know(like me), navigate to "C:\Games\World of Warcraft\Interface\AddOns\Cartographer3_Waypoints" and open waypoints.lua in notepad, then click go to and when it asks you for line number type 363 and adjust as told in comment 2860.
- Reply
- #8
pcvii Aug 02, 2008 at 04:21 UTC - 0 likesv0.8.2-3-g5833353 this version i have yet to have the waypoint arrow dissapear I did get a bug but i didn't catch it. where the waypoint wouldn't update from quest helper when i was flying. it said trying to set number to nil. i donno. I only had the flickering bug when the arrow went away.
- Reply
- #7
Dinerop Jul 31, 2008 at 00:52 UTC - 0 likesI copy the 'WaypointArrow.m2' from the Cartographer3/Waypoints-folder to the Cartographer3_Waypoints-folder
I think that m2-file is missing in this C3_Waypoints-folder
- Reply
- #6
claytkeefer Jul 30, 2008 at 09:39 UTC - 0 likesdownload my updated lua (no i diddnt make this addon i just fixed the bug)
http://files.filefront.com/Waypointslua/;11281228;/fileinfo.html
- Reply
- #5
fantom1979 Jul 29, 2008 at 01:20 UTC - 0 likesI am having the same problem. I will test the solution in post #2860, as it appears to make sense considering the file placement. The line was on 359 in my waypoints.lua .
I changed it from: arrow:SetModel([=[Interface\AddOns\Cartographer3\WaypointArrow.m2]=])
to: arrow:SetModel([=[Interface\AddOns\Cartographer3\Waypoints\WaypointArrow.m2]=])
- Reply
- #4
Duchess44 Jul 28, 2008 at 16:50 UTC - 0 likesOk I don't have an editor that shows line numbers. Could you plz tell me which one is line number you are speaking of?
Thanks
- Reply
- #3
quoin Jul 28, 2008 at 12:58 UTC - 0 likesline 363 in Catographer3_Waypoints\Waypoints.lua needs to be changed to this
arrow:SetModel([=[Interface\AddOns\Cartographer3\Waypoints\WaypointArrow.m2]=])
- Reply
- #2
profalbert Jul 27, 2008 at 21:23 UTC - 0 likeshttp://i34.tinypic.com/novgis.jpg v0.8.1
this didn't occur in 0.8 for me
- Reply
- #1
gloescher Jul 27, 2008 at 18:36 UTC - 0 likesHaving the same issue. v 0.8.1. For me, I see the arrow for some indeterminate time, and then it becomes a blue and white checkered cube. The cube behaves like the arrow (rotates), but obviously gives no hints as to heading.