PvPLogCreated by Interrupt - Last updated on April 28 2005
Download
PvPLog
Author: Josh Estelle Version: 0.4.6 Use: PvPLog will automatically log your PvP wins and losses as well as your duel wins and losses. You can enable/disable PvPLog with: /pvplog enable /pvplog disable When disabled PvPLog will *not* track any of your PvP activites. When you win/lose a PvP battle, or duel, PvPLog will notify you as the data is recorded. You may change the notification location from overhead to the chat panel or turn it off all together. /pvplog location overhead /pvplog location chat /pvplog location none Whenever you mouseover someone for which you have a PvP record the mouseover tool tip will contain the number of wins and losses you have against that player. It will also produce an audible ding on mouseover to inform you of a player you have a record with. At this time a message is also displayed overhead with your record. The sound used for this audible ding may be changed with: /pvplog dingsound AuctionWindowOpen /pvplog dingsound igMainMenuOpen If you don't want this ding to pop-up for people you've dueled against you can use the following: /pvplog ding noduel Or if you only want the ding to happen when its someone you've killed or whos killed you, and not someone who belongs to a guild that's killed you or you've killed, then use: /pvplog ding noguild Or if you don't want notifications for either duels or guilds, rather just individuals that you've killed or have killed you, use: /pvplog ding noGuildOrDuel You may also change the timeout on this ding, the default is to only ding every 2 minutes (120 seconds), you may change this with: /pvplog dingtimeout seconds When targetting a player you have a PvP record with, your record will be displayed below the target window. This text is movable. /pvplog targetreset May be used to reset the text to its original position. You may search for a specific players record against you using: /pvplog find <search string> The search string can be found in the players name, class, race, or guild. Examples include: /pvplog find Interrupt /pvplog find int /pvplog find tauren /pvplog find shaman /pvplog find syndicate You may get some basic statistics using: /pvplog stats You may get the version of PvPLog with: /pvplog version When you kill or are killed, you may have this information reported via chat to your party, guild, raid, or another channel. To change this setting use: /pvplog notifykills none /pvplog notifykills party /pvplog notifykills guild /pvplog notifykills raid /pvplog notifykills channelname (for your kills) or similarly /pvplog notifydeath none /pvplog notifydeath party /pvplog notifydeath guild /pvplog notifydeath raid /pvplog notifydeath channelname (for your deaths) The text that is used for this nofication can be customized using: /pvplog notifykillstext short /pvplog notifykillstext medium /pvplog notifykillstext long /pvplog notifykillstext custom PvPLog: Custom Chat Noftifications Type the following to use a custom chat notification: /pvplog notifykillstext "custom string" /pvplog notifydeathtext "custom string" Where "custom string" is the text you want used, with format codes as follows: %n - name, %l - level, %r - race, %c - class, %g - guild %x - X:coordinate, %y - Y:coordinate, %z - zone Example: /pvplog notifykillstext "I killed %n (Level %l %r %c) at [%x,%y] in %z." You may reset your PvPLog settings using: /pvplog reset confirm Be careful as this will erase all your records! In the development versions of PvPLog you can type: /pvplog listall to see a list of all your PvP records. If you have any comments, questions, or suggestions, feel free to email me at: pvplog@joshestelle.com Thanks: Special Thanks to Whizzer and MasterMike for patches to fix double death bug. Thanks to DamageWatch author, early reference Thanks to WMD BodyCount author, early reference Thanks to TargetLog author, early reference Thanks to Michai@Eredar for helping me test Thanks to Iriel@Silver Hand for great insights in how to fix variable loss issues Thanks to AutoTrade authors, channel code Thanks to Cosmos authors, more channel code
There is no dependency information for this file.
2005-04-27 * Released 0.4.6
* Fixed customizability of notification text 2005-04-13 * Released 0.4.5 * Made chat notification text completely customizable see: /pvplog notifykillstext and /pvplog notifydeathtext * Fixed non-counting of high level players 2005-03-31 * Released 0.4.4 * Corrected .toc patch version (1300) * Fixed double death problem introduced by patch. Thanks to Whizzer and MasterMike * Fixed annoucement of level -1 players introduced by patch. * Made PvP record that hovers near the target pane movable. 2005-03-13 * Released 0.4.3 * Corrected .toc patch version * Fixed chat commands with no argument used to cause error * Shortened notify text so its usually one line * Fixed: allow for capital letters in notify chat rooms 2005-02-10 * Released 0.4.2 * Added more configurability for dings * Made colors prettier * Fixed instance bug * Added visual feedback for chat commands * Doesn't ding for party members any more * Added ability to send notify messages to named chatrooms 2005-02-08 * Fix so updates target text when kills get recorded 2005-02-04 * Release 0.4.1 * Small fix so changing notification chat settings work 2005-02-04 * Release 0.4.0 * Changed from using RegisterForSave to SavedVariables, should fix data loss issues * Reworked variable initializtion * Made colors prettier * Reduced redundent code by making sub-functions * Changed text on record reports (target & mouseover) * Fixed rounding to avg level differences in stats * Added reporting of guild record * Added ability to reset data * Added ability to notify party guild or raid about deaths and kills 2005-02-01 * Released 0.3.4 * Changed so all PvP logging is reported to chat * Warnings of people you have records with changed to be configurable by location command * Added color to target record display * changed text so should say different things on mouse over for people you dueled * fixed PvPLogFriends usage * made it so /pl listall will fix .enemy 2005-01-31 * Released 0.3.3 * Small changes again to fix average level different calc * Small changes that might help data loss problem * Fixes causing strange behavior in chat frame 2005-01-31 * Released 0.3.2 * Small fix so that target record doesn't obstruct other things * Small fix to average level difference calculation 2005-01-28 * Released 0.3.1 * Fixed "Unknown Untity" which may have caused appeared data loss * Put a timer on the warning ding, so it only dings every 30 seconds (configurable) * Seperated stats for PvP and duels * Added a ganker rating to stats 2005-01-27 * Released 0.3.0 * Added basic statistics * Added a find command for finding records for arbitrary players * Fixed bug with other death events w/o "dies" in the message * Fixed so that knows about player level ups * Changed colors of messages 2005-01-26 * Added tracking of deaths, who kills you * Added damage tracking, so it will only track people who die to which you've done damage * Added tracking of duels 2005-01-24 * Released 0.2.0 * Added record floating by target window * Added sound when mouseover someone who you've encountered before * Other small fixes 2005-01-24 * Release 0.1.0 2005-01-24 * Basics seem to be working saving data and adding it to tool tip 2005-01-22 * Reworked variables to support saving data on kills 2005-01-18 * Initial version - simply reports when someone kills you |
10 votes ![]() 9092 downloads
(3 today) |
||||||||||||||







Language