DKP Log Parser Forum Index
 Forum FAQ   Search   Register   Log in 
 About   Download   Forum   Wiki   Development
again someone needs help with german eq2

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    DKP Log Parser Forum Index -> Patterns

Author

Message

SirKastagier



Joined: 27 Oct 2006
Posts: 8

PostPosted: Fri Oct 27, 2006 11:07 pm    Post subject: again someone needs help with german eq2

Reply with quote


I tried to use the patterns from the thread below, but couldn't get it to work.

dkplp shows the raidmembers, but not loot or event.

here is part of the /whoraid command output to the log:

(1161972722)[Fri Oct 27 20:12:02 2006] /werraubzug-(/whoraid)-Suchergebnisse für den Dauerfrost:
(1161972722)[Fri Oct 27 20:12:02 2006] ------------------------------------------
(1161972722)[Fri Oct 27 20:12:02 2006] [60 Monk] Tranquility (Mensch)
(1161972722)[Fri Oct 27 20:12:02 2006] [57 Furie] Gissy (Kerraner)
(1161972722)[Fri Oct 27 20:12:02 2006] [57 Mystiker] Yimili (Hochelf)
(1161972722)[Fri Oct 27 20:12:02 2006] [69 Berserker] Gorila (Barbar)
(1161972722)[Fri Oct 27 20:12:02 2006] [62 Ranger] Shanee (Dunkelelf)
(1161972722)[Fri Oct 27 20:12:02 2006] [70 Zauberer] Rondrah (Hochelf)
(1161972722)[Fri Oct 27 20:12:02 2006] [50 Inquisitor] Tsokudo (Dunkelelf)
(1161972722)[Fri Oct 27 20:12:02 2006] [70 Paladin] Granitface (Barbar)
(1161972722)[Fri Oct 27 20:12:02 2006] [53 Furie] Videochris (Kerraner)
(1161972722)[Fri Oct 27 20:12:02 2006] [62 Hexenmeister] Kazzerl (Hochelf)
(1161972722)[Fri Oct 27 20:12:02 2006] [70 Zauberer] Reality (Hochelf)
(1161972722)[Fri Oct 27 20:12:02 2006] 11 Spieler gefunden.

this appears to my comments for loot in the logfile:

(1161975052)[Fri Oct 27 20:50:52 2006] Ihr sagt zu Gilde,"*Loot tsokudo - ätherische stiefel - 50"

I used the pattern postet in Dastys Thread from May.

I would really appreciate some help here. Thanks in advance.

Kastagier

Back to top

Lokorin
Site Admin


Joined: 03 Apr 2006
Posts: 697

PostPosted: Sat Oct 28, 2006 10:16 am    Post subject:

Reply with quote


Zone pattern:
Code:
\((\d+)\)\[.*?\] /werraubzug-(/whoraid)-Suchergebnisse für den (.*?):\Z

Loot pattern:
Code:
\((\d+)\)\[.*?\] Ihr sagt zu Gilde,"\*[Ll]oot (\w+) - (.*?) - (-?\d+(?:\.\d+)?)"\Z

Event pattern:
Code:
\((\d+)\)\[.*?\] Ihr sagt zu Gilde,"\*[eE]vent (.+)\s?-\s?(-?\d+(?:\.\d+)?)"


Please tell me whether they worked or not.

Back to top

SirKastagier



Joined: 27 Oct 2006
Posts: 8

PostPosted: Sat Oct 28, 2006 10:40 am    Post subject:

Reply with quote


Loot works perfect. Thank you.

But I can't find the Zone information in the parser. Participation of all Members is shown.

Event appears like: #1 | 20.12 | - Raid Alandria | 0.0 | $1:$2

So the parser is in the wrong columns, i guess.

Logentry is:

(1161972751)[Fri Oct 27 20:12:31 2006] Ihr sagt zu Gilde,"*Event - Raid Alandria - 25"

Used the pattern you postet.

Is there any kind of manual for all the settings in the parser?
Are the pattern all regular expressions like in unix grep search? Is there probably a manual, too?

Thanks a lot. Especially for the very quick response!

Back to top

Lokorin
Site Admin


Joined: 03 Apr 2006
Posts: 697

PostPosted: Sat Oct 28, 2006 1:38 pm    Post subject:

Reply with quote


Quote:
Event appears like: #1 | 20.12 | - Raid Alandria | 0.0 | $1:$2
...
Logentry is: (1161972751)[Fri Oct 27 20:12:31 2006] Ihr sagt zu Gilde,"*Event - Raid Alandria - 25"


I assumed a format of "*Event <event name> - <reward>", but the pattern can easily be configured to your liking. It should have picked up the reward though, if that doesn't work after changing the command format then please send me a small testlog so that I may test it.

The zone info should have oppped up under "Raid name" next to the reward intervals, if not then that pattern probably needs some tweaking.

Quote:
Is there any kind of manual for all the settings in the parser?
Are the pattern all regular expressions like in unix grep search? Is there probably a manual, too?


Classic patterns manual: http://dkplp.org/wiki/Classic_%28patterns%29
Configuration manual: http://dkplp.org/wiki/Category:Configuration

Back to top

SirKastagier



Joined: 27 Oct 2006
Posts: 8

PostPosted: Sat Oct 28, 2006 2:27 pm    Post subject:

Reply with quote


sry, can't find any zone information anywhere.

I attached part of the actual log i did yesterday for testpurposes. I cutted out all the chat-stuff and left only the stuff related to the parser. Hope thats enough. Whole log is about 1.3 Mb.

Thnx for the links. Start diving in that right now. Next Raid is in 3 hrs so I have only little time to prepare.



testlog parser.txt
 Description:

Download
 Filename:  testlog parser.txt
 Filesize:  4.8 KB
 Downloaded:  125 Time(s)

Back to top

SirKastagier



Joined: 27 Oct 2006
Posts: 8

PostPosted: Sat Oct 28, 2006 2:52 pm    Post subject:

Reply with quote


i don't have a tab "reward intervals"......

Back to top

Lokorin
Site Admin


Joined: 03 Apr 2006
Posts: 697

PostPosted: Sun Oct 29, 2006 3:59 pm    Post subject:

Reply with quote


SirKastagier wrote:
i don't have a tab "reward intervals"......


Is your reward system set to "Time and event based hybrid"? I was assuming that was the reward system you were using.

Back to top

SirKastagier



Joined: 27 Oct 2006
Posts: 8

PostPosted: Mon Oct 30, 2006 5:31 am    Post subject:

Reply with quote


no, it isn't. Right now we use an event-based System. Just would like to have the zonenames for description.

But we are diskussing using a hybridsystem, dkp fpr time spending in the raid and event/mob based bonus system.

I am bloody beginner in raids and this is my first time using software for dkp. but i see some light at the end Embarassed

Back to top

Lokorin
Site Admin


Joined: 03 Apr 2006
Posts: 697

PostPosted: Mon Oct 30, 2006 8:25 am    Post subject:

Reply with quote


The reason I wanted to know is that in that case I have been giving you the wrong patterns, the following should work better (this one has been tested).

Event pattern:
Code:
\((\d+)\)\[.*?\] /werraubzug-\(/whoraid\)-Suchergebnisse f.+?r den (.*?):

Event format:
Code:
0|0|0|0|0|$1|$2|0


That assumes that you enter the reward manually afterwards. The other option is to use the event command (in which case you have to type the event name). Which is done with the following pattern.

Event pattern:
Code:
\((\d+)\)\[.*?\] Ihr sagt zu Gilde,"\*[eE]vent (.+)\s?-\s?(-?\d+(?:\.\d+)?)"

Event format:
Code:
0|0|0|0|0|$1|$2|$3

Back to top

SirKastagier



Joined: 27 Oct 2006
Posts: 8

PostPosted: Mon Oct 30, 2006 4:55 pm    Post subject:

Reply with quote


Thank you. Gonna test this out ASAP. Hopefully we do a raid this tuesday night.

Back to top

Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    DKP Log Parser Forum Index -> Patterns All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group
SoftGreen 1.1 phpBB theme © DaTutorials.com 2005