 |
| Welcome to Elitist Jerks |
|
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
To start viewing messages, select the forum that you want to visit from the selection below.
|
09/16/07, 11:31 PM
|
#26 (permalink)
|
|
Glass Joe
|
Originally Posted by Stapedius
In the standard deathlog after downloading I can not see the source which did dmg to the target like in your screenshot. Looking at the text tag for this part I am not able to include the name of the source easyily. Could you post your tag for this part?
|
The default Text2 tag is:
[GetValueField("type") == "Fade":"- "][GetValueField("type") == "Aura":"+ "][GetValueField("abilityName") | GetValueField("typeLocal"):Fuchsia][GetValueField("sourceName"):HideIf(~IsReport):Surround(" (", ")")]
Remove the HideIf(~IsReport) bit so it looks like:
[GetValueField("type") == "Fade":"- "][GetValueField("type") == "Aura":"+ "][GetValueField("abilityName") | GetValueField("typeLocal"):Fuchsia][GetValueField("sourceName"):Surround(" (", ")")]
|
|
|
|
|
|
09/17/07, 6:20 AM
|
#27 (permalink)
|
|
Piston Honda
Night Elf Rogue
Frostmourne
|
Is there a tag to tell if a unit is a pet or not? I dont want to see pets on group health etc.
|
|
|
|
|
|
09/17/07, 8:21 AM
|
#28 (permalink)
|
|
Glass Joe
Orc Shaman
Gorgonnash (EU)
|
Originally Posted by Cyn
Is there a tag to tell if a unit is a pet or not? I dont want to see pets on group health etc.
|
U can use "Class": Class ~= "PET"
|
|
|
|
|
|
09/18/07, 12:19 AM
|
#29 (permalink)
|
|
Jesus Goes for Gold!
Night Elf Warrior
Stonemaul
|
I love this mod.
|
|
|
|
|
|
09/18/07, 12:25 AM
|
#30 (permalink)
|
|
Piston Honda
Blood Elf Death Knight
Mal'Ganis
|
So I installed Assessment and started tanking a 5-man. Nothing shows up on the Damage Dealt display set, no matter what mobs we kill. I must be missing something.
|
|
|
|
|
|
09/18/07, 12:32 AM
|
#31 (permalink)
|
|
Piston Honda
Night Elf Rogue
Frostmourne
|
This seems to be yet another issue caused yesterday by the Rock check in, causing omen to break, assessment to break, as well as a few other things
|
|
|
|
|
|
09/18/07, 1:10 AM
|
#32 (permalink)
|
|
Still alive
Human Rogue
Cenarion Circle
|
Yeah, it's a Parser issue. ckknight has fixed it, I believe. Your next update should resolve it.
|
|
|
|
|
|
09/18/07, 2:11 AM
|
#33 (permalink)
|
|
Glass Joe
|
Originally Posted by Rizzen
This looks pretty interesting, most of all that Death display. The thing is, I was wondering if this mod has a way to show data from just specific fights (like how Recount splits data up between each time you enter/exit combat)?
|
Assessment remembers the last X fights. If you have BigWigs installed and turn on the bigwigs record feature in Assessment, it'll also record your boss kills for you to inspect at a later date. If you do enable this, make sure you go and clean out fights that you're no longer interested in at some stage, or the memory usage will just steadily grow. (I have the last month worth of 25-man raid kills stored, and it takes some crazy amount of memory, but I can see how long we took, what skills were used, who died, and how they died, etc.)
You can also manually record any fight data to peruse at another time.
Last edited by Roartindon : 09/18/07 at 12:20 PM.
|
|
|
|
|
|
09/18/07, 2:40 AM
|
#34 (permalink)
|
|
Zing!
Zrave
Blood Elf Paladin
No WoW Account
|
I've been using Assessment for exactly that - record and study boss kill history. Along with WWS, it's an invaluable analysis tool to break down fights for detailed analysis. Thanks again Roar for an excellent mod.
|
|
|
|
|
|
09/18/07, 11:21 AM
|
#35 (permalink)
|
|
Glass Joe
Murloc Hunter
Cho'gall (EU)
|
I'm trying to modify the third text in the "Damage Taken Hit Details" display set in order to show the relative percentage of each value.
Instead of :
1.Hit (20) 163k
2.Crushing Blow (5) 20k
I would like to have :
1.Hit (20) 80% 163k
2.Crushing Blow 20% 20k
I'm not able to achieve this result, can anyone help me please ?
|
|
|
|
|
|
09/18/07, 12:17 PM
|
#36 (permalink)
|
|
Glass Joe
|
Originally Posted by Tromal
I'm trying to modify the third text in the "Damage Taken Hit Details" display set in order to show the relative percentage of each value.
Instead of :
1.Hit (20) 163k
2.Crushing Blow (5) 20k
I would like to have :
1.Hit (20) 80% 163k
2.Crushing Blow 20% 20k
I'm not able to achieve this result, can anyone help me please ?
|
For % of damage
[(BarValue/TotalBarValue):Percent]
For % of hit count, it's a bit more complicated:
[(Count/GetField("damageTaken", WindowParameter(1), "attackDetails", WindowParameter(2), "count")):Percent]
|
|
|
|
|
|
09/18/07, 1:08 PM
|
#37 (permalink)
|
|
Von Kaiser
Human Warlock
Xavius (EU)
|
Is there an easy way to sort the deaths view by time of death? Being able to see who died first and why would be wonderful.
|
|
|
|
|
|
09/18/07, 1:47 PM
|
#38 (permalink)
|
|
Piston Honda
|
is it possible to get things like % of time something is up/active?
Say, % of the time players are idle
% of time a debuff (or buff) is up?
|
|
|
|
|
|
09/18/07, 2:36 PM
|
#39 (permalink)
|
|
Glass Joe
|
Originally Posted by tdx
Is there an easy way to sort the deaths view by time of death? Being able to see who died first and why would be wonderful.
|
Use the flat death list. Go to Assessment -> Display Sets -> Flat Death List and mark it as a favorite if you want it to appear as an option on the top level menu.
Otherwise right click on the window title and select display set -> flat death list
|
|
|
|
|
|
09/18/07, 2:37 PM
|
#40 (permalink)
|
|
Glass Joe
|
Originally Posted by Diogo
is it possible to get things like % of time something is up/active?
Say, % of the time players are idle
% of time a debuff (or buff) is up?
|
At the moment, no. In the future: possibly, not sure yet how I want to present this info.
|
|
|
|
|
|
09/18/07, 3:57 PM
|
#41 (permalink)
|
|
Still alive
Human Rogue
Cenarion Circle
|
Roartindon, one thing I've run into is that I can't report just the displayed portion of a set. The death timeline is a good example. I have my reporting set to report 10 lines, but it always reports the first 10 lines in the set, which isn't enough to convey the death timeline properly. It would rock if I could scroll the window to a subsection of the set and report that - maybe a second report option like "report visible" or similar.
|
|
|
|
|
|
09/18/07, 4:00 PM
|
#42 (permalink)
|
|
Glass Joe
|
Originally Posted by Antiarc
Roartindon, one thing I've run into is that I can't report just the displayed portion of a set. The death timeline is a good example. I have my reporting set to report 10 lines, but it always reports the first 10 lines in the set, which isn't enough to convey the death timeline properly. It would rock if I could scroll the window to a subsection of the set and report that - maybe a second report option like "report visible" or similar.
|
I haven't added it yet, because it's a bit of a UI hazard.
If you have a edit box open, shift clicking any row will paste that text into the chat edit box.
If you use a negative limit, you can show the bottom x lines of window too.
|
|
|
|
|
|
09/18/07, 4:21 PM
|
#43 (permalink)
|
|
Still alive
Human Rogue
Cenarion Circle
|
Great. Thanks.
|
|
|
|
|
|
09/19/07, 3:18 AM
|
#44 (permalink)
|
|
Glass Joe
Blood Elf Hunter
Twilight's Hammer (EU)
|
Firstly, amazing mod! Thank you so much for the great work.
Second, is there any easy way to copy a window's layout/look onto another or at least a way to set up a default so that one doesn't need to redo everything every time? I looked around in the options but just couldn't seem to find it anywhere.
Lastly, do the saved data sets sit in memory all the time or do they get loaded on demand? From what I could see it seems to be LoD.
Oh and where does it get saved locally? I looked in all the spots I could think of and found nothing.
Thanks
|
|
|
|
|
|
09/19/07, 7:53 AM
|
#45 (permalink)
|
|
Von Kaiser
|
Anyone know how to make a list of when someone in a raid uses a certain skill?
So something that resembles this:
1. 11:12:05 Bob - Fireball
2. 11:13:10 Paul - Fireball
etc...
The context I'd be using it in would be for something like Najentus in BT. Where I can see when people use the "Hurl Spine" skill which is when they break the shield he uses.
I can sort of work out how to display it, but I don't know the values/functions to use to get the right data.
I can also see in that persons "Damage Dealt" section that they used the Hurl Spine move, so I think the data is there. It's just a case of displaying it the right way.
The only other question I have is about whether the flat death list type is the right one to use? It looks like the format I want.
|
|
|
|
|
|
09/19/07, 12:34 PM
|
#46 (permalink)
|
|
King Hippo
Tauren Warrior
Gorgonnash (EU)
|
I'd like to add 4% of everyones melee damage to my own bar in a different color.
Yes, that's quite a request^^.
|
|
|
|
|
|
09/19/07, 2:10 PM
|
#47 (permalink)
|
|
ToW FTW
|
I was a long time user of SW Stats, then played with both Assessment and Violation back when Threat 1.0 was first being tested/released. I settled with Violation, but am thinking more nad more about coming back to Assessment.
Off the wall question, I know PoM is nearly impossible for all mods to capture. I was wondering if it would be possible to come up with a tag string that would credit a particular priest with all PoM heals (say if they are the only healing priest in the raid), or to move all PoM heals for a specific tank to a specific priest, that kind of thing.
|
|
|
|
|
|
09/19/07, 4:15 PM
|
#48 (permalink)
|
|
Von Kaiser
Tauren Shaman
Mannoroth (EU)
|
Since I updated a few hours ago, I am no longer able to report anything.
Is it only me?
|
|
|
|
|
|
09/19/07, 10:47 PM
|
#49 (permalink)
|
|
Glass Joe
|
Originally Posted by Kelaserra
I was a long time user of SW Stats, then played with both Assessment and Violation back when Threat 1.0 was first being tested/released. I settled with Violation, but am thinking more nad more about coming back to Assessment.
Off the wall question, I know PoM is nearly impossible for all mods to capture. I was wondering if it would be possible to come up with a tag string that would credit a particular priest with all PoM heals (say if they are the only healing priest in the raid), or to move all PoM heals for a specific tank to a specific priest, that kind of thing.
|
Assessment has Prayer of Mending tracking. It's meant to attribute all Prayer of Mending to the priest that originally casted it. It was working fine in simple tests; I committed an updated prayer of mending tracking a few minutes ago that attempts to resolve some of the weirdness that can happen.
|
Second, is there any easy way to copy a window's layout/look onto another or at least a way to set up a default so that one doesn't need to redo everything every time? I looked around in the options but just couldn't seem to find it anywhere.
|
Unfortunately, not yet. One of those things I've meant to do many times, and just haven't found the time yet.
|
Anyone know how to make a list of when someone in a raid uses a certain skill?
|
Assessment doesn't record the time of every attack used, but you can get a list of how many times/total damage that ability used. See the mana potions example on the previous page for a rough guide - you can set it up to watch Hurl Spine
I'd like to add 4% of everyones melee damage to my own bar in a different color.
Yes, that's quite a request^^.
|
Can be done with the tags, but probably entirely useless :P
|
|
|
|
|
|
09/19/07, 11:36 PM
|
#50 (permalink)
|
|
Von Kaiser
|
|
Assessment doesn't record the time of every attack used, but you can get a list of how many times/total damage that ability used. See the mana potions example on the previous page for a rough guide - you can set it up to watch Hurl Spine
|
Thanks anyway, that should do for the moment.
|
|
|
|
|
|
|