Page 1 of 1

Bug Report: GMCP API Incorrect for Webclient

Posted: 03 May 2015 09:17
by Vlek
It appears that the webclient's objects do not have the same names as they are supposed to as per the GMCP API. For instance, the Char.Vitals object is actually gwc.gmcp.data.character.vitals . The only way I was able to find that out was through considerable trial and error (mostly irritating error). I have since been able to get a list of all of the items:

Here's the GMCP API for the webclient:

Code: Select all

    character
        statusvars
            gender
            level
            intelligence
            constitution
            name
            race
            strength
            discipline
            wisdom
            dexterity
        status
            name
            discipline
            rank
            mail
            gender
            level
            intelligence
            constitution
            race
            strength
            alignment
            wisdom
            dexterity
        vitals
            health
            mana
            intoxication
            food
            drink
            progress_quest
            progress
            fatigue
    room
        doors
        exits
        id
        short
If one wanted to get their character's level of fatigue, they would use: gwc.gmcp.data.character.vitals.fatigue