Download
(4Kb)
Download
Updated: 01-03-17 02:05 PM
Pictures
File Info
Compatibility:
Return to Karazhan (7.1.5)
Legion (7.0.3)
Updated:01-03-17 02:05 PM
Created:12-19-10 09:43 AM
Downloads:6,276
Favorites:24
MD5:

StealthWatch  Popular! (More than 5000 hits)

Version: 1.4.1
by: Waky [More]

  • StealthWatch is an extremely lightweight addon that watches your combat log for stealthing players.
  • (Stealth, Vanish, Prowl, Invisibility, Camouflage, Invisibility Potion, Lesser Invisibility Potion)
  • StealthWatch will print out [The player's name] [Their class] cast [Spell/Move link] -- colored by their faction.
  • [Example] Waky (Mage) cast [Invisibility]
------------------------------------------------
  • The two slash commands are /stw or /stealthw.
  • After the slash command use either "on" or "off" to turn the addon on or off... If you put neither it will open the options panel.
  • [Example] /stw on
    [Response] StealthWatch has been enabled.
  • In the options panel to change which chatframe to print the message to enter the name of the chatframe in the yellow text - Default is "General" (This is not a case-sensative entry.)
------------------------------------------------
  • Please let me know of any improvements or bugs you can think of/find.

_v1.4.1
* TOC Bump
+ Added Shroud of Concealment, Greater Invisibility, and Stealthman 54

_v1.4
* Updated for 4.2 (Combat Log)

_v1.3
* Updated for 4.1 (Combat Log)

_v1.2.1
* Fixed the errors made by v1.2... :D

_v1.2
+ Added option to only show players from the opposite faction stealthing

_v1.1.1
* Minor TOC mishap fixed
+ Added option to hide your own stealthing from printing

_v1.1
+ Added options panel, accessed by typing /stw or /stealthw
- Removed debugging print text I foolishly left in :P
* Fixed some race names on the Horde.

_v1.0.2
* Completely fixed issue of faction-specific colors for players.
+ Option to toggle showing of (Race) and (Class) added -- No GUI to toggle it, must be done manually

_v1.0.1
* Fixed issue of shadowmeld not having a link
* Fixed issue of all players showing up in blue text, rather than faction-specific.
Post A Reply Comment Options
Unread 01-10-11, 03:16 AM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Totally missed the in game options *doh*
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 01-09-11, 03:26 PM  
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view AddOns

Forum posts: 200
File comments: 90
Uploads: 20
That "SWDB" part of the file is only used once and from then on it uses the saved variable. You have to change it in-game either through the options /stw or by typing
Code:
/run SWDB.oppOnly = true
Originally posted by creepy_inc
Code:
SWDB = {
	Enabled = true,
	showClass = true,
	showRace = false,
	selfShow = false,
	oppOnly = true,
	chatFrame = 1,
}
local SWDBD = {
	Enabled = true,
	showClass = true,
	showRace = false,
	selfShow = false,
	oppOnly = true,
	chatFrame = 1,
Last edited by Waky : 01-09-11 at 03:26 PM.
Report comment to moderator  
Reply With Quote
Unread 01-08-11, 06:50 PM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by Waky
What did you change in the Lua file?
Code:
SWDB = {
	Enabled = true,
	showClass = true,
	showRace = false,
	selfShow = false,
	oppOnly = true,
	chatFrame = 1,
}
local SWDBD = {
	Enabled = true,
	showClass = true,
	showRace = false,
	selfShow = false,
	oppOnly = true,
	chatFrame = 1,
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 01-05-11, 02:12 PM  
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view AddOns

Forum posts: 200
File comments: 90
Uploads: 20
Originally posted by creepy_inc
Not sure what I'm doing wrong but I keep seeing my own factions stealth messages (I changed it in the LUA file.)
What did you change in the Lua file?
Report comment to moderator  
Reply With Quote
Unread 01-03-11, 04:06 PM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Not sure what I'm doing wrong but I keep seeing my own factions stealth messages (I changed it in the LUA file.)
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 12-28-10, 01:45 PM  
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view AddOns

Forum posts: 200
File comments: 90
Uploads: 20
Version 1.2 has been released
*Added option to only show enemy players stealthing (flyg's request)

Please be sure to suggest new features that I could add later on!
Report comment to moderator  
Reply With Quote
Unread 12-27-10, 07:45 AM  
flyg
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
Originally posted by Waky
Please be sure to suggest new features that I could add later on! [/b]
possible to make it only display enemy players stealthing?
Report comment to moderator  
Reply With Quote
Unread 12-24-10, 11:43 AM  
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view AddOns

Forum posts: 200
File comments: 90
Uploads: 20
Originally posted by Sintacks
Now I get to look at your code to see how you changed the custom output <.<

I ended up making mine output two places. Not sure how yours is doing it now. I'll find out in a minute.


edit:

k.. after looking at code, i can still hardcode a second output.

I like it in mSBT static, and in ChatFrame3 (my Raid/party/boss emote/BG/etc window)
That definitely wouldn't be a difficult thing to accomplish, but I know I wouldn't output it to two places so I figured not many other people would either :P
Report comment to moderator  
Reply With Quote
Unread 12-24-10, 03:37 AM  
Sintacks
A Murloc Raider

Forum posts: 4
File comments: 121
Uploads: 0
Now I get to look at your code to see how you changed the custom output <.<

I ended up making mine output two places. Not sure how yours is doing it now. I'll find out in a minute.


edit:

k.. after looking at code, i can still hardcode a second output.

I like it in mSBT static, and in ChatFrame3 (my Raid/party/boss emote/BG/etc window)
Last edited by Sintacks : 12-24-10 at 03:41 AM.
Report comment to moderator  
Reply With Quote
Unread 12-23-10, 08:52 PM  
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view AddOns

Forum posts: 200
File comments: 90
Uploads: 20
Version 1.1.1 has been released
*Fixed a TOC error with unsynchronized version numbers
*Added option to not print yourself stealthing

Please be sure to suggest new features that I could add later on!
Report comment to moderator  
Reply With Quote
Unread 12-22-10, 04:33 PM  
thebigmunch
A Deviate Faerie Dragon

Forum posts: 15
File comments: 11
Uploads: 1
Hehe. God only knows how many times I've left a print in one of my addons. And still haven't been able to figure out why Blizzard calls them Undead some places and Scourge in others.
Report comment to moderator  
Reply With Quote
Unread 12-22-10, 04:13 PM  
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view AddOns

Forum posts: 200
File comments: 90
Uploads: 20
Originally posted by thebigmunch
Just a couple snafus with the latest fix. In the table of horde races "Blood Elf" should be "BloodElf" and "Undead" should be "Scourge". And there is a debugging print call left in the raceCheck function : P
Thank you, thank you, and thank you lol. Fixing all of these in the update I'm uploading after this post.
Report comment to moderator  
Reply With Quote
Unread 12-22-10, 04:00 PM  
thebigmunch
A Deviate Faerie Dragon

Forum posts: 15
File comments: 11
Uploads: 1
Just a couple snafus with the latest fix. In the table of horde races "Blood Elf" should be "BloodElf" and "Undead" should be "Scourge". And there is a debugging print call left in the raceCheck function : P
Last edited by thebigmunch : 12-22-10 at 04:06 PM.
Report comment to moderator  
Reply With Quote
Unread 12-21-10, 07:51 PM  
Sintacks
A Murloc Raider

Forum posts: 4
File comments: 121
Uploads: 0
Originally posted by Waky
I've completely fixed the wrong color issue now in the upcoming update and I've added the option for showing (Class) and (Race)

I'll look into the custom chat output now!

>.< i already hardcored the mSBT bit into mine. :x

and i did it with the version that doesn't have class/race :|
Report comment to moderator  
Reply With Quote
Unread 12-21-10, 03:45 PM  
Waky
A Cobalt Mageweaver
 
Waky's Avatar
AddOn Author - Click to view AddOns

Forum posts: 200
File comments: 90
Uploads: 20
I've completely fixed the wrong color issue now in the upcoming update and I've added the option for showing (Class) and (Race)

I'll look into the custom chat output now!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: