Advertisement

YACL

  Download the Curse Client

Last Update: May 9, 2008 (2 months ago)
Category: Raids & Encounters and Combat
Tags: damage, damagemeter, damagemeters, dps, and meter
Project Manager: OlafReusch
Current Version: YACL Release 2.4.020
(for World of Warcraft 2.4.0)
Downloads Today: 36
Downloads Total: 16,589
Favorites: 76
Comments: 123
  • About YACL
  •  

YACL is a synchronised damagemeter, that sums up in detail all outgoing and incoming damage as well as healing. You want to know, how many crushings your MT really takes ? Interested in the spells that boss used on you ?

YACL shows you in detail what you and your friends are doing. You can see which spells (including rank) the other players are using.

You´re a healer ? Yacl shows you healing/incoming damage as well as overheal.

Because YACL shows you so much data, the window can be really big. That is compensated by a logic that tries to move that window out of your way whenever you move or when you engage in combat.

Assign a hotkey to comfortably bring back the big window, whenever you have time to look at it, or just look at the little bars if that is all you need.

Inspite of all the data it collects, YACL is a lightweight addon. Especially during combat, it is pretending not to be there ... Same goes for the synchronisation that is designed to use only 10 percent of the allowed addon bandwidth.

If you have questions, please download and read the FAQ


Version 2.4.018 is a stable version. It is well tested and should contain no bugs.

  • Downloads (4)
  •  
Advertisement

You need to login or register to post comments.

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.
 
  • July 1, 2008, 10:00AM (2 weeks, 4 days ago)

    hello? any support?

  • June 9, 2008, 11:54AM (1 month, 1 week ago)

    hello

    this is a nice addon, thank you for that. But I've a little problem with the hotkey. I cannot change the hotkey-button for ever, only for the current WoW-Session. For example if there is an disconnect and I must restart the game the hotkey-button is reset to the default-settings but this key I normaly use for another option in the game. I hope you understand what I mean... =/

  • May 30, 2008, 09:26PM (1 month, 2 weeks ago)

    First of all...thanks for the addon...I really like it.

    Secondly...the one thing I don't like is that it's not that easy to hide - I don't always want to look at it or see what damage I'm doing. To fix that, I created a Titan Panel plug-in to hide and show the YACL main frame. If you would like to include it with your distributed archive, feel free. It can be found here:

    http://code.google.com/p/fireaddons/downloads/list

    Thanks for the hard work and I hope you keep this up-to-date.

  • May 16, 2008, 11:45PM (2 months ago)

    Is there currently a way or can you add the ability to change the combat log range? In the old DamageMeters addon you could set the log range to X yards.

    Increasing the range meant less need to synchronize with Raid members. Everyone I play with used to run DM but now most run nothing at all and I run your mod. Without anyone to sync with, I lose data that is outside of a certain range. This is particularly noticeable in the BGs.

    Thanks for the mod,
    -D

    Edit:
    Here is the code for setting the range from the old DM mod.

    function SetCombatLogRange(msg)
    local range = tonumber(msg);
    if (not range) then
    range = DamageMeters_DEFAULT_COMBAT_LOG_RANGE; -- default
    end
    --[[
    /console SET CombatLogRangeParty "200"
    /console SET CombatLogRangePartyPet "200"
    /console SET CombatLogRangeFriendlyPlayers "200"
    /console SET CombatLogRangeFriendlyPlayersPets "200"
    /console SET CombatLogRangeHostilePlayers "200"
    /console SET CombatLogRangeHostilePlayersPets "200"
    /console SET CombatLogRangeCreature "200"
    ]]--
    local setCmd = "SET %s \"%d\"";
    local rangeCmds = {
    "CombatLogRangeParty",
    "CombatLogRangePartyPet",
    "CombatLogRangeFriendlyPlayers",
    "CombatLogRangeFriendlyPlayersPets",
    "CombatLogRangeHostilePlayers",
    "CombatLogRangeHostilePlayersPets",
    "CombatLogRangeCreature"
    };
    for i, cmd in ipairs(rangeCmds) do
    ConsoleExec(format(setCmd, cmd, range));
    end
    end

    I'm going to setup a script to do this in the mean time.

  • May 16, 2008, 04:40PM (2 months ago)

    Hi there. First let me say by saying thanks for the meter. It is a nice little piece of software. It is slim yet effective. However, I did find something that seems to be a bug in 2.4.2.

    I have a 70 hunter and I ran a lowbie through Deadmines. The total damage looks like this:

    Toon 409907
    Pet 49636

    Last fight mode shows

    Pet 49636
    Toon 3681

    So it looks like the pet damage is showing the total damage rather than the last fight damage. This propagates into the percentages as well

    Pet 1348.4%
    Toon 100.0%

    Just thought you might want to take a look at that.

    Thanks!
    D

  • May 12, 2008, 09:15AM (2 months, 1 week ago)

    Sweet addon ;) some things for the future:

    1) ive got teh addon on the left side of my screen and if i open the options pannel it will overlap with the minibar making it almos timpossible to drag.. would b nice if the menu would open to the other side or just not overlap with teh bar :)

    2) Didnt find it if its there, but a lock feature would b cool aswell... find myself dragging teh bar by accident quite often and would like to lock it in place.

    3) Could u add some sort of scaling for the minibar? it is rather large for my taste, but i like having the DPS showing :) maybe add another skin thats a lil more compact similar to dmgmeters or omen...

    4) does the instantaneous DPS showing in the minibar already include my pet? (BM hunter)

    5) There are still some bugs around.. for example sometimes my and other hunters pets show on top of the dmg done meters... obviously impossible yet i cant find a reason for it to happen. For exaple one time my pet was not only top with about 3.000.000 dmg but also had more than 4.000 DPS. If necessary i can make a screen next time it happens, if it does :P

    More to come if i find something :) keep up the good work

  • May 12, 2008, 10:10AM (2 months, 1 week ago)

    How do you reposition it? I can't seem to drag mine around at all. Do you need to hold a special key down? I wonder if I can't drag it because of a conflict with another add-on that I have installed.

  • May 12, 2008, 10:31AM (2 months, 1 week ago)

    Ok, I found the cause of the conflict: an add-on called FluidFrames that comes with Cosmos or Khaos (can't remember which) and which allows you to move and resize windows. Disabling that and I can now drag YACL.

  • May 10, 2008, 05:54PM (2 months, 1 week ago)

    I downloaded 2.4.020 - and though I have tried anything i can think of - and did search for other instances, I cant find a solution to my problem of the Skin showing no text or buttons - just ..neon green.

    I did combat and it did indeed show dmg done ect - with a solid neon green background. (img 4) :(

    Any help

    Here are some SS as well - p.s - it can show YACL or 0.0 onthe top bar - i realize the pictures have the 0.0 showing

    Image 1

    Image 2

    Image 3

    Image 4

  • May 11, 2008, 08:30AM (2 months, 1 week ago)

    That is strange. Could you please check without other addons. I mean, the green areas on your sceens should be yellow, and those areas are'nt loaded textures at all. Something is changing texture functions in your system. Disable all other addons. If it is working without, then bring in your other addons one after the other, and tell me which one caused the trouble. I will fix it then.

  • May 9, 2008, 10:30PM (2 months, 1 week ago)

    Not sure if anybody else ever had this but - I was my stats window in full mode before a boss fight. Somebody pulled before I could put it back in mini mode and I lost control of my movement keys (the arrows) for the entire fight and there was no way of getting them back until after combat. Bug?

  • May 10, 2008, 02:39PM (2 months, 1 week ago)

    If you are an cursor-key player, turn off the option that YACL uses the cursor keys for scrolling in the big list. The probplem is, that changing key assignment is a nono-function during combat. Thats why you loose control. I might be probably better to change the defaults for this setting, as all cursor-key players have that problem.

  • May 9, 2008, 12:21PM (2 months, 1 week ago)

    Is there any way to reposition the mini-window with the bars? It overlaps with the lateral action bars on the right-hand side and also with the mini-map coords which I have there. Tried dragging but no luck.

    Very nice add-on, btw.

    (Just tried posting this but it didn't seem to show up so posting again. Apologies if this shows up as a double post.)

  • May 5, 2008, 04:14AM (2 months, 2 weeks ago)

    Add-on is getting to be pretty darn nice. Came up with a couple more ideas if they can be added in at some point, no rush.

    1) Memory swap/save thing. The old Damage Meters had a memory register you could save the current meter to. Sometimes I'd use that to save meters after a kara run or whatever instance so I could look over them later, or link them to someone later when they log on.

    2) Would it be possible to add some way to see how many times a particular spell was used? Like, I'd like to be able to get a count of the number of times Starfire/Moonfire/wrath was used, or whatever other spells. Could be useful to see how many times a particular spell procs too (like seal of command). Probably just another column added to the end of the display that is just a +1 counter each time the spell is seen in the combat log.

  • May 11, 2008, 08:31AM (2 months, 1 week ago)

    1.) will be implemented in the future.

    2.) Is implemented in version 2.4.020

  • April 29, 2008, 08:42PM (2 months, 3 weeks ago)

    hey.
    first i'd just like to say how much i <3 this sexy addon. its made amends from my broken </3 after the bastards at damage metres decided "omg were gona be losers and not update our sexeh mawd".... um yeah.

    anyways i have a few sugestions to put in your next release.
    -i often find myself hitting the reset button by mistake when meaning to hit the close the side menu button. is there some way you can more apropietly mark the buttons (like put it in the tooltip or somthing), or even better make a confermation island in the middle of the screen or the meter itself.
    - i have many times found myself wandering back to this page wondering how to report the metre's data to the chat, and i can still not figure it out after having the mod for about a month and a half now. i have looked through all the posts and all the other people that have asked for(and seemingly receved) help, there posts and reply's are not enough for me to figure it out. also it told me to download the yacl fact... dident work. it just shows up with another mod that has 0kb file size. (its the alpha map pack or somthing) Adding a report button to the side menu would make me all giggly.

    thanks for reading, and for making such a great fallback damage metre.
    ~skelitor~
    ~zuluhed~

  • May 2, 2008, 07:59PM (2 months, 2 weeks ago)

    Done. Reset requires confirmation (as well as spamming reports).

    How do you spam a damage report ? Open the chatline and left click on the column header that you want to report.

  • April 24, 2008, 04:26PM (2 months, 3 weeks ago)

    the more I use this mod the more I like it. It's very slim on memory. One thing I'm trying to find out how to do is how do I change the info on the bars? I can put my total dps or whatever on the very top but don't know how to change the info displayed on the bars.

    Again thank you very much for the great Add-On

  • April 25, 2008, 12:39PM (2 months, 3 weeks ago)

    That function is available from version 2.4.017 onwards. Go to the settings menu and click on the big button at the bottom.

  • April 21, 2008, 08:31AM (2 months, 4 weeks ago)

    Woohoo configurable minibars! Great work! :)

    Feature request: it would be nice to get a confirmation option before spamming the meters into guild chat. Our guild doesn't allow dmg meter spam in guild chat, but I've seen quite some accidents happen lately. :)

 
  • Similar Addons
  •  
  1. 5,111 Omen Threat Meter Raids & Encounters
  2. 3,624 GroupCalendar Group/Guild Management, Quest ...
  3. 3,267 Deadly Boss Mods Raids & Encounters
  4. 2,744 Recount ... Combat
  5. 2,309 DamageMeters Combat
Advertisement