Game History XML For Plugins and Script Writers

Archival storage to keep things organized and uncluttered. Can't find what you need? Search for old topics here.

Moderator: Tech Team

Forum rules
Please read the Community Guidelines before posting.
User avatar
chipv
Head Tech
Head Tech
Posts: 3135
Joined: Mon Apr 28, 2008 5:30 pm

Re: Game History XML For Plugins and Script Writers

Post 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>
User avatar
chipv
Head Tech
Head Tech
Posts: 3135
Joined: Mon Apr 28, 2008 5:30 pm

Re: Game History XML For Plugins and Script Writers

Post by chipv »

This is now defunct and has been removed.

Please use the Conquer Club API instead.

Thread is being locked.
Post Reply

Return to “Tool Archives”