WowClientArmory Code
Brought to you by:
toriton
File | Date | Author | Commit |
---|---|---|---|
lib | 2010-04-21 | toriton | [r23] |
src | 2010-07-19 | Toriton | [r34] |
Readme.txt | 2010-04-21 | toriton | [r25] |
build.xml | 2010-07-07 | Toriton | [r30] |
start.bat | 2010-04-21 | toriton | [r25] |
This client retrieve the XML generated by World of Warcraft's site when you ask for a specific character on a specific Server. The client will process the XML and will store data in POJO (Java Classes), the client will NEVER ask password or something else about your account, will access the armory as a guest user. And not futures will be implemented to login on the Wow site. Client work with simple request/response sync pattern using HTTP protocol. The beta version now support request for all English servers (Europe). To start the client just click on start.bat, and a shell console will be opened. The client is supposed to run on Windows OS with Java installed , but i think that is simple to create a start file for any OS if needed. You can perform actions described below: -bind a server for the armory queries, if not specified the server default is The Venture Co. (Europe) -list return the list of all servers (European english only) with acronyms. -Insert a name (is the default standard action) and press Enter -Keyword compare will ask you to insert 2 names to compare the 2 characters (will be more detailed when the project will be updated, probably some subcommand to be more specific on what you can/want compare. MainHand Dps is not so useful while you compare 2 priests.) - averageC is the average level of items the chararcter have atm equipped. - averageR is the average level of items for a full raid. -Keyword quit or q to stop the client. -and much more ... when have the time :).