|
|
Author |
Message |
Karista
Joined: 08 Nov 2006 Posts: 4
|
Posted: Wed Nov 08, 2006 5:39 am Post subject: Loot Association with Boss |
|
|
I am trying to find how to associate the loot with the boss (or trash mob) that dropped it. Currently the export looks like:
## Lawbringer Chestguard ##
# Buyer #: Bouldarr
# Price #: 0.0 DKP
## Nightslayer Chestpiece ##
# Buyer #: Sianyde
# Price #: 0.0 DKP
It would be great if I could get it to have another line per item saying which boss the drop was associated with.
The DKP string has a <Boss> tag associated with each loot item, but when I add it to the default Warcraft CT RT format 0 string I get an error saying there is a number format Exception for "Trash mob".
Is there a way to alter the Loot Pattern and Loot Format to make this work, or am I going in the wrong direction? |
|
Back to top |
|
 |
Kolkas
Joined: 13 Apr 2006 Posts: 39
|
|
Back to top |
|
 |
Karista
Joined: 08 Nov 2006 Posts: 4
|
Posted: Wed Nov 08, 2006 3:35 pm Post subject: |
|
|
Isn't that a plugin to run on the EQDKP server side? I was just talking about the export created from the Export>Day>Plain Text option. |
|
Back to top |
|
 |
Kolkas
Joined: 13 Apr 2006 Posts: 39
|
Posted: Wed Nov 08, 2006 5:05 pm Post subject: |
|
|
| Karista wrote: |
| Isn't that a plugin to run on the EQDKP server side? I was just talking about the export created from the Export>Day>Plain Text option. |
Ah, ok, sorry...
Bye, Kol. |
|
Back to top |
|
 |
Karista
Joined: 08 Nov 2006 Posts: 4
|
Posted: Wed Nov 08, 2006 7:44 pm Post subject: |
|
|
I have no problems editing the Loot Pattern line to make it pull in the the Boss:
RaidInfo>Loot>key\d+:ItemName<(.+)>Player<(.+)>Time<(\d+)>Count<(\d+)>"Costs<(-?\d+(?#:\.\d+)?)"?>Boss<(.+)
Is there any way I can edit the Loot Format to get it to concatenate the Item Name and the Boss, so that it will treat it as one parameter when displaying and exporting?
The default is:
0|0|0|0|0|$3|$4|$2|$1|$5!0
Is there a way to do something goofy like:
0|0|0|0|0|$3|$4|$2|$1+$6|$5!0
I haven't been able to find correct syntax to make that work. |
|
Back to top |
|
 |
Lokorin Site Admin
Joined: 03 Apr 2006 Posts: 697
|
Posted: Sat Nov 11, 2006 12:38 pm Post subject: |
|
|
| Karista wrote: |
Is there any way I can edit the Loot Format to get it to concatenate the Item Name and the Boss, so that it will treat it as one parameter when displaying and exporting?
The default is:
0|0|0|0|0|$3|$4|$2|$1|$5!0
Is there a way to do something goofy like:
0|0|0|0|0|$3|$4|$2|$1+$6|$5!0 |
I'm afraid there isn't. I have added it as a suggestion along with arithmetic operators in DLPC21. |
|
Back to top |
|
 |
Karista
Joined: 08 Nov 2006 Posts: 4
|
Posted: Fri Nov 17, 2006 7:35 pm Post subject: |
|
|
[quote="Lokorin"]
| Karista wrote: |
Is there any way I can edit the Loot
I'm afraid there isn't. I have added it as a suggestion along with arithmetic operators in DLPC21. |
Cool. Thanks for the reply. The program is great by the way. |
|
Back to top |
|
 |
|