Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coolmodi committed Aug 10, 2019
1 parent 39b246c commit 0e4df57
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# Hitlist
A WoW Classic addon for tracking people to kill... a hitlist! And a bit more.

A WoW Classic addon that lets you put names on a list and then notifies you whenever it finds them around you. You really don't like Playerxyz? You want to see him dead? Put him on the list and add a reason like "Maximum unskilled player that killed me!". Next time he is around you will know!

It can also sync that list with other people, either in guild or by using a custom chat channel. Additionally it can show you nearby hostile players, and tell you if someone stealthed.

## Features
* Keep a list of names and the reason for why you want them dead
* Notifies you when someone on the list is found
* Sync the list with other people
* Find nearby hostile players and show them in a list, guesses class and level based on spells used*
* Click to target from notification or nearby list
* Notify about stealth use, either for all or only for people on the list
* Can show the names of the last attacking players on death
* **/hl** for chat commands

## Images
![Target list](images/list.png)

Target notification and nearby hostiles list:

![Target notification](images/targetnot.png)
![Nearby list](images/listnb.png)

### Note
This was developed against the BfA API, bearly tested in Classic stress test. It seems to work fine on the surface, but especially the sync feature has a high chance of being a broken mess, or maybe it actually works, no testing about that was done yet :D

*Blizzard removed spell IDs from combat log as of the pre-launch event, so level prediction can't use ranks now, minimal possible level is shown.
Binary file added images/list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/listnb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/targetnot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e4df57

Please sign in to comment.