vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | WhoPinged version 0.3 by usea |
2 | a very minimal and simple addon to help identify players who ping the minimap |
||
3 | |||
4 | -features- |
||
5 | multiple methods to display the person who has pinged, or is pinging the minimap. |
||
6 | the ability to ignore certain players' pings. for those times the raid leaders are afk or apathetic |
||
7 | |||
8 | |||
9 | /wp - toggles "ping identifying". while enabled, whenever a new player pings the minimap you will see their name in the chat frame. this can potentially cause a large amount of spam so I recommend you only enable this for short periods. note: if a player pings the map twice in a row, no message is shown. assume unreported pings came from the player last reported to have pinged. |
||
10 | /wp last - prints to your chat frame the last two players to ping the minimap. keep in mind that these values don't expire, so the second-to-last player who pinged the map may have done so many hours in the past. |
||
11 | /wp ignore <player> - adds a player to your minimap ping ignore list. you will not receive their minimap pings until you unignore them. |
||
12 | /wp unignore <player> - removes a player from your minimap ping ignore list. |
||
13 | /wp list - lists the players whose minimap pings you're currently ignoring. |
||
14 | /wp zone - toggles display of the last person to ping the minimap in the zone field located above the minimap. enabled by default. |
||
15 | /wp help - shows a list of slash commands |
||
16 | |||
17 | |||
18 | 0.3 |
||
19 | - major rewrite. |
||
20 | - added slash command handler (type /wp help) |
||
21 | - added pinger's name in the zone field above the minimap (optionally, enabled by default) |
||
22 | - added the ability to ignore individual players' pings |
||
23 | |||
24 | 0.2 |
||
25 | - first release! |
||
26 | |||
27 | 0.1 |
||
28 | - pre-release |