Search found 5 matches

by Mr SQL
Wed Dec 02, 2009 10:18 pm
Forum: Kaltrip's PoA
Topic: Equipment Build
Replies: 3
Views: 6572

Re: Equipment Build

It uses the server query that you get when you hit server details in gamespy. if you hit this URL, youll get the raw data that the server gives out for that query. http://87.106.183.158/server.aspx here is the code for reference if you have a .Net capable platform: using System; using System.Net; us...
by Mr SQL
Wed Dec 02, 2009 2:21 am
Forum: Kaltrip's PoA
Topic: Equipment Build
Replies: 3
Views: 6572

Re: Equipment Build

Ive added the server status and online player count to the application.

Its on a 30 second refresh so will track players that log on and off as long as the window is open :geek:
by Mr SQL
Sun Nov 29, 2009 2:20 pm
Forum: Kaltrip's PoA
Topic: Equipment Build
Replies: 3
Views: 6572

Equipment Build

Hi All My application for helping with equipment build is now up and running ! I have got about 60 of the level 20 items in there now ... and counting. Please take a look and if you like it then by all means enter some more items (especially the high level items or stuff that cant be bought in town)...
by Mr SQL
Sat Nov 28, 2009 12:43 am
Forum: Kaltrip's PoA
Topic: Equipment Helper App
Replies: 3
Views: 7472

Re: Equipment Helper App

The equipment loading function is in there now along with the basic equipment search. If anyone has some free time, please feel free to input some equipment. The level 20 items would be a good place to start, as they are the most widely used ones in terms of final builds. http://87.106.183.158/ clic...
by Mr SQL
Sun Nov 22, 2009 2:42 pm
Forum: Kaltrip's PoA
Topic: Equipment Helper App
Replies: 3
Views: 7472

Equipment Helper App

I'm working on a new equipment helper application with a couple of functions: 1) You can search for equipment with specific attributes and it will list them, 2) You enter a set of equipment and it will tell you the total stats that it grants you, 3) You tell it what kind of equipment you want and wh...