PvPLog 0.6.1 Release

Forum Dedicated to PvPLog, (The WoW PvP data collector addon), and PvPLog related topics

Moderator: bsmorgan

PvPLog 0.6.1 Release

Postby mrmuskrat » Mon Oct 23, 2006 10:43 am

Version 0.6.1 of PvPLog has been released.

Changes since 0.6.0
* Added a button to the Earth Features Menu (or the Khaos menu if the Earth Features Menu is disabled) in Cosmos (if installed).
* Added PvPLog to the myaddons menu (if installed).
* Added an option to disable the minimap button courtesy of Atolicus.
* Added realm to the PvP UI window (and PurgeLogData table) courtesy of Atolicus.
* Fixed a bug with the Minimap table after resetting the data.
* Added UI_OPEN, UI_CLOSE, DESCRIPTION, UI_MINIMAP_BUTTON to localization.lua (translations needed).
* Additional German translations by yamyam.

Get it today!
Last edited by mrmuskrat on Wed Nov 15, 2006 1:15 am, edited 1 time in total.
User avatar
mrmuskrat
WR.net Journeyman
WR.net Journeyman
 
Posts: 117
Joined: Sat Jul 29, 2006 9:50 pm

PvPLog 0.6.1 Release

Postby zanix » Mon Oct 23, 2006 12:12 pm

So, PvPLog gathers the realm now?
can I get a sample pvplog.lua file so Roster can be updated to accept the new data
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

PvPLog 0.6.1 Release

Postby mrmuskrat » Tue Oct 24, 2006 5:05 am

Blast it! I really need to set up some revision control software here at home. The version of PvPLogUI.lua included in the zip supports realms but not the version of PvPLog.lua. I'll get it corrected.

I don't have the data handy right now but in the mean time it's just additional data in PvPLogData and PurgeLogData.
Code: Select all
      PvPLogData[realm][player].battles[vname].realm = vrealm;
...
      PurgeLogData[realm][player].battles[PurgeCounter].realm = vrealm;
User avatar
mrmuskrat
WR.net Journeyman
WR.net Journeyman
 
Posts: 117
Joined: Sat Jul 29, 2006 9:50 pm

PvPLog 0.6.1 Release

Postby mrmuskrat » Tue Oct 24, 2006 5:42 am

Anyone who has downloaded 0.6.1 needs to do so again. I'm sorry.

zanix,
Code: Select all
PvPLogData = {
   ["Khaz'goroth"] = {
      ["Celoris"] = {
         ["notifyKill"] = "none",
         ["guilds"] = {
            ["Some Guild"] = {
               ["wins"] = 1,
               ["loss"] = 2,
            },
         },
         ["battles"] = {
            ["SomeChar"] = {
               ["zone"] = "Warsong Gulch",
               ["loss"] = 2,
               ["realm"] = "Tichondrius",
               ["class"] = "Shaman",
               ["wins"] = 1,
               ["enemy"] = 1,
            },
         },
         ["MiniMap"] = {
            ["enabled"] = 1,
            ["drag"] = "CIRCLE",
            ["config"] = 0,
            ["faction"] = "Alliance",
            ["position"] = -50.10218417258501,
            ["icon"] = "Interface\\Icons\\INV_BannerPvP_02",
            ["tooltip"] = "Right click: Toggles config",
         },
         ["vendor"] = "wowroster.net",
         ["dingTimeout"] = 30,
         ["dingSound"] = "AuctionWindowOpen",
         ["enabled"] = true,
         ["dispLocation"] = "overhead",
         ["mouseover"] = true,
         ["version"] = "0.6.1",
         ["display"] = false,
         ["ding"] = false,
         ["notifyDeath"] = "none",
         ["notifyDeathText"] = "%n (Level %l %r %c) killed me at [%x,%y] in %z (%w).",
         ["notifyKillText"] = "I killed %n (Level %l %r %c) at [%x,%y] in %z (%w).",
      },
   },
}

PurgeLogData = {
   ["Khaz'goroth"] = {
      ["Celoris"] = {
         ["enabled"] = true,
         ["mouseover"] = true,
         ["PurgeCounter"] = 5005,
         ["battles"] = {
            [7404] = {
               ["guild"] = "AGuild",
               ["zone"] = "Warsong Gulch",
               ["subzone"] = "Warsong Lumber Mill",
               ["class"] = "Shaman",
               ["date"] = "10/23/06 19:19:48",
               ["enemy"] = 1,
               ["win"] = 0,
               ["race"] = "Tauren",
               ["name"] = "SomeChar",
               ["honor"] = 0,
               ["rank"] = "Champion",
               ["lvlDiff"] = 0,
               ["bg"] = 3,
               ["realm"] = "Tichondrius",
            },
         },
         ["version"] = "0.6.1",
         ["showzone"] = "on",
         ["vendor"] = "wowroster.net",
         ["PurgeCounter"] = 7411,
      },
   },
}
User avatar
mrmuskrat
WR.net Journeyman
WR.net Journeyman
 
Posts: 117
Joined: Sat Jul 29, 2006 9:50 pm

PvPLog 0.6.1 Release

Postby zanix » Tue Oct 24, 2006 6:58 am

Thanks
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US


Return to PvPLog

Who is online

Users browsing this forum: No registered users and 0 guests

cron