| Updated: | 04-10-10 07:32 PM |
| Created: | 04-06-10 09:48 PM |
| Downloads: | 762 |
| Favorites: | 10 |
| MD5: |
![]() |
Comment Options |
|
|
|
|
Thanks for this addon as I like to keep track of who gets what, so in that aspect it is very useful, thanks.
|
|
|
|
|
|
|
|
Thank you for your kind words.
![]() I'm currently on a hiatus from wow (until cataclysm, possibly), but I will look into adding custom reorganization of the database fields for exporting. |
|
|
|
|
|
|
|
I wanted to comment and let you know how much I'm enjoying using RaidLooter and that I hope you continue development on it. I've tried multiple different MLing addons for use with my guild's 10man runs and this one streamlines everything and the export function makes transferring loot info out my guild's forums a snap.
I do have one question regarding the export function. If I wanted to reorder the fields on the CSV export, would it cause problems if I changed: Code:
CSVButton.Function = function()
local Message = ""
for Index = 1, #RaidLooterDB do
local Timestamp, PlayerName, GuildRank, ItemName, BossName, Spec = string.split("$", RaidLooterDB[Index])
Message = Message .. format("\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\"\n", Timestamp, PlayerName, GuildRank, ItemName, BossName, Spec)
end
ExportFrame_EditBox:SetText(Message)
end
Code:
Message = Message .. format("\"%s\",\"%s\",\"%s\",\"%s\",\"%s\",\"%s\"\n", Timestamp, BossName, PlayerName, ItemName, Spec, GuildRank)
end
Thanks! ~Belia |
|
|
|
|
|
||
Also new in BETA-0.2 is a debugging button on the export frame. This is for testing purposes, and it will output any loot messages that fail to pass my algorithm of detecting raid loot into the export frame editbox. I don't anticipate any new issues with loot detection, considering I tested this one even more thoroughly, but you never know. ![]() |
||
|
|
|
|
|
|
I'll try running this tonight, see if there are bugs/errors.
|
|
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.