Skip to content

Stream:AchievementEarned

cooltrain7 edited this page Mar 5, 2023 · 3 revisions

AchievementEarned

AchievementEarned is a character event that is fired whenever the character earns a Ribbon/Medal or completes some Missions.

Payload Content

As with all Census payloads all types are given as strings, and can be cast to the following base types.

Name Type Description
character_id uint_64 The character who trigged the event
event_name string The name of the Payload, i.e AchievementEarned
achievement_id uint_32 The ID of the achievement
timestamp uint_64 The UTC unix timestamp the event triggered
world_id uint_32 The World (Server) the event was triggered from
zone_id uint_32 The Zone (Continent) the event was triggered from

Example

{
    "payload": {
	"achievement_id": "90030",
	"character_id": "0000000000000000000",
	"event_name": "AchievementEarned",
	"timestamp": "1678009168",
	"world_id": "13",
	"zone_id": "4"
    },
    "service": "event",
    "type": "serviceMessage"
}
Clone this wiki locally