This repository was archived by the owner on Jan 2, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 118
Event_Player Spawned
Broderick Hyman edited this page May 26, 2019
·
2 revisions
Event Type: 22
Description: This gets sent when a new player "spawns" (excluding the current player itself)
map[0:214474 11:[-47.79929 12.031229] 26:845 12:[-47.79929 12.031229] 30:636406683472302402 33:[934 938 943 1151 1174 1242
1340 1331] 38:16777215 2:19 3:0 16:0 19:22.499172 20:636410067998989177 31:0 9: 25:845 34:9 35:18 40:0 1:Dorvanus 29:11875.283 41:ROT 42:[-116 117 76 -88 107 -1 -88 67 -99 -45 72 -8 23 -111 -68 80] 4:0 6:[-93 -95 -29 75 26 -68 34 73 -79
-19 2 -27 19 64 -85 -67] 17:2058 27:8.45 32:[4673 831 1389 1410 1429 1077 1063 1144 0 0] 36:2 23:3.8472633 37:8 7:Warpath
8:[-58 -109 -74 54 76 -39 -23 67 -73 108 58 -128 -71 0 30 -21] 13:636410067990902532 15:9.6 18:2239 22:251 43:false
45:false 39:0.9 44:false 5:{\"FACE\":{\"MeshId\":\"T0_FACE_01_HM\",\"Color\":0},\"SKIN\":
{\"MeshId\":null,\"Color\":1},\"HAIR\":{\"MeshId\":\"T0_HAIR_02_HM\",\"Color\":1},\"BEARD\":
{\"MeshId\":\"\",\"Color\":0},\"UNDERWEAR\":{\"MeshId\":\"T0_UNDERWEAR_01_HM\",\"Color\":2}} 10:veteran-starter
14:147.61671 21:251 24:636410067998747032 28:636410067998837176 252:22]"
| Idx | Name | Comments |
|---|---|---|
| 0 | SpawnID | |
| 1 | PlayerName | |
| 2 | ? | int |
| 3 | ? | int |
| 4 | ? | int |
| 5 | AppearenceJSON | |
| 6 | CharacterID | UUID |
| 7 | GuildName | |
| 8 | GuildID | UUID |
| 9 | ? | string |
| 9 | FounderStatus | (legendary-founder, veteran-founder, epic-founder) |
| 10 | StarterStatus | (veteran-starter, epic-starter) |
| 11 | SpawnCoordinates | |
| 12 | SpawnCoordinates? | Same as 11? |
| 13 | Timestamp13 | |
| 14 | ? | float |
| 15 | ? | float |
| 16 | ? | int |
| 17 | Current Health | int |
| 18 | Total Health | int |
| 19 | ? | float |
| 20 | ? | Probably a timestamp |
| 21 | current Mana | int |
| 22 | Total Mana | int |
| 23 | ? | float |
| 24 | ? | Timestamp |
| 25 | ? | int, seems to be the same as 26 |
| 26 | ? | int |
| 27 | ? | float |
| 28 | ? | Timestamp, is sometimes 0 |
| 29 | ? | float, maybe reputation? |
| 30 | ? | Probably a timestamp |
| 31 | ? | int |
| 32 | Gear | []int {[Main hand] [Off Hand] [Head] [Chest] [Boots] [Bag] [Cape] [Mount] [Potion] [Food]} <- Are these SpawnIDs or ItemIDs (aka indicies of the items.xml) |
| 33 | ? | []int |
| 34 | ? | int |
| 35 | ? | int |
| 36 | ? | int |
| 37 | ? | int |
| 38 | ? | int, almost looks like a timestamp but too short |
| 39 | ? | float, < 1 |
| 40 | ? | int |
| 41 | AllianceName | |
| 42 | AllianceID | |
| 43 | PVPFlag | Flagged for PVP = true |
| 44 | ? | boolean, maybe is friend/guild/alliance? |
| 45 | ? | boolean, maybe is friend/guild/alliance? |