-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathPackets.bb
More file actions
57 lines (57 loc) · 1.75 KB
/
Packets.bb
File metadata and controls
57 lines (57 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
; Packet types
Const P_CreateAccount = 1
Const P_VerifyAccount = 2
Const P_FetchCharacter = 3
Const P_CreateCharacter = 4
Const P_DeleteCharacter = 5
Const P_ChangePassword = 6
Const P_FetchActors = 7
Const P_FetchItems = 8
Const P_ChangeArea = 9
Const P_FetchUpdateFiles = 10
Const P_NewActor = 11
Const P_StartGame = 12
Const P_ActorGone = 13
Const P_StandardUpdate = 14
Const P_InventoryUpdate = 15
Const P_ChatMessage = 16
Const P_WeatherChange = 17
Const P_AttackActor = 18
Const P_ActorDead = 19
Const P_RightClick = 20
Const P_Dialog = 21
Const P_StatUpdate = 22
Const P_QuestLog = 23
Const P_GoldChange = 24
Const P_NameChange = 25
Const P_KnownSpellUpdate = 26
Const P_SpellUpdate = 27
Const P_CreateEmitter = 28
Const P_Sound = 29
Const P_AnimateActor = 30
Const P_ActionBarUpdate = 31
Const P_XPUpdate = 32
Const P_ScreenFlash = 33
Const P_Music = 34
Const P_OpenTrading = 35
Const P_ActorEffect = 36
Const P_Projectile = 37
Const P_PartyUpdate = 38
Const P_AppearanceUpdate = 39
Const P_CloseTrading = 40
Const P_UpdateTrading = 41
Const P_SelectScenery = 42
Const P_ItemScript = 43
Const P_EatItem = 44
Const P_ItemHealth = 45
Const P_Jump = 46
Const P_Dismount = 47
Const P_FloatingNumber = 48
Const P_RepositionActor = 49
Const P_Speech = 50
Const P_ProgressBar = 51
Const P_BubbleMessage = 52
Const P_ScriptInput = 53
Const P_KickedPlayer = 60
Const P_Examine = 61
Const P_Trade = 62