Download
(125Kb)
Download
Updated: 11-10-23 04:45 AM
Pictures
File Info
Compatibility:
Guardians of the Dream (10.2.0)
WOTLK Patch (3.4.3)
Classic (1.14.4)
Updated:11-10-23 04:45 AM
Created:09-20-12 09:07 AM
Downloads:8,701
Favorites:34
MD5:
Categories:Combat Mods, The Burning Crusade Classic, Classic - General, Tank, Raid Mods, Unit Mods

DejaMark  Popular! (More than 5000 hits)

Version: Uv10
by: Dejablue [More]

DejaMark

Ready for
Wrath of the Lich King, and Classic!

Watch the Video Overview

DejaDonate:

Now with the ability to remove all target markers at once, remove individual world markers, and place world markers for Circle, Moon and Skull!

DejaMark:
  • Shows and hides the target and world markers while holding a hotkey.
Use:
  • Set the key-binding in the WoW key-bindings menu under AddOns > DejaMark.
  • Hold down your chosen key to show the markers at your mouse cursor. Release the key to hide them again.
  • Left click an icon to set a target marker. Left click the same icon again to remove the same marker.
  • Left click the circle-backslash symbol while having a target to remove all target markers.
  • Right click an icon to place a world marker on your mouse cursor then left click in the world to place the world marker. Right click an icon again to remove the world marker from the world and place it on your mouse cursor again. Right click in the world to remove a world flare from your mouse cursor.
  • Right click the circle-backslash symbol to remove all world markers.
Special Thanks:
DejaMark was created with the generous help of Ro, Choonster, Phanx, Dridzt and Sedivy on the WoW UI and Macro forums and the Curse Forge forums.
Enjoy!

11/10/23
Removed redundant code using defunct "EXECUTE_CHAT_LINE" event.
Updated TOC

10/31/23
Fixed "EXECUTE_CHAT_LINE" event to only run its code when retail is loaded.
Updated TOC

10/14/23
Fixed cinematics orphaning DejaMark and making it unusable while leaving the IOP texture visible.
Added DejaMarkArt folder and a standalone texture to fix the above cinematic orphan issue.
Cleaned up the ColorPickerFrame callbacks.
Cleaned up world flare chat throttle timers.
Updated TOC


10/11/23
Fixed colorpicker not properly resetting.
Removed button OnEnter.OnLeave throttle, now only OnClick.
General housecleaning and refactoring for readability and sanity.
Updated TOC

09/08/23
Updated TOC

08/27/23
Updated TOC

05/25/23
Added deployed flare indication color.
Added color picker for custom user deployed flare indication colors
Added Interface Options Panel.
Updated TOC

05/20/23
Fixed Dragonflight world flare markers from "toggle" mode back to the original cascading "set" mode as always intended.
Updated TOC

04/07/23
Added wildcards to the macro strings so all modified clicks work.
Special thanks to Torpyy and aisenfaire for their assistance ;)
Updated TOC

11/25/22
Made compatible with Wrath and Classic in a Universal distribution.
Added individual TOC files for each live WoW client supported.
Updated TOC

11/25/22
Made compatible with Dragonflight.
Added visual status of placed world marks via desaturation of flare icons.
Updated TOC.

6/1/22
Updated TOC


8/28/2019
Fixed the marks not clearing when clicking a second time on the same mark.
Updated TOC.

8/28/2019
For Classic it now uses the API calls instead of macros for target markers. This should remove the "custom script" warning in Classic. It remains on retail because world markers have no API thus far and require macros.
Updated TOC.

7/19/2016: 7.0.3 r1
  • Updated TOC
  • Release.

6/29/2016: 7.0.3 b2
  • Updated TOC
  • Moved the keybind settings to the "AddOns" category.

5/12/2016: 7.0.3 b1
  • Updated TOC
  • Push to Beta.

7.0.3 a1
  • 4/27/2016 Updated TOC.

6.2.3 r2
  • 3/4/2016 Removing all target markers no longer places a skull on your target.

6.1.0 r1
  • 3/7/2014 Updated TOC
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Author
Date
Uv9
7kB
Dejablue
10-11-23 06:09 AM
Uv6
7kB
Dejablue
09-08-23 06:53 AM
Uv5
7kB
Dejablue
08-27-23 06:56 AM
Uv4
3kB
Dejablue
05-20-23 09:21 PM
U202304r1
3kB
Dejablue
04-09-23 06:03 PM
U202211r1
3kB
Dejablue
05-31-22 11:39 PM


Post A Reply Comment Options
Unread 08-22-22, 03:17 PM  
kebabstorm
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 10
Uploads: 9
Great !

Great small addon which does it's job.

Two things I would change though:
Code:
if (tocversion < 20000) then
->
Code:
if (tocversion < 40000) then
for TBC and WOTLK support.

and

Code:
				if (button=="RightButton") then
					for index = 1, 9 do
						SetRaidTarget("player", index)
					end
				end
->

Code:
				if (button=="RightButton") then
					for index = 1, 8 do
						SetRaidTarget("player", index)
					end
					SetRaidTarget("player", 0)
				end
so right-click actually removes all markers (9 is not a marker, and without setting target 0 makes the clear button mark player with skull)
Report comment to moderator  
Reply With Quote
Unread 04-25-20, 07:44 AM  
Biowoolf
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 31
Uploads: 6
doesn't work "Right click the circle-backslash symbol to remove all world markers."
Report comment to moderator  
Reply With Quote
Unread 11-16-19, 03:02 AM  
Habbiitz
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Doesn't work with Classic.
Report comment to moderator  
Reply With Quote
Unread 08-31-19, 10:24 PM  
Mark89
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Does not work

Does not work. A window with marks appears, but no marks are assigned
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.