Download
(30Kb)
Download
Updated: 03-15-23 12:32 AM
Pictures
File Info
Compatibility:
Dragonflight patch (10.0.5)
Updated:03-15-23 12:32 AM
Created:07-30-16 09:41 AM
Downloads:3,152
Favorites:4
MD5:

gmAutopsy

Version: 1005-2023031501
by: gmarco, Wexen

gmAutopsy
(previously known as Autopsy)

A very simple death report.
It also can announces if someone ...

- dies.
- dispells
- kicks
- spellsteals

Requires a data broker display like chocolate bar, bazooka, ninjapanel, stat block, titan panel, docking station, buttonbin and more.

The configurations are done via LDB or in the options panel.
The possible output channels are:

SELF: prints information only in player's chat.
GROUP: try to guess and reports to the right [ party|raid|instance_chat ] channel.
LDB: only show in tooltip

If you are interested in helping translating, please visit forum:
https://www.wowinterface.com/downloa...24097#comments

providing the following entries:

Lua Code:
  1. L["Right-Click"]        = ""
  2. L["Left-Click"]         = ""
  3. L["Middle-Click"]       = ""                           
  4. L["Time"]               = ""
  5. L["Source"]             = ""
  6. L["Target"]             = ""
  7. L["Spell"]              = ""
  8. L["Damage"]             = ""
  9. L["Overkill"]           = ""
  10. L["Channel"]            = ""
  11. L["Report on|off"]      = ""
  12. L["Reset Data"]         = ""
  13. L["Demo"]               = ""
  14. L["Whisp Player"]       = ""
  15. L["Show Spell"]         = ""
  16. L["No deaths recorded yet"] = ""
  17. L["You was killed by %s with %s overkill %s"] = ""
  18. L["%s: %s killed %s with %s damage of %s overkill %s"] = ""
  19. L["%s: %s killed %s with %s melee overkill %s"] = ""

Example in Italian:

Lua Code:
  1. -- Italian translations by me
  2. L["Right-Click"]        = "Tasto-Destro"
  3. L["Left-Click"]         = "Tasto-Sinistro"
  4. L["Middle-Click"]       = "Tasto-Centrale"
  5.  
  6. L["Time"]               = "Orario"
  7. L["Source"]             = "Sorgente"
  8. L["Target"]             = "Bersaglio"
  9. L["Spell"]              = "Incantesimo"
  10. L["Damage"]             = "Danno"
  11. L["Overkill"]           = "Eccedenza"
  12.  
  13. L["Channel"]            = "Canale"
  14. L["Report on|off"]      = "Report On/Off"
  15. L["Reset Data"]         = "Reset dei dati"
  16. L["Demo"]               = "Mostra Demo"
  17.  
  18. -- etc etc ...

Actually it supports for the following locale:
- enUS
- itIT
- zhTW. Thanks to BNS.
- zhCN. Thanks to BNS.

TODO:
Because I was unable to find a _GLOBAL string that can be used as title for the option of speallsteal I decided that dispell and spellsteal use the same configuration checkbox till I found one suitable :-)

1005-2023031501
- added the optionals totals
- added the optionals icons

1005-2023031101
- dump toc
- added an "options" panel
- it can now show also dispel, kicks and steals made by group's members

915-2021110401
- Used the latest LibQTip v.9.1.5-1-g4c6a3d8
- dump toc

915-2021110301
- Hotfix a libqtip error. (taken from xodiv inputs in curseforge pages).
- bump toc

900-2020101801
- update libqtip to the latest 442326b-alpha

900-2020101401
- bump toc
- first fixes to work with 9.0.x
- update libqtip to the latest

830-2020040701
- create legenda and modified key/mouse layouts
- cosmetics
- SCALE factor
- fixed a localization keyword

830-2020033002
- fix a wrong version toc file

830-2020033001
- update the chinese localization (zhCN and zhTW) by BNS. Thanks so much my friend.

830-2020032901
- rewritten using libqtip
- localizations

830-2020031501
- bump toc

820-2019062801
- bump toc

810-2018122201
- bump toc

801-2018091101
- fixed a bug that prevents to catch the death :(

801-2018081101
- bump toc

720-2017032801
- bump toc

1.0-2016123101
- fix a bug in group chat output

1.0-2016123001
- Added the display in the tooltip of the last 40 reports
- Added the possibility to use LDB only to log.

1.0-2016121801
- I uploaded the wrong addon :)

1.0-2016121601
- small code cleanup

1.0-2016121501
- change LDB icons
- rewrite and cleanup most of the code.
- removed all the options and configurations from panel addons.
it was not really necessary because everything can be setup with 2 mouse clicks.

1.0-2016102601
- bump toc

1.0-2016092201
- simplified the code

1.0-2016073001
- bump toc for 7.0
- changed name into gmAutopsy

1.0-2015062401
- bump toc for 6.2

1.0-2015022501
- bump toc for 6.1

1.0-2014111001
- modified tooltip text

1.0-2014101501
- bump toc for 6.0

1.0-2013101501
- Removed a debug output

1.0-2013101201
- hopefully fix, but not yet tested, the flexible raid chat output
- added LDB support

1.0-2013091001
- bump toc for 5.4

1.0-2013052101
- bump toc

1.0-2013030401
-- TOC bump
-- Change naming system
Optional Files (0)


Archived Files (4)
File Name
Version
Size
Author
Date
1005-2023031101
29kB
gmarco
03-11-23 01:24 PM
1000-2022110601
27kB
gmarco
11-06-22 01:44 AM
915-2021110401
27kB
gmarco
11-04-21 12:46 AM
915-2021110301
27kB
gmarco
11-03-21 02:47 PM


Post A Reply Comment Options
Unread 03-30-20, 08:38 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Updated in version: 830-2020033002



Thanks so much !!!
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 03-30-20, 04:52 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
Originally Posted by gmarco
You are right.
It is my fault. It was not clear if not in my mind

L["You was killed by %s with %s overkill %s"] = ""
the %s are: spellname, damage and overkill damage in this order .
Example:
"You was killed by [Ice Lance] with 524k overkill 123k"


L["%s: %s killed %s with %s damage of %s overkill %s"]
the %s are: ADDON, source,target,spell/melee, damage,overkill damage
Example:
"gmAutopsy: Black Mage killed Axilea with [Ice Lance] damage of 524k overkill 123k"


L["%s: %s killed %s with %s melee overkill %s"]
the %s are: ADDON, source,target,damage,overkill damage
Example:
"gmAutopsy: Black Mage killed Axilea with 524k melee overkill 123k"

Hope they are more clear now. Were your translation correct ?
Thanks so much for your help !
Thanks for the explanation, the revised part is translated as follows:
zhTW:
Code:
L["You was killed by %s with %s overkill %s"] = "你被擊殺透由%s 傷害%s 過量%s" 
L["%s: %s killed %s with %s damage of %s overkill %s"] = "%s: %s 擊殺了%s 透由%s 傷害為%s 過量%s"
L["%s: %s killed %s with %s melee overkill %s"] = "%s: %s 擊殺了%s 傷害為%s近戰攻擊 過量%s"
zhCN:
Code:
L["You was killed by %s with %s overkill %s"] = "你被击杀透由%s 伤害%s 过量%s" 
L["%s: %s killed %s with %s damage of %s overkill %s"] = "%s: %s 击杀了%s 透由%s 伤害为%s 过量%s"
L["%s: %s killed %s with %s melee overkill %s"] = "%s: %s 击杀了%s 伤害为%s近战攻击 过量%s"
Report comment to moderator  
Reply With Quote
Unread 03-29-20, 09:50 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by BNS
Due to the differences between Chinese grammar and Western European grammar (including English and Italian), several translations may have errors.
Example: L["%s: %s killed %s with %s damage of %s overkill %s"]
I have to know what each %s means to translate accurately.


You are right.
It is my fault. It was not clear if not in my mind

L["You was killed by %s with %s overkill %s"] = ""
the %s are: spellname, damage and overkill damage in this order .
Example:
"You was killed by [Ice Lance] with 524k overkill 123k"


L["%s: %s killed %s with %s damage of %s overkill %s"]
the %s are: ADDON, source,target,spell/melee, damage,overkill damage
Example:
"gmAutopsy: Black Mage killed Axilea with [Ice Lance] damage of 524k overkill 123k"


L["%s: %s killed %s with %s melee overkill %s"]
the %s are: ADDON, source,target,damage,overkill damage
Example:
"gmAutopsy: Black Mage killed Axilea with 524k melee overkill 123k"

Hope they are more clear now. Were your translation correct ?
Thanks so much for your help !
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 03-29-20, 06:09 AM  
BNS
A Kobold Labourer
 
BNS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 111
Uploads: 1
zhTW:
Code:
L["Time"] 				= "時間"
	L["Source"]				= "來源"
	L["Target"]				= "目標"
	L["Spell"]				= "法術"
	L["Damage"]				= "傷害"
	L["Overkill"]			= "過量"
	
	L["Channel"] 			= "頻道"
	L["Report on|off"]		= "報告 On/Off"
	L["Reset Data"]			= "重設數據"
	L["Demo"]				= "範例"
	
	L["No deaths recorded yet"] = "尚未有死亡紀錄"
	
	L["You was killed by %s with %s overkill %s"] = "你被擊殺由%s 使用%s 過量 %s" 
	L["%s: %s killed %s with %s damage of %s overkill %s"] = "%s: %s 擊殺了%s 使用%s 傷害為%s 過量%s"
	L["%s: %s killed %s with %s melee overkill %s"] = "%s: %s 擊殺了%s 使用%s 近戰攻擊過量%s"
	
	L["Whisp Player"]		= "密語玩家"
	L["Show Spell"]			= "顯示法術"
zhCN:
Code:
L["Time"] 				= "时间"
	L["Source"]				= "来源"
	L["Target"]				= "目标"
	L["Spell"]				= "法术"
	L["Damage"]				= "伤害"
	L["Overkill"]			= "过量"
	
	L["Channel"] 			= "频道"
	L["Report on|off"]		= "报告 On/Off"
	L["Reset Data"]			= "重设数据"
	L["Demo"]				= "范例"
	
	L["No deaths recorded yet"] = "尚未有死亡纪录"
	
	L["You was killed by %s with %s overkill %s"] = "你被击杀由%s 使用%s 过量 %s" 
	L["%s: %s killed %s with %s damage of %s overkill %s"] = "%s: %s 击杀了%s 使用%s 伤害为%s 过量%s"
	L["%s: %s killed %s with %s melee overkill %s"] = "%s: %s 击杀了%s 使用%s 近战攻击过量%s"
	
	L["Whisp Player"]		= "密语玩家"
	L["Show Spell"]			= "显示法术"
Due to the differences between Chinese grammar and Western European grammar (including English and Italian), several translations may have errors.
Example: L["%s: %s killed %s with %s damage of %s overkill %s"]
I have to know what each %s means to translate accurately.
Report comment to moderator  
Reply With Quote
Unread 09-20-18, 11:14 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by Halona
Originally Posted by gmarco
Originally Posted by Halona
This does exactly what I want to happen in combat. Would it be an easy fix for you to make a combat toggle?
Hi,
can you explain better what you mean ?

Thanks.
Well it only reports the death after combat ends but I want it to happen during combat and I don't see any config options besides changing which channel it reports to.
Hi,
the addon should report the death as soon as it happens.

If you use the channel SELF it should works just fine and as expected. The problem with other channels are probably due to something related to the permission of writing in "public" channels or some buffering policies.
I have to check this iussue.

In the SELF channel you can also print the link and the escape codes while this is not possibile in the others channels.

I'll let you know.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 09-17-18, 08:42 PM  
Halona
A Murloc Raider

Forum posts: 6
File comments: 11
Uploads: 0
Originally Posted by gmarco
Originally Posted by Halona
This does exactly what I want to happen in combat. Would it be an easy fix for you to make a combat toggle?
Hi,
can you explain better what you mean ?

Thanks.
Well it only reports the death after combat ends but I want it to happen during combat and I don't see any config options besides changing which channel it reports to.
Report comment to moderator  
Reply With Quote
Unread 09-17-18, 01:49 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by Halona
This does exactly what I want to happen in combat. Would it be an easy fix for you to make a combat toggle?
Hi,
can you explain better what you mean ?

Thanks.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 09-16-18, 10:32 PM  
Halona
A Murloc Raider

Forum posts: 6
File comments: 11
Uploads: 0
This does exactly what I want to happen in combat. Would it be an easy fix for you to make a combat toggle?
Last edited by Halona : 09-16-18 at 10:32 PM.
Report comment to moderator  
Reply With Quote
Unread 01-13-17, 12:10 AM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by EmeraldPhoenix
Hey, I was wondering how to configure this addon? It says in the overview that it's done via LDB but I have no idea what that is, another addon?

Thanks.
Hi,
sorry about that. I have modified the addon description stating that the addon requires a data broker display like chocolate bar, bazooka, ninjapanel, stat block, titan panel, docking station, buttonbin and more.

These are usually a little top bar where the addon anchor itself. Then you can configure addon with left and mouse click.

Let me know.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 01-10-17, 10:27 PM  
EmeraldPhoenix
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hey, I was wondering how to configure this addon? It says in the overview that it's done via LDB but I have no idea what that is, another addon?

Thanks.
Report comment to moderator  
Reply With Quote
Unread 12-18-16, 01:05 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by gmarco
Originally Posted by Magus ut Talon
wrong file? (gmDurability)

if i download it directly over the main screen and download button, i get gmDurability. After downloading it by "other Downloads" i got the right one.

Ops... let me check asap
Fixed,
thanks so much for your input.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 12-18-16, 12:57 PM  
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view AddOns

Forum posts: 362
File comments: 334
Uploads: 46
Originally Posted by Magus ut Talon
wrong file? (gmDurability)

if i download it directly over the main screen and download button, i get gmDurability. After downloading it by "other Downloads" i got the right one.

Ops... let me check asap
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
Report comment to moderator  
Reply With Quote
Unread 12-18-16, 02:56 AM  
Magus ut Talon
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
wrong file? (gmDurability)

if i download it directly over the main screen and download button, i get gmDurability. After downloading it by "other Downloads" i got the right one.
Last edited by Magus ut Talon : 12-18-16 at 02:59 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: