View Single Post
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 01-09-2012 , 22:29   Re: [TF2 Stats] With Web Ranking and Item Logger [v8.10.0]
Reply With Quote #2079

~ Plugin Version 8.10.1 Released ~

This version fixes item tracking, and adds data for how the item was found (trade, drop, craft, etc) and what quality it was (vintage, strange, unique, etc).
When the plugin updates the database structure, it will also drop all invalid founditem records - The ones where the value is null, empty, or 0.


We developers, here's the details for the database:
  • ITEM
    This column holds the old textual data for items. For new records the value will be "0".
  • ItemIndex
    This is the item id used for new item records, it matches the values in items_game.txt. Eg: 448 = Soda Popper, 444 = Mantreads.
  • Quality
    Quality of item found (vintage, genuine, etc)
  • Method
    Crafted, uncrated, traded, found, etc.
For more details on the values of the quality and method, you can take a look in my Fake Item Messages plugin.
Note: items found as a random drop will be logged with a method of -1 not 0 as documented, this appears to be a "feature" of TF2.
__________________

Last edited by DarthNinja; 01-09-2012 at 22:31.
DarthNinja is offline