|
|
Author |
Message |
silverscout
Joined: 05 Aug 2006 Posts: 9
|
Posted: Sat Aug 05, 2006 4:19 pm Post subject: Can this be done? |
|
|
for world of warcraft with the new ct raid.
0.5 pts for showing up on time
0.5 pt per hour in the instance after the start
1.0 pt per boss killed that drops a NON-Quest Epic item.
If so, can someone help me/us with the setting up.
btw, dkp log parser ftw.. great job man.
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Sat Aug 05, 2006 6:49 pm Post subject: Re: Can this be done? |
|
|
| silverscout wrote: |
| 0.5 pts for showing up on time |
Set the DKP bonus per participant (from first) option to "0.5".
| Quote: |
| 0.5 pt per hour in the instance after the start |
The default DKP bonus per participant option will do this. The value set will be awarded to every interval, so one can for instance set it to "0.25" if one uses an interval size of 30 minutes.
| Quote: |
| 1.0 pt per boss killed that drops a NON-Quest Epic item. |
This is a bit harder. I'm assuming that this is WoW with CT RaidTracker we're talking about.
I see two ways to do this with patterns, and neither is perfect because CT RT does not group loot per boss kill.
1. Give 1.0 per epic item dropped from a boss (so multiple items from the same boss would give more than 1.0)
2. Give 1.0 per boss (i.e. not checking whether an epic item dropped).
I don't think the CT RT log can tell what items that are quest items and which are not, so that would have to be handled manually. Both of the options would result in one manually having to remove additional events.
First of all how to get the reward to be 1.0: Just alter the event format in the configuration (under the Parse patterns->Join/Leave tab) so that the last 0 is replaced by 1 (the reward you want). I.e. replace it with
. If you go with option 2 then you wont have to do anything else. If you want to use option 1 then you will have to replace the event pattern with something like the following (untested because I don't have anything to test it on. I'm also assuming epic is orange?):
| Code: |
| RaidInfo>Loot>key\d+:Time<(\d+)>Color<ffff8000>Boss<!Trash mob>ItemName<(.+) |
|
|
Back to top |
|
 |
silverscout
Joined: 05 Aug 2006 Posts: 9
|
Posted: Wed Aug 09, 2006 3:51 pm Post subject: |
|
|
replacing the last part with a 1 still isn't doing the boss adds.
here is the full string of the new version of ctraid
event pattern:
RaidInfo>BossKills>key\d+:time<(\d+)>name<(.+)
event format:
0|0|0|0|0|$1|$2|$1
I even tried
0|0|0|0|0|$1|$2|1
in the events screen it is not showing anything.
|
|
Back to top |
|
 |
silverscout
Joined: 05 Aug 2006 Posts: 9
|
Posted: Wed Aug 09, 2006 4:23 pm Post subject: |
|
|
hmm i reset everything to try from scratch.
"nothing in the log matched the parse patterns
could this be due to the bonus (interval) pattern: bonus (interval) format participant pattern and form empty?
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Wed Aug 09, 2006 4:35 pm Post subject: |
|
|
If you're using CT RT configured with old format set to 0, boss kill logging enabled and the "World of Warcraft (CT RT [post 1.25.8], boss kills as events)" pattern set then that is strange (that pattern set should give you the events, but with a reward of 0).
| Quote: |
| could this be due to the bonus (interval) pattern: bonus (interval) format participant pattern and form empty? |
That should not be affecting anything. "nothing in the log matched the parse patterns" usually means that the member list is empty or that the correct pattern set hasn't been selected.
Could you please upload the log or send it to me so that I can ensure that it doesn't contain anything special that's throwing the parse off?
|
|
Back to top |
|
 |
silverscout
Joined: 05 Aug 2006 Posts: 9
|
Posted: Thu Aug 10, 2006 6:30 pm Post subject: |
|
|
ok lets try the attachment again.
how do i change the settings?
I dont know how to get into the admin consol of it.
| Description: |
|
 Download |
| Filename: |
zg.txt |
| Filesize: |
22.62 KB |
| Downloaded: |
89 Time(s) |
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Fri Aug 11, 2006 7:35 am Post subject: |
|
|
That log does indeed use the old format. According to the download page one can change it by issuing the following command.
|
|
Back to top |
|
 |
silverscout
Joined: 05 Aug 2006 Posts: 9
|
Posted: Sun Oct 08, 2006 12:30 am Post subject: |
|
|
with the new settings, This is not working anymore..
what did you change lol.
The error is
"Nothing in the log matched the parse settings"
| Description: |
|
 Download |
| Filename: |
log.xml |
| Filesize: |
24.02 KB |
| Downloaded: |
67 Time(s) |
| Description: |
|
 Download |
| Filename: |
ack.xml |
| Filesize: |
8.97 KB |
| Downloaded: |
167 Time(s) |
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Sun Oct 08, 2006 8:59 am Post subject: |
|
|
It seems that you're parse mode is set to First/Last, it should be set to some form of Join/Leave.
|
|
Back to top |
|
 |
silverscout
Joined: 05 Aug 2006 Posts: 9
|
Posted: Sun Oct 08, 2006 10:15 pm Post subject: |
|
|
I will try this tonight.
If that is true, I will wear the dunce hat for the week.
Another question.
We are getting some people that attend a boss fight then leave afterwards. However, they are not being recoreded for being their for the fight while others are.
what could cause this?
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Mon Oct 09, 2006 5:32 pm Post subject: |
|
|
| silverscout wrote: |
We are getting some people that attend a boss fight then leave afterwards. However, they are not being recoreded for being their for the fight while others are.
what could cause this? |
Could you please send me the log and detail which members that are affected? You might have found a bug.
|
|
Back to top |
|
 |
silverscout
Joined: 05 Aug 2006 Posts: 9
|
Posted: Fri Oct 13, 2006 11:14 pm Post subject: |
|
|
Kromiam and Penguin
| Description: |
|
 Download |
| Filename: |
MC.txt |
| Filesize: |
24.02 KB |
| Downloaded: |
86 Time(s) |
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Sat Oct 14, 2006 5:06 pm Post subject: |
|
|
This is what I saw looking in the log (all times are in UTC):
Kromiam: Joined 0:57, left 3:55
Pengwyn: Joined 0:57, left 3:50
Events:
2:18 - Garr
3:03 - Baron Geddon
3:47 - Shazzrah
6:22 - Golemagg the Incinerator
Both players are recorded as having been present during the first three events (but not the fourth) which appears to be correct by only looking at the contents of the log. So some data must not have been recorded in the log (e.g. the log missing a join) if one of them were present at 6:22 .
|
|
Back to top |
|
 |
silverscout
Joined: 05 Aug 2006 Posts: 9
|
Posted: Sun Oct 15, 2006 12:42 am Post subject: |
|
|
If you look at this line.
Golemagg the Incinerator 1160202175
Darkspell1160182626
Rukiddingme1160182626
Ethop1160182626
Kevario1160182626
Weaselz1160182626Z
xion1160182626I
ceblaze1160182626
Bearna1160182626
Sinstrad1160182626
Summerseve1160182626
Amarant1160182626
Dargovon1160182626
Manoris1160182629
Quinna1160182630
Bowmaster1160182639
Vaan1160182642
Varreidenn1160182644
Pengwyn1160182665
Rac1160182666
Kromiam1160182674
they are also listed again in the same line.
|
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Sun Oct 15, 2006 9:14 am Post subject: |
|
|
I'm afraid that I don't understand what you wanted to point out by the last post. Those are the join times (0:57) if I'm not mistaken.
|
|
Back to top |
|
 |
|