1. I have corrected the e-mail settings so that outgoing e-mails from these forums should be sent now. If you tried to Register or Reset your Password, please try again!
    Dismiss Notice

How to get server, character race and some other stat?

Discussion in 'Census: Planetside 2' started by Slava Semushin, Mar 27, 2013.

  1. Hello!

    I'm faced up with following problem:

    - How to determine character's race? (for example, rown)

    - How to get user's game server? (for example, Miller)

    - How to measure xp/min metric? In particular I want to know how to
    get amount of experience for last hour.

    Thanks in advance!

    P.S. I already asked it at data-feedback@ but it doesn't sent any answer to me.
     
  2. Feldon

    Feldon Guest

    Not sure what you mean by Race. There are the empires/factions (New Conglomerate, Terran Republic, and Vanu Sovereignty). This value is stored at character->type->faction.

    Here's a URL showing just that valaue:
    http://census.daybreakgames.com/xml/get/ps2/character/5428011263330198945?c:show=type.faction

    Code:
    <character id="5428039149550983169">  <type faction="nc"/></character>
    To get the world someone is on, you need to do a resolve:

    http://census.daybreakgames.com/xml/get/ps2/character/5428011263330198945?c:resolve=world

    With this resolve, the value worldid is added to the <character> collection. I poked around on the PS2 Players Leaderboards site and got this list of world names and IDs:
    • 1 - Connery
    • 3 - Helios
    • 9 - Woodman
    • 10 - Miller
    • 11 - Ceres
    • 13 - Cobalt
    • 17 - Mattherson
    • 18 - Waterson
    • 25 - Briggs
    No idea on that one. The PS2 data is quite different and more complex (convoluted? ;) ) than the EQ2 data.

    Yeah it would be great to have an SOE rep posting here on a regular basis.
     
  3. Thank you, Feldon! Looks like this is what I looking for.
     
  4. Feldon

    Feldon Guest

Share This Page