|
|
Author |
Message |
Grolits
Joined: 18 Oct 2006 Posts: 8
|
Posted: Tue Oct 31, 2006 3:56 am Post subject: *loot - *begin - *end |
|
|
When I start a raid and do the *commands it reads it for me fine but it seems that it doesnt pick it up for the other 2 officers in the raid and when they do a parsing of the nights events it isnt recognizing any of it.
Is the string based on the individuals *command or should it being said by one (that are all in the same channel) be recognized by others? |
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Tue Oct 31, 2006 7:59 am Post subject: |
|
|
By default it only picks up things said by the logger, it can be changed to pick up any command in a specific channel though. If you can tell me what patterns you currently use and what channel you want to authorize then I can show you the needed modifications. |
|
Back to top |
|
 |
SirKastagier
Joined: 27 Oct 2006 Posts: 8
|
Posted: Tue Oct 31, 2006 9:43 am Post subject: |
|
|
that would be a really nice feature. eg take a userchannel only for logging and split the work in the raid. |
|
Back to top |
|
 |
Grolits
Joined: 18 Oct 2006 Posts: 8
|
Posted: Tue Oct 31, 2006 1:05 pm Post subject: |
|
|
*begin
*end
*loot name - item - points
channel mlfwc |
|
Back to top |
|
 |
SirKastagier
Joined: 27 Oct 2006 Posts: 8
|
Posted: Tue Oct 31, 2006 1:25 pm Post subject: |
|
|
and a command for the participants, like *add %t or add <name> and *remove |
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Tue Oct 31, 2006 8:48 pm Post subject: |
|
|
In EQ the patterns would be:
Begin pattern:
| Code: |
| \[\w{3} (\w{3}) (\d{2}) (\d{2}):(\d{2}):(\d{2}) (\d{4})] (?:You tell|.+? tells) mlfwc:\d+, '\*[bB]egin' |
End pattern:
| Code: |
| \[\w{3} (\w{3}) (\d{2}) (\d{2}):(\d{2}):(\d{2}) (\d{4})] (?:You tell|.+? tells) mlfwc:\d+, '\*[Ee]nd' |
Loot pattern:
| Code: |
| \[\w{3} (\w{3}) (\d{2}) (\d{2}):(\d{2}):(\d{2}) (\d{4})] (?:You tell|.+? tells) mlfwc:\d+, '\*[Ll]oot (\w+) - (.*?) - (-?\d+(?:\.\d+)?)' |
|
|
Back to top |
|
 |
Grolits
Joined: 18 Oct 2006 Posts: 8
|
Posted: Tue Oct 31, 2006 11:39 pm Post subject: |
|
|
| SirKastagier wrote: |
| and a command for the participants, like *add %t or add <name> and *remove |
That would be great for if you are a few minutes late and the raid is formed you can get those who are missing |
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Wed Nov 01, 2006 9:40 am Post subject: |
|
|
| Grolits wrote: |
| SirKastagier wrote: |
| and a command for the participants, like *add %t or add <name> and *remove |
That would be great for if you are a few minutes late and the raid is formed you can get those who are missing |
It exists for classic mode (through the add and remove commands, which can be modified analogically). It's possible to add manual commands for joining and leaving for join/leave mode. |
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
|
Back to top |
|
 |
|