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

weapon_play_time possible errors

Discussion in 'Census: Planetside 2' started by Merli0n, May 1, 2014.

  1. Merli0n

    Merli0n Guest

    I've been looking at dasanfall stats http://stats.dasanfall.com/ps2/items/vehicles - in particular the AV Mana Turrets - the KillsPerHour (KPH) stats for id 501,502 are waaay higher (884 KPH per user!) , than those for 503 which looks like a sensible number (31 KPH).

    Usage time would be gathered from: characters_weapon_stat?stat_name=weapon_play_time

    In my own testing I've seen the same thing - basically it seems that usage time is either not updating, or something else is happening.

    It just makes me wonder if all weapons / items usage time are being reported correctly.
     
  2. airmetforums

    airmetforums Guest

    If you can provide the raw census query(s) that return the questionable data we can share that with the game team and see if they can find a bug.
     
  3. Merli0n

    Merli0n Guest

    Running this query below just after finishing a play session where I used the mana turret. Mana AV turret doesn't seem to accumulate usage time. It's possible the turret usage time is being accumulated on vehicle_id 102 for the turret.
    http://census.daybreakgames.com/s:example/xml...&item_id=502&character_id=5428013610387541137

    Result of query at log off - note value used is very low - i've used this weapon for hours over the year I have had it.
    <characters_weapon_stat_list limit="0" returned="1" milliseconds="4" seconds="0.004">
    <characters_weapon_stat character_id="5428013610387541137" item_id="502" last_save="1402046019" last_save_date="2014-06-06 09:13:39.0"stat_name="weapon_play_time" value="32" vehicle_id="102"/>
    </characters_weapon_stat_list>
    <span style="font-family: 'Times New Roman'">Result of query after log off where playtime is updated:
    <characters_weapon_stat_list limit="0" returned="1" milliseconds="3" seconds="0.003">
    <characters_weapon_stat character_id="5428013610387541137" item_id="502" last_save="1402049689" last_save_date="2014-06-06 10:14:49.0"stat_name="weapon_play_time" value="67" vehicle_id="102"/>
    </characters_weapon_stat_list>
     

Share This Page