DKP Log Parser 1.4.1c (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DKP Log Parser 1.4.1c (Default branch)
# 1  
Old 05-07-2008
DKP Log Parser 1.4.1c (Default branch)

ImageDKP Log Parser is a tool designed to helpadministrate time-based and/or event-based DKPreward systems (popular in MMORPGs) in conjunctionwith EQDKP (or any other DKP software implementinga required interface). It parses logs, calculatesrewards, and then uploads them. The tool isconfigurable to be compatible with most games thatproduces some kind of log. There are currentlypredefined pattern sets for EverQuest, EverQuest2,and World of Warcraft (with CT RaidTracker).License: GNU General Public License (GPL)Changes:
This release updates the predefined patterns to match a minor change in the format of logs produced by EverQuest 2.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ExtUtils::XSpp::Parser(3pm)				User Contributed Perl Documentation			       ExtUtils::XSpp::Parser(3pm)

NAME
ExtUtils::XSpp::Parser - an XS++ parser ExtUtils::XSpp::Parser::new( file => path ) Create a new XS++ parser. ExtUtils::XSpp::Parser::parse Parse the file data; returns true on success, false otherwise, on failure "get_errors" will return the list of errors. ExtUtils::XSpp::Parser::get_data Returns a list containing the parsed data. Each item of the list is a subclass of "ExtUtils::XSpp::Node" ExtUtils::XSpp::Parser::get_errors Returns the parsing errors as an array. ExtUtils::XSpp::Parser::load_plugin Loads the specified plugin and calls its "register_plugin" method. ExtUtils::XSpp::Parser::add_post_process_plugin Adds the specified plugin to be called after parsing is complete to modify the parse tree before it is emitted. ExtUtils::XSpp::Parser::add_class_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a class. ExtUtils::XSpp::Parser::add_function_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a function. ExtUtils::XSpp::Parser::add_method_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo annotations for a function. ExtUtils::XSpp::Parser::add_toplevel_tag_plugin Adds the specified plugin to the list of plugins that can handle custom %foo top level directives. perl v5.14.2 2011-12-20 ExtUtils::XSpp::Parser(3pm)