EQ2AFKAlarm 1.0 (05/20/07)

SuperNoob

Active Member
This is the first release of an chat monitor / alarm system. This was shameless snagged from the WoW version of AFKAlarm and changed / extended to work with EQ2. Thanks to Cr4zyb4rd this also has Text-to-Speech capabilities (requires ISXTTS extension).

Extract this into your script directory and run EQ2AFKAlarm.iss. I have included some sound files, but feel free to mix and match the assigned sounds to suit your personal tastes.

I plan on continuing to refine the code and add more features in the future. Post comments or suggestions here or catch me on irc.

-SN
 

Attachments

iceband184

Active Member
I cant seem to get this to work ever since LU 37. I send my 2nd char a tell and nothing happens, when I run the test sound, it does work. Ive tried this with logging off and on
 

SuperNoob

Active Member
I'll take a look at it, but the whole thing needs to be redone to use the chat events instead of triggers any how.

FYI - Been using it myself and it has been working, did you by any chance change your chat options? I had to fix mine when I added timestamps to the chat window.

-SN
 

maxpoint

Active Member
Any chance someone could re-visit this ? It's extremely handy for anyone running multiple boxes so we can know when one gets a tell we aren't actively watching.

Thank you to anyone who gives it a shot :)
 

SuperNoob

Active Member
Change the following lines to match this:

Code:
	AddTrigger MySays	  "@speaker@ says, "@what@"
	AddTrigger MyTells	"@speaker@ tells you, "@what@""
	AddTrigger MyGroup	"@speaker@ says to the group, "@what@"
	AddTrigger MyRaid	  "@speaker@ says to the raid party, "@what@"
	AddTrigger MyGuild	"@speaker@ says to the guild, "@what@"
	AddTrigger MyOfficer "@speaker@ says to the officers, "@what@"
Sorry I missed the posts, the development project I "volunteered" to help with took a bunch more hours than I planned.

-SN
 

gavkra

Active Member
dozzier said:
Any luck with this? Not getting any response at all. Loads cna run sound test but thats about it.
Took a while for me to solve this. Take the code change above and put it in exactly. Or, make sure the right "spaces" are there to match what a /tell looks like!
 

Valerian

ISX Specialist
Updated And Working.

I've updated the eq2afkalarm, and gotten it all working, including text to speech (with my new LSMTTS module). All EQ2AFKAlarm files and the module are now on the svn.

And yes, it does work with timestamped chat. I'm thinking I'll need to strip the links out of text though, at least for the TTS portion.
 

Valerian

ISX Specialist
Updated LSMTTS.dll to LSModule v18. You may download it in the Modules folder of the SVN. Required update if you want the Text To Speech features.
 
Top Bottom