Monday, June 25, 2012

Achievement xmlAPI

Hi!

The xml API to query achievement structure and player progress is done.
Here is an example output from the progress script:
<ryzom_progress>
    <character id="1"/>
    <tasks>
        <task id="2" date="600"/>
        <task id="5" date="100"/>
    </tasks>
    <objectives>
        <done>
            <objective id="4" date="500"/>
            <objective id="7" date="500"/>
            <objective id="11" date="500"/>
        </done>
        <open>
            <objective id="13" value="1"/>
        </open>
    </objectives>
</ryzom_progress>

 Yours Cotare

No comments:

Post a Comment