View Single Post
02/28/15, 06:48 AM   #59
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Waypoint Bug on PTS

Waypoints, on the normal zone maps, removed with RemovePlayerWaypoint() get recreated when zooming back into your zone on the map.
By "normal" zone maps I mean that I could not reproduce it while in a subzone that has its own map, like a town.

With no addons installed I was able to reproduce this in cyrodil and craglorn (I didn't try anywhere else) while in a location of the "normal" zone map.

Steps to recreate:
  1. Open the map & set a waypoint in the zone.
  2. Close the map
  3. Run: /script RemovePlayerWaypoint()
  4. Open the map
  5. Right click to zoom out to the Tamriel map.
  6. Left click on your zone to zoom back in to your zone.
  7. The waypoint gets recreated.

If it helps track it down I also noticed that the bug does not occur if:
  • You remove the waypoint by hoovering your mouse over it on the map & using the hotkey to remove the waypoint.
  • You /reloadUI after you set the waypoint and before you open the map to zoom out to Tamriel & back in to your zone.
  • I could not reproduce it in subzones that have their own maps like towns.
  Reply With Quote