Page 2 of 2

Re: Game History XML For Plugins and Script Writers

PostPosted: Sat Apr 25, 2009 1:21 pm
by chipv
Some new features have been added to the Game History (thanks, lack!)

1. New parameter state

Values :

A for active games
W for waiting games
F for finished games (this is default)

So add &state=A to end of URL for player's active games.

e.g.

http://www.conquerclub.com/game_history ... pv&state=A

Note that games where player has been eliminated has been included in active games for now.
Use the player state attribute to check if player has lost already.

e.g.

Code: Select all
<players>
<player state="Active">324600</player>
<player state="Lost">187516</player>
<player state="Active">222651</player>
<player state="Active">316606</player>
</players>

Re: Game History XML For Plugins and Script Writers

PostPosted: Fri Oct 16, 2009 4:55 am
by chipv
This is now defunct and has been removed.

Please use the Conquer Club API instead.

Thread is being locked.