Download
(1 Kb)
Download
Updated: 05/19/22 05:58 AM
Pictures
File Info
Compatibility:
High Isle (8.0.0)
Ascending Tide (7.3.5)
Updated:05/19/22 05:58 AM
Created:05/17/22 02:59 PM
Monthly downloads:422
Total downloads:5,726
Favorites:2
MD5:
Categories:Map, Coords, Compasses, Raid Mods
Mark My Spot  Popular! (More than 5000 hits)
Version: 1.0.1
by: Smaxx [More]
A very minimal addon that gives you a new keybind to toggle a 3D position marker.

Bind the shortcut, then hit it, to mark your current position or clear the icons once again.

This is mostly used for situations where you want to find a specific position again. The position isn't saved during reloads/logging out (but if you're interested, might add it).
Version 1.0.1
  • Moved all used variables to local scope
  • Added chat messages as feedback
Archived Files (1)
File Name
Version
Size
Uploader
Date
1.0.0
1kB
Smaxx
05/17/22 02:59 PM


Post A Reply Comment Options
Unread Today, 10:50 AM  
Maxxermax
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 80
Uploads: 2
I wonder if the functionality of this addon could also be used to display the map marker (Default key "F") in the 3D environment.
Report comment to moderator  
Reply With Quote
Unread 05/19/22, 05:50 AM  
Smaxx
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 39
Uploads: 8
Originally Posted by zelenin
variables leak:
Code:
_, px, py, pz = GetUnitRawWorldPosition('player')
fix:
Code:
local _, px, py, pz = GetUnitRawWorldPosition('player')
Oops, you're right! Minor oversight from copying my testing code. 🙂
Report comment to moderator  
Reply With Quote
Unread 05/19/22, 05:43 AM  
zelenin
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 197
Uploads: 13
variables leak:
Code:
_, px, py, pz = GetUnitRawWorldPosition('player')
fix:
Code:
local _, px, py, pz = GetUnitRawWorldPosition('player')
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: