• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Baud Mark

 
Project Updated:
Files Updated: Mon, Oct 20 2008
Supports Game Version: 3.0.2
Category: Boss Encounters
Tags:

, , , and [Edit Tags]

Project Manager: Baudzila
Additional Authors: No additional authors
Current Version: 1.1
License: Public Domain
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 14
Downloads Total: 21,665
Favorites: 74
Comments: 18
  • About Baud Mark
  •  

Displays a circular menu around your cursor with marking symbols while a hotkey is held. The menu disappears when a symbol is selected, and reappears when you select another target (As long as the hotkey is still held). Right click on any symbol to clear the mark on a target. To set a hotkey, look for the Baud Mark heading near the bottom of Blizzard's keybinding list.

  • Downloads (4)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Baud Mark 1.1 Release 3.0.2 12,076 10/20/2008
  Baud Mark 1.011 Release 2.4.0 764 4/16/2008
  Baud Mark 1.01 Release 2.3.0 62 11/24/2007
  Baud Mark 1.0 Release 2.2.3 62 11/12/2007
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Wolf_DK said

    If you want Baud mark to work when in groups where you are not the PL you have to edit the LUA file yourself.

    The project is "all rights reserved" which means noone can take it over or make a splinter of it.

    Its a quite simple change where you just change the check routine that verifies that you can set marks.

    Open BaudMark.lua with noteplad.

    Find the function:

    [quote]
    function BaudMarkCanMark()
    if IsPartyLeader()or IsRaidLeader()or IsRaidOfficer()then
    return true;
    end
    if(GetNumPartyMembers() > 0)or(GetNumRaidMembers() > 0)then
    UIErrorsFrame:AddMessage("You don't have permission to mark targets.", 1.0, 0.1, 0.1, 1.0, UIERRORS_HOLD_TIME);
    else
    UIErrorsFrame:AddMessage("You must be in a party to mark targets.", 1.0, 0.1, 0.1, 1.0, UIERRORS_HOLD_TIME);
    end
    end
    [/quote]

    Change this to:

    [quote]
    function BaudMarkCanMark()
    if IsPartyLeader()or IsRaidLeader()or IsRaidOfficer()then
    return true;
    end
    if(GetNumRaidMembers() > 0)then
    UIErrorsFrame:AddMessage("You don't have permission to mark targets.", 1.0, 0.1, 0.1, 1.0, UIERRORS_HOLD_TIME);
    return false;
    end
    if(GetNumPartyMembers() > 0) then
    return true;
    else
    UIErrorsFrame:AddMessage("You must be in a party to mark targets.", 1.0, 0.1, 0.1, 1.0, UIERRORS_HOLD_TIME);
    end
    end
    [/quote]

    What it does is checking to see if you are PL, RL or promoted in raid then return as TRUE.
    If not it then checks to see if you are in a raid --> FALSE as you are not promoted.
    After this it checks to see if you are in a group --> TRUE if you are (you can mark without being promoted now).
    Otherwise it will give an error message and return FALSE.

    You might want to change Baudmark.toc as well:
    [qoute]
    ## Interface: 30300
    ## Title: Baud Mark
    ## Notes: Allows you to quickly mark targets while holding a hotkey.
    ## Author: Baudzilla
    ## Changed 2009-12-13 Wolfknight
    ## Version: 3.3.0
    BaudMark.xml
    [/Qoute]
    (This is optional and just changes version so it matches gameversion and internal version to something similar - I know I am jumping from 1.1 to 3.3.0 - just felt its more logical for an addon version to follow main game version).


    I got no idea on how to set the hotkey to Control - personally I am using "G".

    I really hope original author will put my change or his own into the main repository so normal updates can be used again.


    Best wishes for a merry Christmas and a happy new year.

    /Wolfknight, Hellfire

    Reply Report Permalink
  • Agedyolk said

    Looks like a nice addon, only thing is I cant use "ctrl" as a keybind for it =( would have been perfect if it was the ctrl key for me... dont really got any other keybinds to use...so deleted it :(

    Reply Report Permalink
  • mitchrj said

    Agreed, now if only there were some activity to know that this was still an active project. Love this addon.

    Reply Report Permalink
  • humfras said

    Baud Mark has a beautifull, simple code and will work without any problems with the following patches.

    Reply Report Permalink
  • Only missing the "none mark"-button incase you need to unmark someone.

    Other than that this is THE best marking addon there is.

    Reply Report Permalink
  • humfras said

    'Reading the above description' fails...

    "Right click on any symbol to clear the mark on a target."

    Reply Report Permalink
  • Ye olde post but, i noticed how to do it by a missclick.

    Missed the info in the description.

    Reply Report Permalink
  • humfras said

    Baud Mark works with 3.2 without any problems.
    Just enable Load out-dated AddOns.

    Reply Report Permalink
  • xNomeda said

    Is this mod ever going to be updated for 3.2?

    Reply Report Permalink
  • Update this please

    Reply Report Permalink
  • uberused said

    Please update this addon for Wrath... I miss it so. :(

    Reply Report Permalink
  • utopianway said

    Nice add-on. I used this before 3.1 but now *after downloading it) I can't find it in the games keybinding menu. Have looked line-by-line all the way to the bottom and its not there. Any ideas how to fix this?

    Reply Report Permalink
  • Merglith said

    nice indeed. probably the fastest marking solution so far! worth a tryout!

    Reply Report Permalink
  • Qristalia said

    Anyone ells that can get this one to work? Get the Marker's menu upp tho they dont apply on the target.

    Or dose anyone know how to fix this?

    Reply Report Permalink
  • kelnooz said

    I got the same problem - anyone got a solution?

    Reply Report Permalink
  • reddeth64 said

    Awesome addon! Have one request (and trust me, I'd beg on my knees for this): The exact same addon, except replace the raid targets with the Mages teleport and portal spells. Even better would be in the center an icon identifying the number of rune of portals/teleport left!

    Just begging haha. BaudMark works great though, thanks for the awesome addon!

    Reply Report Permalink
  • holykiwi said

    zomgbuffs portals has this feature for the most part, or try opie for a general ring addon

    Reply Report Permalink
  • caliga4221 said

    I second this idea. As usual Baudzila has a great idea and thanks reddeth64 for another good way to adapt his project. That would be an amazing way to clear up some bar space.

    Reply Report Permalink
  • Like many other mods for this, nice, I would love to see it work like Grim Riders - Target Tools or something like that... Allowing you to assign and announce marks to the raid

    Reply Report Permalink
  • Maiku said

    I have tried this on Live with my lvl 31 warrior in Scarlet Monastery and it worked well.

    Very nice and simple addon.

    - Target mob
    - Press assigned button
    *Baud Mark icons pops up*
    - Click icon of choice
    Hovering over any of the icons makes it grow a bit in size so you'll know what you're clicking.

    Reply Report Permalink
  • Addon Packs Containing Baud Mark

Most Downloads / Day

Baud Mark has not been added to any Addon Packs yet.

  • Similar Addons
  •  

Average downloads per day

  1. 23,777 Deadly Boss Mods Boss Encounters, and Combat
  2. 5,653 BigWigs Bossmods Boss Encounters, and Combat
  3. 3,360 Omen Threat Meter Boss Encounters, and Combat
  4. 1,450 Elitist Group Quests & Leveling, Boss Encounters...
  5. 1,391 Deadly Boss Mods - Vanilla and BC mods Boss Encounters, and Combat