@kar-mi/spirit-vale-tools-capture 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +71 -0
- package/dist/capture/adapter-selection.d.ts +9 -0
- package/dist/capture/adapter-selection.d.ts.map +1 -0
- package/dist/capture/ip-address.d.ts +2 -0
- package/dist/capture/ip-address.d.ts.map +1 -0
- package/dist/capture/link-layer.d.ts +10 -0
- package/dist/capture/link-layer.d.ts.map +1 -0
- package/dist/capture/npcap.d.ts +38 -0
- package/dist/capture/npcap.d.ts.map +1 -0
- package/dist/capture/packet-capture.d.ts +51 -0
- package/dist/capture/packet-capture.d.ts.map +1 -0
- package/dist/capture/packet-parser.d.ts +11 -0
- package/dist/capture/packet-parser.d.ts.map +1 -0
- package/dist/capture/target-tracker.d.ts +37 -0
- package/dist/capture/target-tracker.d.ts.map +1 -0
- package/dist/capture.d.ts +5 -0
- package/dist/capture.d.ts.map +1 -0
- package/dist/capture.js +16008 -0
- package/dist/fishnet/boss-gravestone.d.ts +16 -0
- package/dist/fishnet/boss-gravestone.d.ts.map +1 -0
- package/dist/fishnet/builtin-maps.d.ts +10424 -0
- package/dist/fishnet/builtin-maps.d.ts.map +1 -0
- package/dist/fishnet/character-data-schema.d.ts +3 -0
- package/dist/fishnet/character-data-schema.d.ts.map +1 -0
- package/dist/fishnet/decoder.d.ts +12 -0
- package/dist/fishnet/decoder.d.ts.map +1 -0
- package/dist/fishnet/definitions/codecs.d.ts +12 -0
- package/dist/fishnet/definitions/codecs.d.ts.map +1 -0
- package/dist/fishnet/definitions/protocol.d.ts +101 -0
- package/dist/fishnet/definitions/protocol.d.ts.map +1 -0
- package/dist/fishnet/definitions/rpc-map.d.ts +61 -0
- package/dist/fishnet/definitions/rpc-map.d.ts.map +1 -0
- package/dist/fishnet/eternal-tower-tracker.d.ts +24 -0
- package/dist/fishnet/eternal-tower-tracker.d.ts.map +1 -0
- package/dist/fishnet/field-decoder.d.ts +19 -0
- package/dist/fishnet/field-decoder.d.ts.map +1 -0
- package/dist/fishnet/map-definitions/current-build.d.ts +3 -0
- package/dist/fishnet/map-definitions/current-build.d.ts.map +1 -0
- package/dist/fishnet/map-definitions/index.d.ts +3 -0
- package/dist/fishnet/map-definitions/index.d.ts.map +1 -0
- package/dist/fishnet/message-parser.d.ts +17 -0
- package/dist/fishnet/message-parser.d.ts.map +1 -0
- package/dist/fishnet/monster-directory.d.ts +40 -0
- package/dist/fishnet/monster-directory.d.ts.map +1 -0
- package/dist/fishnet/network-transform-decoder.d.ts +25 -0
- package/dist/fishnet/network-transform-decoder.d.ts.map +1 -0
- package/dist/fishnet/protocol.d.ts +21 -0
- package/dist/fishnet/protocol.d.ts.map +1 -0
- package/dist/fishnet/quaternion-compression.d.ts +6 -0
- package/dist/fishnet/quaternion-compression.d.ts.map +1 -0
- package/dist/fishnet/recovery-style.d.ts +5 -0
- package/dist/fishnet/recovery-style.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/broadcasts.d.ts +23 -0
- package/dist/fishnet/rpc-definitions/broadcasts.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/current-build.d.ts +8501 -0
- package/dist/fishnet/rpc-definitions/current-build.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/fishnet/network-animator.d.ts +42 -0
- package/dist/fishnet/rpc-definitions/fishnet/network-animator.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/fishnet/network-transform.d.ts +138 -0
- package/dist/fishnet/rpc-definitions/fishnet/network-transform.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/fishnet/predicted-owner.d.ts +26 -0
- package/dist/fishnet/rpc-definitions/fishnet/predicted-owner.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/base-unit-controller.d.ts +122 -0
- package/dist/fishnet/rpc-definitions/game/base-unit-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/combat-component.d.ts +44 -0
- package/dist/fishnet/rpc-definitions/game/combat-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/health-component.d.ts +306 -0
- package/dist/fishnet/rpc-definitions/game/health-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/loot-drop.d.ts +104 -0
- package/dist/fishnet/rpc-definitions/game/loot-drop.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/monster-controller.d.ts +144 -0
- package/dist/fishnet/rpc-definitions/game/monster-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/move-component.d.ts +74 -0
- package/dist/fishnet/rpc-definitions/game/move-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/chat-presence.d.ts +332 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/chat-presence.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/endgame-pvp.d.ts +89 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/endgame-pvp.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/guild.d.ts +393 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/guild.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/index.d.ts +23 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/index.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/party.d.ts +168 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/party.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/trade-market.d.ts +232 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/trade-market.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/traversal-session.d.ts +58 -0
- package/dist/fishnet/rpc-definitions/game/player-controller/traversal-session.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/character-build.d.ts +266 -0
- package/dist/fishnet/rpc-definitions/game/player-save/character-build.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/character-data.d.ts +991 -0
- package/dist/fishnet/rpc-definitions/game/player-save/character-data.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/cosmetics-progression.d.ts +126 -0
- package/dist/fishnet/rpc-definitions/game/player-save/cosmetics-progression.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/debug.d.ts +46 -0
- package/dist/fishnet/rpc-definitions/game/player-save/debug.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/economy-world-storage.d.ts +224 -0
- package/dist/fishnet/rpc-definitions/game/player-save/economy-world-storage.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/index.d.ts +1860 -0
- package/dist/fishnet/rpc-definitions/game/player-save/index.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/session-character.d.ts +72 -0
- package/dist/fishnet/rpc-definitions/game/player-save/session-character.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/social-account.d.ts +107 -0
- package/dist/fishnet/rpc-definitions/game/player-save/social-account.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/player-save/vending.d.ts +98 -0
- package/dist/fishnet/rpc-definitions/game/player-save/vending.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/skills-component.d.ts +453 -0
- package/dist/fishnet/rpc-definitions/game/skills-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/status-component.d.ts +146 -0
- package/dist/fishnet/rpc-definitions/game/status-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/game/summoning-component.d.ts +82 -0
- package/dist/fishnet/rpc-definitions/game/summoning-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/base-unit-controller.d.ts +76 -0
- package/dist/fishnet/rpc-definitions/generated/base-unit-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/boss-grave-stone.d.ts +24 -0
- package/dist/fishnet/rpc-definitions/generated/boss-grave-stone.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/broadcasts.d.ts +20 -0
- package/dist/fishnet/rpc-definitions/generated/broadcasts.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/combat-component.d.ts +82 -0
- package/dist/fishnet/rpc-definitions/generated/combat-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/engine/network-animator.d.ts +18 -0
- package/dist/fishnet/rpc-definitions/generated/engine/network-animator.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/engine/network-transform.d.ts +67 -0
- package/dist/fishnet/rpc-definitions/generated/engine/network-transform.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/engine/predicted-owner.d.ts +11 -0
- package/dist/fishnet/rpc-definitions/generated/engine/predicted-owner.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/health-component.d.ts +157 -0
- package/dist/fishnet/rpc-definitions/generated/health-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/index.d.ts +10280 -0
- package/dist/fishnet/rpc-definitions/generated/index.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/loot-drop.d.ts +49 -0
- package/dist/fishnet/rpc-definitions/generated/loot-drop.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/manifest.d.ts +7 -0
- package/dist/fishnet/rpc-definitions/generated/manifest.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/monster-controller.d.ts +111 -0
- package/dist/fishnet/rpc-definitions/generated/monster-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/move-component.d.ts +48 -0
- package/dist/fishnet/rpc-definitions/generated/move-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/player-controller.d.ts +3265 -0
- package/dist/fishnet/rpc-definitions/generated/player-controller.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/player-save.d.ts +5954 -0
- package/dist/fishnet/rpc-definitions/generated/player-save.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/prefabs.d.ts +119 -0
- package/dist/fishnet/rpc-definitions/generated/prefabs.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/skills-component.d.ts +230 -0
- package/dist/fishnet/rpc-definitions/generated/skills-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/status-component.d.ts +112 -0
- package/dist/fishnet/rpc-definitions/generated/status-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/generated/summoning-component.d.ts +56 -0
- package/dist/fishnet/rpc-definitions/generated/summoning-component.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/index.d.ts +10418 -0
- package/dist/fishnet/rpc-definitions/index.d.ts.map +1 -0
- package/dist/fishnet/rpc-definitions/prefabs.d.ts +112 -0
- package/dist/fishnet/rpc-definitions/prefabs.d.ts.map +1 -0
- package/dist/fishnet/rpc-resolution.d.ts +65 -0
- package/dist/fishnet/rpc-resolution.d.ts.map +1 -0
- package/dist/fishnet/semantic-definitions.d.ts +40 -0
- package/dist/fishnet/semantic-definitions.d.ts.map +1 -0
- package/dist/fishnet/semantic-map.d.ts +23 -0
- package/dist/fishnet/semantic-map.d.ts.map +1 -0
- package/dist/fishnet/session-decoder.d.ts +19 -0
- package/dist/fishnet/session-decoder.d.ts.map +1 -0
- package/dist/fishnet/spawn-parser.d.ts +25 -0
- package/dist/fishnet/spawn-parser.d.ts.map +1 -0
- package/dist/fishnet/types.d.ts +5 -0
- package/dist/fishnet/types.d.ts.map +1 -0
- package/dist/fishnet/wire-reader.d.ts +28 -0
- package/dist/fishnet/wire-reader.d.ts.map +1 -0
- package/dist/fishnet/wire-reader.js +140 -0
- package/dist/game-build.d.ts +5 -0
- package/dist/game-build.d.ts.map +1 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +15413 -0
- package/dist/litenetlib/decoder.d.ts +7 -0
- package/dist/litenetlib/decoder.d.ts.map +1 -0
- package/dist/litenetlib/types.d.ts +58 -0
- package/dist/litenetlib/types.d.ts.map +1 -0
- package/dist/text-format.d.ts +4 -0
- package/dist/text-format.d.ts.map +1 -0
- package/dist/types.d.ts +53 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +36 -0
|
@@ -0,0 +1,332 @@
|
|
|
1
|
+
export declare const playerControllerChatPresenceRpcs: readonly [{
|
|
2
|
+
readonly wireHash: 6;
|
|
3
|
+
readonly packetKind: "serverRpc";
|
|
4
|
+
readonly methodName: "ChatRoom_Create_S";
|
|
5
|
+
readonly parameters: readonly [{
|
|
6
|
+
readonly name: "title";
|
|
7
|
+
readonly typeName: "System.String";
|
|
8
|
+
}, {
|
|
9
|
+
readonly name: "password";
|
|
10
|
+
readonly typeName: "System.String";
|
|
11
|
+
}, {
|
|
12
|
+
readonly name: "maxMembers";
|
|
13
|
+
readonly typeName: "System.Int32";
|
|
14
|
+
}];
|
|
15
|
+
}, {
|
|
16
|
+
readonly wireHash: 7;
|
|
17
|
+
readonly packetKind: "serverRpc";
|
|
18
|
+
readonly methodName: "ChatRoom_Join_S";
|
|
19
|
+
readonly parameters: readonly [{
|
|
20
|
+
readonly name: "ownerObjectId";
|
|
21
|
+
readonly typeName: "System.Int32";
|
|
22
|
+
}, {
|
|
23
|
+
readonly name: "password";
|
|
24
|
+
readonly typeName: "System.String";
|
|
25
|
+
}];
|
|
26
|
+
}, {
|
|
27
|
+
readonly wireHash: 8;
|
|
28
|
+
readonly packetKind: "serverRpc";
|
|
29
|
+
readonly methodName: "ChatRoom_Send_S";
|
|
30
|
+
readonly parameters: readonly [{
|
|
31
|
+
readonly name: "text";
|
|
32
|
+
readonly typeName: "System.String";
|
|
33
|
+
}];
|
|
34
|
+
}, {
|
|
35
|
+
readonly wireHash: 9;
|
|
36
|
+
readonly packetKind: "serverRpc";
|
|
37
|
+
readonly methodName: "ChatRoom_Leave_S";
|
|
38
|
+
}, {
|
|
39
|
+
readonly wireHash: 10;
|
|
40
|
+
readonly packetKind: "serverRpc";
|
|
41
|
+
readonly methodName: "ChatRoom_Kick_S";
|
|
42
|
+
readonly parameters: readonly [{
|
|
43
|
+
readonly name: "targetId";
|
|
44
|
+
readonly typeName: "System.String";
|
|
45
|
+
}];
|
|
46
|
+
}, {
|
|
47
|
+
readonly wireHash: 11;
|
|
48
|
+
readonly packetKind: "serverRpc";
|
|
49
|
+
readonly methodName: "ChatRoom_Close_S";
|
|
50
|
+
}, {
|
|
51
|
+
readonly wireHash: 12;
|
|
52
|
+
readonly packetKind: "targetRpc";
|
|
53
|
+
readonly methodName: "ChatRoomJoined_T";
|
|
54
|
+
readonly parameters: readonly [{
|
|
55
|
+
readonly name: "info";
|
|
56
|
+
readonly typeName: "ChatRoomInfo";
|
|
57
|
+
}, {
|
|
58
|
+
readonly name: "members";
|
|
59
|
+
readonly typeName: "ChatRoomMemberInfo[]";
|
|
60
|
+
}];
|
|
61
|
+
}, {
|
|
62
|
+
readonly wireHash: 13;
|
|
63
|
+
readonly packetKind: "targetRpc";
|
|
64
|
+
readonly methodName: "ChatRoomRoster_T";
|
|
65
|
+
readonly parameters: readonly [{
|
|
66
|
+
readonly name: "members";
|
|
67
|
+
readonly typeName: "ChatRoomMemberInfo[]";
|
|
68
|
+
}];
|
|
69
|
+
}, {
|
|
70
|
+
readonly wireHash: 14;
|
|
71
|
+
readonly packetKind: "targetRpc";
|
|
72
|
+
readonly methodName: "ChatRoomMessage_T";
|
|
73
|
+
readonly parameters: readonly [{
|
|
74
|
+
readonly name: "msg";
|
|
75
|
+
readonly typeName: "RoomChatMessage";
|
|
76
|
+
}];
|
|
77
|
+
}, {
|
|
78
|
+
readonly wireHash: 15;
|
|
79
|
+
readonly packetKind: "targetRpc";
|
|
80
|
+
readonly methodName: "ChatRoomClosed_T";
|
|
81
|
+
readonly parameters: readonly [{
|
|
82
|
+
readonly name: "reason";
|
|
83
|
+
readonly typeName: "System.String";
|
|
84
|
+
}];
|
|
85
|
+
}, {
|
|
86
|
+
readonly wireHash: 16;
|
|
87
|
+
readonly packetKind: "serverRpc";
|
|
88
|
+
readonly methodName: "SendIdle_S";
|
|
89
|
+
readonly parameters: readonly [{
|
|
90
|
+
readonly name: "idle";
|
|
91
|
+
readonly typeName: "System.Boolean";
|
|
92
|
+
}];
|
|
93
|
+
}, {
|
|
94
|
+
readonly wireHash: 17;
|
|
95
|
+
readonly packetKind: "serverRpc";
|
|
96
|
+
readonly methodName: "RequestChannelSwitch";
|
|
97
|
+
readonly parameters: readonly [{
|
|
98
|
+
readonly name: "channelIndex";
|
|
99
|
+
readonly typeName: "System.Int32";
|
|
100
|
+
}];
|
|
101
|
+
}, {
|
|
102
|
+
readonly wireHash: 18;
|
|
103
|
+
readonly packetKind: "targetRpc";
|
|
104
|
+
readonly methodName: "ChannelSwitchRejected_T";
|
|
105
|
+
readonly parameters: readonly [{
|
|
106
|
+
readonly name: "reason";
|
|
107
|
+
readonly typeName: "System.String";
|
|
108
|
+
}];
|
|
109
|
+
}, {
|
|
110
|
+
readonly wireHash: 19;
|
|
111
|
+
readonly packetKind: "targetRpc";
|
|
112
|
+
readonly methodName: "ReceiveRestartPrompt";
|
|
113
|
+
readonly parameters: readonly [{
|
|
114
|
+
readonly name: "timeText";
|
|
115
|
+
readonly typeName: "System.String";
|
|
116
|
+
}, {
|
|
117
|
+
readonly name: "canSwitch";
|
|
118
|
+
readonly typeName: "System.Boolean";
|
|
119
|
+
}];
|
|
120
|
+
}, {
|
|
121
|
+
readonly wireHash: 20;
|
|
122
|
+
readonly packetKind: "serverRpc";
|
|
123
|
+
readonly methodName: "RequestAutoChannelSwitch";
|
|
124
|
+
}, {
|
|
125
|
+
readonly wireHash: 21;
|
|
126
|
+
readonly packetKind: "serverRpc";
|
|
127
|
+
readonly methodName: "SendInputsToServer";
|
|
128
|
+
readonly parameters: readonly [{
|
|
129
|
+
readonly name: "Inputs";
|
|
130
|
+
readonly typeName: "PlayerInputDto";
|
|
131
|
+
readonly fields: readonly [{
|
|
132
|
+
readonly name: "Move";
|
|
133
|
+
readonly typeName: "UnityEngine.Vector3Int";
|
|
134
|
+
readonly codec: "vector3IntPacked";
|
|
135
|
+
}, {
|
|
136
|
+
readonly name: "ClickPosition";
|
|
137
|
+
readonly typeName: "UnityEngine.Vector3Int";
|
|
138
|
+
readonly codec: "vector3IntPacked";
|
|
139
|
+
}, {
|
|
140
|
+
readonly name: "FastCastPosition";
|
|
141
|
+
readonly typeName: "UnityEngine.Vector3Int";
|
|
142
|
+
readonly codec: "vector3IntPacked";
|
|
143
|
+
}, {
|
|
144
|
+
readonly name: "DodgeStartPosition";
|
|
145
|
+
readonly typeName: "UnityEngine.Vector3Int";
|
|
146
|
+
readonly codec: "vector3IntPacked";
|
|
147
|
+
}, {
|
|
148
|
+
readonly name: "DodgeDirection";
|
|
149
|
+
readonly typeName: "UnityEngine.Vector3Int";
|
|
150
|
+
readonly codec: "vector3IntPacked";
|
|
151
|
+
}, {
|
|
152
|
+
readonly name: "Click";
|
|
153
|
+
readonly typeName: "System.Boolean";
|
|
154
|
+
readonly codec: "boolean";
|
|
155
|
+
}, {
|
|
156
|
+
readonly name: "AltClick";
|
|
157
|
+
readonly typeName: "System.Boolean";
|
|
158
|
+
readonly codec: "boolean";
|
|
159
|
+
}, {
|
|
160
|
+
readonly name: "LootId";
|
|
161
|
+
readonly typeName: "System.Int32";
|
|
162
|
+
readonly codec: "packedInt32";
|
|
163
|
+
}, {
|
|
164
|
+
readonly name: "ReviveId";
|
|
165
|
+
readonly typeName: "System.Int32";
|
|
166
|
+
readonly codec: "packedInt32";
|
|
167
|
+
}, {
|
|
168
|
+
readonly name: "UnitId";
|
|
169
|
+
readonly typeName: "System.Int32";
|
|
170
|
+
readonly codec: "packedInt32";
|
|
171
|
+
}, {
|
|
172
|
+
readonly name: "InteractableId";
|
|
173
|
+
readonly typeName: "System.Int32";
|
|
174
|
+
readonly codec: "packedInt32";
|
|
175
|
+
}, {
|
|
176
|
+
readonly name: "InteractableName";
|
|
177
|
+
readonly typeName: "System.String";
|
|
178
|
+
readonly codec: "stringUtf8Packed";
|
|
179
|
+
}, {
|
|
180
|
+
readonly name: "InteractableNetworked";
|
|
181
|
+
readonly typeName: "System.Boolean";
|
|
182
|
+
readonly codec: "boolean";
|
|
183
|
+
}, {
|
|
184
|
+
readonly name: "FastCast";
|
|
185
|
+
readonly typeName: "System.Boolean";
|
|
186
|
+
readonly codec: "boolean";
|
|
187
|
+
}, {
|
|
188
|
+
readonly name: "AreaLoot";
|
|
189
|
+
readonly typeName: "System.Boolean";
|
|
190
|
+
readonly codec: "boolean";
|
|
191
|
+
}, {
|
|
192
|
+
readonly name: "SkillHold";
|
|
193
|
+
readonly typeName: "System.Boolean";
|
|
194
|
+
readonly codec: "boolean";
|
|
195
|
+
}, {
|
|
196
|
+
readonly name: "ClickSkillIndex";
|
|
197
|
+
readonly typeName: "System.Int32";
|
|
198
|
+
readonly codec: "packedInt32";
|
|
199
|
+
}, {
|
|
200
|
+
readonly name: "Hotkeys";
|
|
201
|
+
readonly typeName: "System.UInt64";
|
|
202
|
+
readonly codec: "packedUInt64";
|
|
203
|
+
}, {
|
|
204
|
+
readonly name: "HotkeysHeld";
|
|
205
|
+
readonly typeName: "System.UInt64";
|
|
206
|
+
readonly codec: "packedUInt64";
|
|
207
|
+
}];
|
|
208
|
+
}];
|
|
209
|
+
}, {
|
|
210
|
+
readonly wireHash: 22;
|
|
211
|
+
readonly packetKind: "serverRpc";
|
|
212
|
+
readonly methodName: "InspectMonster";
|
|
213
|
+
readonly parameters: readonly [{
|
|
214
|
+
readonly name: "obj";
|
|
215
|
+
readonly typeName: "FishNet.Object.NetworkObject";
|
|
216
|
+
}];
|
|
217
|
+
}, {
|
|
218
|
+
readonly wireHash: 23;
|
|
219
|
+
readonly packetKind: "targetRpc";
|
|
220
|
+
readonly methodName: "InspectMonster_T";
|
|
221
|
+
readonly parameters: readonly [{
|
|
222
|
+
readonly name: "obj";
|
|
223
|
+
readonly typeName: "FishNet.Object.NetworkObject";
|
|
224
|
+
}, {
|
|
225
|
+
readonly name: "stats";
|
|
226
|
+
readonly typeName: "System.Int32[]";
|
|
227
|
+
}];
|
|
228
|
+
}, {
|
|
229
|
+
readonly wireHash: 24;
|
|
230
|
+
readonly packetKind: "serverRpc";
|
|
231
|
+
readonly methodName: "Inspect";
|
|
232
|
+
readonly parameters: readonly [{
|
|
233
|
+
readonly name: "objectId";
|
|
234
|
+
readonly typeName: "System.Int32";
|
|
235
|
+
}];
|
|
236
|
+
}, {
|
|
237
|
+
readonly wireHash: 25;
|
|
238
|
+
readonly packetKind: "targetRpc";
|
|
239
|
+
readonly methodName: "Inspect_T";
|
|
240
|
+
readonly parameters: readonly [{
|
|
241
|
+
readonly name: "data";
|
|
242
|
+
readonly typeName: "CharacterData";
|
|
243
|
+
}];
|
|
244
|
+
}, {
|
|
245
|
+
readonly wireHash: 26;
|
|
246
|
+
readonly packetKind: "targetRpc";
|
|
247
|
+
readonly methodName: "DrawMessage";
|
|
248
|
+
readonly parameters: readonly [{
|
|
249
|
+
readonly name: "msg";
|
|
250
|
+
readonly typeName: "System.String";
|
|
251
|
+
}];
|
|
252
|
+
}, {
|
|
253
|
+
readonly wireHash: 27;
|
|
254
|
+
readonly packetKind: "serverRpc";
|
|
255
|
+
readonly methodName: "ReviveSelf";
|
|
256
|
+
readonly parameters: readonly [{
|
|
257
|
+
readonly name: "healthAndMana";
|
|
258
|
+
readonly typeName: "System.Single";
|
|
259
|
+
}];
|
|
260
|
+
}, {
|
|
261
|
+
readonly wireHash: 28;
|
|
262
|
+
readonly packetKind: "observersRpc";
|
|
263
|
+
readonly methodName: "Revive_C";
|
|
264
|
+
}, {
|
|
265
|
+
readonly wireHash: 29;
|
|
266
|
+
readonly packetKind: "serverRpc";
|
|
267
|
+
readonly methodName: "FullHealByHealer";
|
|
268
|
+
}, {
|
|
269
|
+
readonly wireHash: 30;
|
|
270
|
+
readonly packetKind: "observersRpc";
|
|
271
|
+
readonly methodName: "FullHeal_C";
|
|
272
|
+
}, {
|
|
273
|
+
readonly wireHash: 31;
|
|
274
|
+
readonly packetKind: "targetRpc";
|
|
275
|
+
readonly methodName: "ChannelList_T";
|
|
276
|
+
readonly parameters: readonly [{
|
|
277
|
+
readonly name: "playerCounts";
|
|
278
|
+
readonly typeName: "System.Int32[]";
|
|
279
|
+
}, {
|
|
280
|
+
readonly name: "currentIndex";
|
|
281
|
+
readonly typeName: "System.Int32";
|
|
282
|
+
}];
|
|
283
|
+
}, {
|
|
284
|
+
readonly wireHash: 32;
|
|
285
|
+
readonly packetKind: "observersRpc";
|
|
286
|
+
readonly methodName: "LevelUp_C";
|
|
287
|
+
}, {
|
|
288
|
+
readonly wireHash: 33;
|
|
289
|
+
readonly packetKind: "serverRpc";
|
|
290
|
+
readonly methodName: "UpdateLootFilter_S";
|
|
291
|
+
readonly parameters: readonly [{
|
|
292
|
+
readonly name: "dto";
|
|
293
|
+
readonly typeName: "PlayerController+LootFilterDto";
|
|
294
|
+
}];
|
|
295
|
+
}, {
|
|
296
|
+
readonly wireHash: 34;
|
|
297
|
+
readonly packetKind: "observersRpc";
|
|
298
|
+
readonly methodName: "Pickup_C";
|
|
299
|
+
}, {
|
|
300
|
+
readonly wireHash: 35;
|
|
301
|
+
readonly packetKind: "observersRpc";
|
|
302
|
+
readonly methodName: "TriggerEmote_C";
|
|
303
|
+
readonly parameters: readonly [{
|
|
304
|
+
readonly name: "emoteId";
|
|
305
|
+
readonly typeName: "System.String";
|
|
306
|
+
}];
|
|
307
|
+
}, {
|
|
308
|
+
readonly wireHash: 36;
|
|
309
|
+
readonly packetKind: "observersRpc";
|
|
310
|
+
readonly methodName: "StopEmote_C";
|
|
311
|
+
}, {
|
|
312
|
+
readonly wireHash: 37;
|
|
313
|
+
readonly packetKind: "serverRpc";
|
|
314
|
+
readonly methodName: "WarpHome_Rpc";
|
|
315
|
+
}, {
|
|
316
|
+
readonly wireHash: 38;
|
|
317
|
+
readonly packetKind: "targetRpc";
|
|
318
|
+
readonly methodName: "WarpFailed_T";
|
|
319
|
+
readonly parameters: readonly [{
|
|
320
|
+
readonly name: "message";
|
|
321
|
+
readonly typeName: "System.String";
|
|
322
|
+
}];
|
|
323
|
+
}, {
|
|
324
|
+
readonly wireHash: 39;
|
|
325
|
+
readonly packetKind: "targetRpc";
|
|
326
|
+
readonly methodName: "DrawText_T";
|
|
327
|
+
readonly parameters: readonly [{
|
|
328
|
+
readonly name: "text";
|
|
329
|
+
readonly typeName: "System.String";
|
|
330
|
+
}];
|
|
331
|
+
}];
|
|
332
|
+
//# sourceMappingURL=chat-presence.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat-presence.d.ts","sourceRoot":"","sources":["../../../../../src/fishnet/rpc-definitions/game/player-controller/chat-presence.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gCAAgC;uBAE7B,CAAC;yBACC,WAAW;yBACX,mBAAmB;;uBAGrB,OAAO;2BACH,eAAe;;uBAGnB,UAAU;2BACN,eAAe;;uBAGnB,YAAY;2BACR,cAAc;;;uBAKlB,CAAC;yBACC,WAAW;yBACX,iBAAiB;;uBAGnB,eAAe;2BACX,cAAc;;uBAGlB,UAAU;2BACN,eAAe;;;uBAKnB,CAAC;yBACC,WAAW;yBACX,iBAAiB;;uBAGnB,MAAM;2BACF,eAAe;;;uBAKnB,CAAC;yBACC,WAAW;yBACX,kBAAkB;;uBAGpB,EAAE;yBACA,WAAW;yBACX,iBAAiB;;uBAGnB,UAAU;2BACN,eAAe;;;uBAKnB,EAAE;yBACA,WAAW;yBACX,kBAAkB;;uBAGpB,EAAE;yBACA,WAAW;yBACX,kBAAkB;;uBAGpB,MAAM;2BACF,cAAc;;uBAGlB,SAAS;2BACL,sBAAsB;;;uBAK1B,EAAE;yBACA,WAAW;yBACX,kBAAkB;;uBAGpB,SAAS;2BACL,sBAAsB;;;uBAK1B,EAAE;yBACA,WAAW;yBACX,mBAAmB;;uBAGrB,KAAK;2BACD,iBAAiB;;;uBAKrB,EAAE;yBACA,WAAW;yBACX,kBAAkB;;uBAGpB,QAAQ;2BACJ,eAAe;;;uBAKnB,EAAE;yBACA,WAAW;yBACX,YAAY;;uBAGd,MAAM;2BACF,gBAAgB;;;uBAKpB,EAAE;yBACA,WAAW;yBACX,sBAAsB;;uBAGxB,cAAc;2BACV,cAAc;;;uBAKlB,EAAE;yBACA,WAAW;yBACX,yBAAyB;;uBAG3B,QAAQ;2BACJ,eAAe;;;uBAKnB,EAAE;yBACA,WAAW;yBACX,sBAAsB;;uBAGxB,UAAU;2BACN,eAAe;;uBAGnB,WAAW;2BACP,gBAAgB;;;uBAKpB,EAAE;yBACA,WAAW;yBACX,0BAA0B;;uBAG5B,EAAE;yBACA,WAAW;yBACX,oBAAoB;;uBAGtB,QAAQ;2BACJ,gBAAgB;;2BAGhB,MAAM;+BACF,wBAAwB;4BAC3B,kBAAkB;;2BAGnB,eAAe;+BACX,wBAAwB;4BAC3B,kBAAkB;;2BAGnB,kBAAkB;+BACd,wBAAwB;4BAC3B,kBAAkB;;2BAGnB,oBAAoB;+BAChB,wBAAwB;4BAC3B,kBAAkB;;2BAGnB,gBAAgB;+BACZ,wBAAwB;4BAC3B,kBAAkB;;2BAGnB,OAAO;+BACH,gBAAgB;4BACnB,SAAS;;2BAGV,UAAU;+BACN,gBAAgB;4BACnB,SAAS;;2BAGV,QAAQ;+BACJ,cAAc;4BACjB,aAAa;;2BAGd,UAAU;+BACN,cAAc;4BACjB,aAAa;;2BAGd,QAAQ;+BACJ,cAAc;4BACjB,aAAa;;2BAGd,gBAAgB;+BACZ,cAAc;4BACjB,aAAa;;2BAGd,kBAAkB;+BACd,eAAe;4BAClB,kBAAkB;;2BAGnB,uBAAuB;+BACnB,gBAAgB;4BACnB,SAAS;;2BAGV,UAAU;+BACN,gBAAgB;4BACnB,SAAS;;2BAGV,UAAU;+BACN,gBAAgB;4BACnB,SAAS;;2BAGV,WAAW;+BACP,gBAAgB;4BACnB,SAAS;;2BAGV,iBAAiB;+BACb,cAAc;4BACjB,aAAa;;2BAGd,SAAS;+BACL,eAAe;4BAClB,cAAc;;2BAGf,aAAa;+BACT,eAAe;4BAClB,cAAc;;;;uBAOnB,EAAE;yBACA,WAAW;yBACX,gBAAgB;;uBAGlB,KAAK;2BACD,8BAA8B;;;uBAKlC,EAAE;yBACA,WAAW;yBACX,kBAAkB;;uBAGpB,KAAK;2BACD,8BAA8B;;uBAGlC,OAAO;2BACH,gBAAgB;;;uBAKpB,EAAE;yBACA,WAAW;yBACX,SAAS;;uBAGX,UAAU;2BACN,cAAc;;;uBAKlB,EAAE;yBACA,WAAW;yBACX,WAAW;;uBAGb,MAAM;2BACF,eAAe;;;uBAKnB,EAAE;yBACA,WAAW;yBACX,aAAa;;uBAGf,KAAK;2BACD,eAAe;;;uBAKnB,EAAE;yBACA,WAAW;yBACX,YAAY;;uBAGd,eAAe;2BACX,eAAe;;;uBAKnB,EAAE;yBACA,cAAc;yBACd,UAAU;;uBAGZ,EAAE;yBACA,WAAW;yBACX,kBAAkB;;uBAGpB,EAAE;yBACA,cAAc;yBACd,YAAY;;uBAGd,EAAE;yBACA,WAAW;yBACX,eAAe;;uBAGjB,cAAc;2BACV,gBAAgB;;uBAGpB,cAAc;2BACV,cAAc;;;uBAKlB,EAAE;yBACA,cAAc;yBACd,WAAW;;uBAGb,EAAE;yBACA,WAAW;yBACX,oBAAoB;;uBAGtB,KAAK;2BACD,gCAAgC;;;uBAKpC,EAAE;yBACA,cAAc;yBACd,UAAU;;uBAGZ,EAAE;yBACA,cAAc;yBACd,gBAAgB;;uBAGlB,SAAS;2BACL,eAAe;;;uBAKnB,EAAE;yBACA,cAAc;yBACd,aAAa;;uBAGf,EAAE;yBACA,WAAW;yBACX,cAAc;;uBAGhB,EAAE;yBACA,WAAW;yBACX,cAAc;;uBAGhB,SAAS;2BACL,eAAe;;;uBAKnB,EAAE;yBACA,WAAW;yBACX,YAAY;;uBAGd,MAAM;2BACF,eAAe;;EAIiB,CAAC"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
export declare const playerControllerEndgamePvpRpcs: readonly [{
|
|
2
|
+
readonly wireHash: 90;
|
|
3
|
+
readonly packetKind: "serverRpc";
|
|
4
|
+
readonly methodName: "ETEnter";
|
|
5
|
+
}, {
|
|
6
|
+
readonly wireHash: 91;
|
|
7
|
+
readonly packetKind: "serverRpc";
|
|
8
|
+
readonly methodName: "ETLeave";
|
|
9
|
+
}, {
|
|
10
|
+
readonly wireHash: 92;
|
|
11
|
+
readonly packetKind: "targetRpc";
|
|
12
|
+
readonly methodName: "ETUpdateRun";
|
|
13
|
+
readonly parameters: readonly [{
|
|
14
|
+
readonly name: "match";
|
|
15
|
+
readonly typeName: "EternalTowerRun";
|
|
16
|
+
}];
|
|
17
|
+
}, {
|
|
18
|
+
readonly wireHash: 93;
|
|
19
|
+
readonly packetKind: "targetRpc";
|
|
20
|
+
readonly methodName: "ETAdvanceFloor";
|
|
21
|
+
readonly parameters: readonly [{
|
|
22
|
+
readonly name: "floor";
|
|
23
|
+
readonly typeName: "System.Int32";
|
|
24
|
+
}, {
|
|
25
|
+
readonly name: "finished";
|
|
26
|
+
readonly typeName: "System.Boolean";
|
|
27
|
+
}];
|
|
28
|
+
}, {
|
|
29
|
+
readonly wireHash: 94;
|
|
30
|
+
readonly packetKind: "serverRpc";
|
|
31
|
+
readonly methodName: "ETAdvanceFloor_S";
|
|
32
|
+
}, {
|
|
33
|
+
readonly wireHash: 95;
|
|
34
|
+
readonly packetKind: "serverRpc";
|
|
35
|
+
readonly methodName: "PvpEnterQueue";
|
|
36
|
+
readonly parameters: readonly [{
|
|
37
|
+
readonly name: "mode";
|
|
38
|
+
readonly typeName: "GameMode";
|
|
39
|
+
}];
|
|
40
|
+
}, {
|
|
41
|
+
readonly wireHash: 96;
|
|
42
|
+
readonly packetKind: "serverRpc";
|
|
43
|
+
readonly methodName: "PvpLeaveQueue";
|
|
44
|
+
}, {
|
|
45
|
+
readonly wireHash: 97;
|
|
46
|
+
readonly packetKind: "serverRpc";
|
|
47
|
+
readonly methodName: "PvpForfeit";
|
|
48
|
+
}, {
|
|
49
|
+
readonly wireHash: 98;
|
|
50
|
+
readonly packetKind: "serverRpc";
|
|
51
|
+
readonly methodName: "PvpEnterSkirmish";
|
|
52
|
+
}, {
|
|
53
|
+
readonly wireHash: 99;
|
|
54
|
+
readonly packetKind: "serverRpc";
|
|
55
|
+
readonly methodName: "RequestPvpQueueTransfer";
|
|
56
|
+
}, {
|
|
57
|
+
readonly wireHash: 100;
|
|
58
|
+
readonly packetKind: "targetRpc";
|
|
59
|
+
readonly methodName: "PvpUpdateMatch";
|
|
60
|
+
readonly parameters: readonly [{
|
|
61
|
+
readonly name: "match";
|
|
62
|
+
readonly typeName: "PvpMatch";
|
|
63
|
+
}];
|
|
64
|
+
}, {
|
|
65
|
+
readonly wireHash: 101;
|
|
66
|
+
readonly packetKind: "serverRpc";
|
|
67
|
+
readonly methodName: "AcceptSession";
|
|
68
|
+
}, {
|
|
69
|
+
readonly wireHash: 102;
|
|
70
|
+
readonly packetKind: "serverRpc";
|
|
71
|
+
readonly methodName: "DeclineSession";
|
|
72
|
+
}, {
|
|
73
|
+
readonly wireHash: 103;
|
|
74
|
+
readonly packetKind: "targetRpc";
|
|
75
|
+
readonly methodName: "UpdateSession";
|
|
76
|
+
readonly parameters: readonly [{
|
|
77
|
+
readonly name: "next";
|
|
78
|
+
readonly typeName: "GameSession";
|
|
79
|
+
}];
|
|
80
|
+
}, {
|
|
81
|
+
readonly wireHash: 104;
|
|
82
|
+
readonly packetKind: "targetRpc";
|
|
83
|
+
readonly methodName: "DrawTitle";
|
|
84
|
+
readonly parameters: readonly [{
|
|
85
|
+
readonly name: "title";
|
|
86
|
+
readonly typeName: "System.String";
|
|
87
|
+
}];
|
|
88
|
+
}];
|
|
89
|
+
//# sourceMappingURL=endgame-pvp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endgame-pvp.d.ts","sourceRoot":"","sources":["../../../../../src/fishnet/rpc-definitions/game/player-controller/endgame-pvp.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,8BAA8B;uBAE3B,EAAE;yBACA,WAAW;yBACX,SAAS;;uBAGX,EAAE;yBACA,WAAW;yBACX,SAAS;;uBAGX,EAAE;yBACA,WAAW;yBACX,aAAa;;uBAGf,OAAO;2BACH,iBAAiB;;;uBAKrB,EAAE;yBACA,WAAW;yBACX,gBAAgB;;uBAGlB,OAAO;2BACH,cAAc;;uBAGlB,UAAU;2BACN,gBAAgB;;;uBAKpB,EAAE;yBACA,WAAW;yBACX,kBAAkB;;uBAGpB,EAAE;yBACA,WAAW;yBACX,eAAe;;uBAGjB,MAAM;2BACF,UAAU;;;uBAKd,EAAE;yBACA,WAAW;yBACX,eAAe;;uBAGjB,EAAE;yBACA,WAAW;yBACX,YAAY;;uBAGd,EAAE;yBACA,WAAW;yBACX,kBAAkB;;uBAGpB,EAAE;yBACA,WAAW;yBACX,yBAAyB;;uBAG3B,GAAG;yBACD,WAAW;yBACX,gBAAgB;;uBAGlB,OAAO;2BACH,UAAU;;;uBAKd,GAAG;yBACD,WAAW;yBACX,eAAe;;uBAGjB,GAAG;yBACD,WAAW;yBACX,gBAAgB;;uBAGlB,GAAG;yBACD,WAAW;yBACX,eAAe;;uBAGjB,MAAM;2BACF,aAAa;;;uBAKjB,GAAG;yBACD,WAAW;yBACX,WAAW;;uBAGb,OAAO;2BACH,eAAe;;EAIiB,CAAC"}
|