Warhammer - Enhanced Roster

MobileHacks

New Member
This roster gives you a lot of additional statistics in a nice Google jsAPI hosted applet for better performance.

Standard Features (all players):
  • Character Name
  • Class
  • Race
  • Rank
  • Renown Rank
  • Title
  • javascript applet for roster table with full column sorts
  • JSON feed
  • Color coded "time since last login".

Additional Features (for players with curse client):
  • Primary Tradeskill
  • Primary Tradeskill Level
  • Secondary Tradeskill
  • Secondary Tradeskill Level
  • Renown Title
  • HP

Installation:
1. You must register for an API key.
API link.

2. vBadvanced (tested)
The Whirlpool Gamers website uses vBadvanced CMPS so I have created a module that can be uploaded using admincp:

  • Download module xml file (below). Edit the xml file and change the API key value to that value you generated in step1.
  • Open your admincp
  • Select vBa CMPS left menu
  • Select download / upload module
  • Select module to upload, choose a style and set permissions.
  • Save, then add to whichever page you want to display it. Due to the number of statistics, it makes sense for fixed width styles to have a single column page display the roster.

3. vBulletin installations. (untested as yet - please provide comments)
You will need to create a template and insert the following code:

PHP:
<div id="wp-container"></div>     
        <script src="http://www.google.com/jsapi"></script> 
        <script type="text/javascript"> 
            google.load("prototype", "1.6");  
            google.load("scriptaculous", "1.8.1"); 
        </script> 
        <script src="http://www.wpgamers.com/api/tablekit.js"></script> 
        <script src="http://www.wpgamers.com/api/tooltip.js"></script> 
        <script src="http://www.wpgamers.com/api/WP.js"></script> 
        <script src="http://www.wpgamers.com/api/war/<your API key>/characters.js"></script>


Important Notes:
  1. It may take several hours after you first register for an API key before we have gathered all the statistics for your guild. The data you see at first may be historical, or no data may be shown at all until the first update is completed.
  2. This module is a javascript based on the popular prototype library as hosted by Google.
  3. Whirlpool Gamers provides a data service from which the javascript client gets your guilds data.
  4. This product cannot be used for commercial purposes without consent of the author.
  5. Although highly unlikely, outages of the Whirlpool Gamers data server will result in your roster appearing blank. We accept no responsibility / liability for such issues.
  6. Support is provided on a best efforts basis.
More features and enhancements to come.
 
Back
Top