Go Back   EQ2Flames Forum > Information and Resources > EQ2 Fan Site and Resource Provider Forums > Advanced Combat Tracker Forums > General ACT Discussion

Reply
 
LinkBack Thread Tools
Old 02-06-2009, 10:33 AM  
My CA order is //\
 
_Anonymous_'s Avatar
 

Posts: 15
Photos: (0)

Icon4 Assassins Perspective - Basics (questions)

Greetings, I am looking for two things; a little help on what I can do to improve and/or track my dps from an analytical standpoint, and have a short resource for assassins.

"I want to use ACT and TTS to anounce Dispatch only when it lands, along with the caster's name."


How-to:
Regex:

(.+?)'s? (?:Dispatched|Dispatch)(?: critically)? hits.+

TTS:

$1 Dispatch


"I want to use ACT and TTS to anounce when CoB and PoTM is spam'd into Chat_Window_X"

Careful with this one, it is meant to be broad and needs to be given a little customization and time but it seems to be the baseline for ACT notifications

How-to:
Regex:

\\aPC -?\d+ [^:]+:([^\\]+)\\/a says to the (?:group|raid party|guild), "(.*?([Cc][Oo][Bb]|[Pp][Oo][Tt][Mm]).*)"

TTS:
$1 X
-or-
$1 N X

Example for TTS:

$1 has just casted $3

Where N is option text - anything you want and X is $2 or $3 depending on preference:

Just some notes about this regex. If used in a replace string, such as TTS:
$1 = Player name
$2 = Entire quoted chat text
$3 = "CoB" or "PoTM" as matched

How-to create custom timers <a good start>:
http://www.eq2flames.com/general-act-discussion/16634-making-accurate-timer.html

To-do's:
For Jcap I would like to be able to hear TTS when I recieve Jcap and when I am able to recieve it again

I would also like to be able to know when it is cast, who cast it and who it was cast on.... I believe there is an emote when it is cast now, can anyone help me with this?

If you have information on improving what I have done in this thread please post it, or other good ideals for assassins / must haves for raiders

Thank you ...


Just crap I want to keep for now:

Let's take the first Regex:
\\aPC -?\d+ [^:]+:([^\\]+)\\/a tells you, "(.*?([Ss]hard|[Jj]cap|Jester).*)"
You can replace the green text with the keywords you need. Things like [Ss] means it looks for a single S character of either case.

If you want to use TTS, you can have it speak some of the things it captured. As I mentioned before, "$1 $3" will simply say the player name and the keyword.

The following will look for things in raid, guild or group chat...
\\aPC -?\d+ [^:]+:([^\\]+)\\/a says to the (?:group|raid party|guild), "(.*?([Rr][Oo][Dd]|[Pp][Oo][Tt][Mm]).*)"

You may notice that these are considerably more complicated than the other ones given. There is no other reason than they are more efficient. Meaning less CPU time consumed by ACT.
__________________
________________

...If you put $3 into the TTS field, instead of saying "three dollars" it will say ...

Last edited by _Anonymous_; 02-06-2009 at 02:46 PM.
_Anonymous_ is offline   Reply With Quote
Old 02-06-2009, 11:49 AM  
ACT Developer
 
EQAditu's Avatar
 
Character: Aditu
Guild: Cataclysm
Server: Permafrost

Posts: 1,295
Photos: (11)

Send a message via ICQ to EQAditu Send a message via AIM to EQAditu Send a message via MSN to EQAditu Send a message via Yahoo to EQAditu
Default Re: Assassins Perspective - Basics (questions)

Quote:
Originally Posted by _Anonymous_ View Post
{...}

I would like to be able to parse out Dispatch and who's cast it was, then using the TTS in ACT have it say PlayerX Dispatch.

So far I have:
.+? (?:Dispatched|Dispatch)(?: critically)? hits.+


This is TTS'd to say: 'Dispatch Dispatch' and with only one brigand this works well, however I would like to be able to say PlayerX Dispatch, and while I understand how to change the TTS, I'm not sure on how to put in PlayerX's name. I have seen some mention of this in a few forums but not sure I understand how the ... is it called Regex? or syntax for the entry.

Does this Regex mean that Dispatch has landed or has been cast? I would like to only have it say TTS if the spell has landed.


Is this right? would this provide my disired outcome:
\\aPC -?\d+ [^:]+[^\\]+)\\/a .+? (?:Dispatched|Dispatch)(?: critically)? hits.+

Then for the TTS I could put in 'one dollah Dispatch' or rather '$1 Dispatch' and that would say PlayerX Dispatch
The part that you added to the second regex which was originally the first regex would only remotely work if combat messages had player name links. They are simply text, so there's no funny syntax to get the player name.
(.+?)'s? (?:Dispatched|Dispatch)(?: critically)? hits.+ will work. It is looking for a hit specifically. Any sort of avoided attack will not be matched by the regex.

Quote:
If it is not too much trouble I should also like to do the same for Jcap and CoB if you have the syntax.

For CoB and PoTM is this still accurate? I think this is almost the same thing at the bottom of this post:

\\aPC -?\d+ [^:]+[^\\]+)\\/a says to the (?:group|raid party|guild), "(.*?([Cc][Oo][Bb]|[Pp][Oo][Tt][Mm]).*)"

Just some notes about this regex. If used in a replace string, such as TTS:
$1 = Player name
$2 = Entire quoted chat text
$3 = "CoB" or "PoTM" as matched

For Jcap I would like to be able to hear TTS when I recieve Jcap and when I am able to recieve it again

I would also like to be able to know when it is cast, who cast it and who it was cast on.... I believe there is an emote when it is cast now, can anyone help me with this?

{...}
The regexes here are for when the casters themselves notify you through chat. I'm not really privy to what the new emotes may be after AAs.
EQAditu is offline   Reply With Quote
Old 02-06-2009, 02:12 PM  
My CA order is //\
 
_Anonymous_'s Avatar
 

Posts: 15
Photos: (0)

Default Re: Assassins Perspective - Basics (questions)

So I will need to find the emote and post it here, and someone may be able to help me with a regex. Thank you for the reply
__________________
________________

...If you put $3 into the TTS field, instead of saying "three dollars" it will say ...
_Anonymous_ is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are On


Sponsor Ads


All times are GMT -4. The time now is 10:07 AM.


Design By: Miner Skinz.com Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Template-Modifications by TMS