资 源 简 介
ToKP is/will be a collection of Python scripts for parsing WoW log files to create and maintain an attendance and loot record.
Modules
raid_parser.py - Parses WoW"s combat and chat logs to identify raids and epic loot received.
csv2roster.py - Creates the roster.txt file from a CVS created using (some damn mod that I don"t know the name of). This is an optional utility -- you can edit roster.txt by hand.
armory2roster.py - Reads guild listing from the WoW armory to make the roster file.
tokp.py - administers the loot system.
raid_parser
Raid Parser does the following:
Reads "roster/roster.txt" for a list of guild members.
Reads "zones/someplace.mobs" for a list of raid zone creatures.
Scans a combat log looking for mobs unique to the raid zones we"re interested in.
Builds a list of raids based on the mobs found.
Adds guild member names found in combat du