Skip to content

Hardcore Death Logging Addon for Azerothcore peppernz/mod-hardcore module

License

Notifications You must be signed in to change notification settings

peppernz/mod-hardcore-client-addon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HCDeaths

This addon displays and logs hardcore deaths.
You can move the toast or log by holding ctrl and shift and dragging.
You can reset the toast or log position by holding ctrl and shift and right clicking.

Commands:

  • /hcd message - toggle system death messages
  • /hcd move - toggles the toast so you can move it
  • /hcd log - toggle death log
  • /hcd log scale num - sets the death log scale to num
  • /hcd toast - toggle toast popups
  • /hcd toast scale num - sets the toast popup scale to num
  • /hcd toast time num - sets the number of seconds the toast will display to num
  • /hcd progress - toggle level progress toasts
  • /hcd color - toggle toast ring colors
  • /hcd deathsound - toggle toast deathsounds
  • /hcd levelsound - toggle toast levelsounds
  • /hcd reset - reset settings

Screenshots:

image

hcd3

hcd1

image

Death Logs:

Hardcore deaths will be saved to "\WTF\Account\ACCOUNTNAME\SavedVariables\HCDeaths.lua".

Example of an entry in SavedVariables\HCDeaths.lua:

	[1] = {
		["zone"] = "Elwynn Forest",
		["stime"] = "01:41:46",
		["killerName"] = "Natural Causes",
		["killerClass"] = "ENV",
		["killerLevel"] = "nil",
		["lastWords"] = "nil",
		["playerClass"] = "Rogue",
		["playerLevel"] = 10,
		["sdate"] = "2023/11/06",
		["hcType"] = "HC",
		["playerName"] = "Tents",
		["deathType"] = "PVE",
	},

About

Hardcore Death Logging Addon for Azerothcore peppernz/mod-hardcore module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%