eolib 0.5.0
A core C library for writing applications related to Endless Online
Loading...
Searching...
No Matches
protocol.h
Go to the documentation of this file.
1// This file is automatically generated by tools/code_gen.c
2// Please do not edit it directly
3
4#ifndef EOLIB_PROTOCOL_H
5#define EOLIB_PROTOCOL_H
6
7#include <stdbool.h>
8#include <stddef.h>
9#include <stdint.h>
10
11#include "data.h"
12
24
34
55
63
68
81
94
137
142typedef enum PacketFamily {
194
240
248
256
266
299
307
316
330
349
354
360
366
373
381
390
398
406
417
429
437
445
466
475
487
496
503
512
519
549
558
578
587
599
618
626
636
654
662
672
680
688
696
704
712
725
739
749
753typedef struct Coords {
755 int32_t x;
756 int32_t y;
758
762Coords Coords_init(void);
763
767typedef struct MapNpc {
770 int32_t id;
771 int32_t spawn_type;
772 int32_t spawn_time;
773 int32_t amount;
775
779MapNpc MapNpc_init(void);
780
789
794
798typedef struct MapItem {
801 int32_t key;
802 int32_t chest_slot;
803 int32_t item_id;
804 int32_t spawn_time;
805 int32_t amount;
807
812
823
828
838
843
852
857
867
872
881
886
896
901
910
915
925
930
939
944
982
986Emf Emf_init(void);
987
991typedef struct Version {
993 int32_t major;
994 int32_t minor;
995 int32_t patch;
997
1001Version Version_init(void);
1002
1006typedef struct Weight {
1008 int32_t current;
1009 int32_t max;
1011
1015Weight Weight_init(void);
1016
1020typedef struct Item {
1022 int32_t id;
1023 int32_t amount;
1025
1029Item Item_init(void);
1030
1035typedef struct ThreeItem {
1037 int32_t id;
1038 int32_t amount;
1040
1045
1050typedef struct CharItem {
1052 int32_t id;
1053 int32_t amount;
1055
1060
1064typedef struct Spell {
1066 int32_t id;
1067 int32_t level;
1069
1073Spell Spell_init(void);
1074
1133
1138
1150
1154Eif Eif_init(void);
1155
1183
1188
1200
1204Enf Enf_init(void);
1205
1209typedef struct EcfRecord {
1211 char * name;
1213 int32_t stat_group;
1214 int32_t str;
1215 int32_t intl;
1216 int32_t wis;
1217 int32_t agi;
1218 int32_t con;
1219 int32_t cha;
1221
1226
1238
1242Ecf Ecf_init(void);
1243
1280
1285
1297
1301Esf Esf_init(void);
1302
1306typedef struct ByteCoords {
1308 uint8_t x;
1309 uint8_t y;
1311
1316
1326
1331
1335typedef struct BigCoords {
1337 int32_t x;
1338 int32_t y;
1340
1345
1351typedef struct EquipmentChange {
1353 int32_t boots;
1354 int32_t armor;
1355 int32_t hat;
1356 int32_t weapon;
1357 int32_t shield;
1359
1364
1370typedef struct EquipmentMapInfo {
1372 int32_t boots;
1373 int32_t armor;
1374 int32_t hat;
1375 int32_t shield;
1376 int32_t weapon;
1378
1383
1397
1402
1408typedef struct EquipmentWelcome {
1410 int32_t boots;
1411 int32_t gloves;
1412 int32_t accessory;
1413 int32_t armor;
1414 int32_t belt;
1415 int32_t necklace;
1416 int32_t hat;
1417 int32_t shield;
1418 int32_t weapon;
1419 int32_t ring[2];
1420 int32_t armlet[2];
1421 int32_t bracer[2];
1423
1428
1434typedef struct EquipmentPaperdoll {
1436 int32_t boots;
1437 int32_t accessory;
1438 int32_t gloves;
1439 int32_t belt;
1440 int32_t armor;
1441 int32_t necklace;
1442 int32_t hat;
1443 int32_t shield;
1444 int32_t weapon;
1445 int32_t ring[2];
1446 int32_t armlet[2];
1447 int32_t bracer[2];
1449
1454
1482
1487
1498
1503
1514
1519
1541
1546
1559
1564
1573
1577MapFile MapFile_init(void);
1578
1588
1592PubFile PubFile_init(void);
1593
1606
1611
1620
1625
1635
1640
1656
1661
1675
1680
1691
1696
1705
1710
1719
1724
1728typedef struct CharacterBaseStats {
1730 int32_t str;
1731 int32_t intl;
1732 int32_t wis;
1733 int32_t agi;
1734 int32_t con;
1735 int32_t cha;
1737
1742
1756
1761
1773
1778
1791
1796
1809
1814
1831
1836
1854
1859
1873
1878
1893
1898
1910
1915
1921 int32_t str;
1922 int32_t wis;
1923 int32_t intl;
1924 int32_t agi;
1925 int32_t con;
1926 int32_t cha;
1928
1933
1946
1951
1961
1966
1983
1988
2000
2005
2018
2023
2032
2037
2047
2052
2062
2067
2077
2082
2097
2102
2115
2120
2130
2135
2148
2153
2162
2167
2179
2184
2193
2198
2212
2217
2227
2232
2241
2246
2255
2260
2269
2274
2288
2293
2303
2308
2317
2322
2331
2336
2383
2388
2397
2401InnFile InnFile_init(void);
2402
2447
2452
2478
2483
2492
2497
2517
2522
2534
2539
2548
2553
2578
2583
2592
2597
2605
2610
2627
2632
2641
2646
2657
2662
2672
2677
2684
2689
2697
2702
2717
2722
2732
2737
2745
2750
2763
2768
2776
2781
2795
2800
2809
2814
2822
2827
2836
2841
2848 int32_t session_id;
2849 union {
2850 struct {
2851 int32_t file_id;
2853 struct {
2854 int32_t file_id;
2856 struct {
2857 int32_t file_id;
2859 struct {
2860 int32_t file_id;
2862 struct {
2863 int32_t file_id;
2867
2872
2880
2885
2894
2899
2906
2911
2918
2923
2930
2935
2942
2947
2955
2960
2968
2973
2981
2986
2995
3000
3008
3013
3021
3026
3034
3039
3047
3052
3060
3065
3074
3079
3092
3097
3113
3118
3126
3131
3139
3144
3152
3157
3165
3170
3178
3183
3191
3196
3205
3210
3219
3224
3234
3239
3247
3252
3261
3266
3275
3280
3288
3293
3300
3305
3314
3319
3328
3333
3343
3348
3356
3361
3369
3374
3383
3388
3397
3402
3411
3416
3424
3429
3437
3442
3451
3456
3465
3470
3486
3491
3499
3504
3512
3517
3533
3538
3546
3551
3559
3564
3573
3578
3588
3593
3602
3607
3615
3620
3628
3633
3644
3649
3658
3663
3672
3677
3686
3691
3699
3704
3713
3718
3727
3732
3740
3745
3752
3757
3765
3770
3777
3782
3789
3794
3802
3807
3815
3820
3829
3834
3843
3848
3855
3860
3871
3876
3885
3890
3899
3904
3913
3918
3927
3932
3940
3945
3953
3958
3968
3973
3981
3986
3994
3999
4016
4021
4032
4037
4047
4052
4062
4067
4075
4080
4089
4094
4102
4107
4116
4121
4130
4135
4143
4148
4157
4162
4172
4177
4186
4191
4201
4206
4218
4223
4232
4237
4245
4250
4258
4263
4271
4276
4284
4289
4297
4302
4310
4315
4322
4327
4339
4344
4361
4366
4374
4379
4387
4392
4402
4407
4415
4420
4428
4433
4442
4447
4455
4460
4520
4525
4533
4538
4546
4551
4559
4564
4572
4577
4585
4590
4598
4603
4611
4616
4624
4629
4637
4642
4651
4656
4672
4677
4698
4703
4712
4717
4731
4736
4785
4790
4809
4814
4822
4827
4835
4840
4854
4859
4875
4880
4889
4894
4903
4908
4917
4922
4931
4936
4945
4950
4959
4964
4973
4978
4987
4992
5000
5005
5015
5020
5028
5033
5040
5045
5053
5058
5066
5071
5080
5085
5092
5097
5110
5115
5125
5130
5140
5145
5154
5159
5168
5173
5183
5188
5197
5202
5211
5216
5226
5231
5240
5245
5254
5259
5268
5273
5282
5287
5295
5300
5308
5313
5321
5326
5335
5340
5350
5355
5368
5373
5380
5385
5392
5397
5407
5412
5421
5426
5435
5440
5448
5453
5464
5469
5480
5485
5495
5500
5509
5514
5522
5527
5535
5540
5548
5553
5564
5569
5577
5582
5590
5595
5605
5610
5620
5625
5635
5640
5653
5658
5669
5674
5687
5692
5701
5706
5714
5719
5728
5733
5742
5747
5755
5760
5798
5803
5815
5820
5831
5836
5844
5849
5859
5864
5874
5879
5888
5893
5902
5907
5915
5920
5927
5932
5941
5946
5956
5961
5969
5974
5981
5986
5995
6000
6011
6016
6024
6029
6040
6045
6061
6066
6081
6086
6096
6101
6112
6117
6128
6133
6145
6150
6158
6163
6174
6179
6186
6191
6199
6204
6212
6217
6225
6230
6242
6247
6255
6260
6270
6275
6287
6292
6303
6308
6317
6322
6329
6334
6346
6351
6359
6364
6374
6379
6395
6400
6409
6414
6422
6427
6435
6440
6447
6452
6461
6466
6475
6480
6489
6494
6501 union {
6502 struct {
6503 char * name;
6505 struct {
6506 char * name;
6508 struct {
6509 int32_t player_id;
6510 char * name;
6514
6519
6528
6533
6545
6550
6558
6563
6571
6576
6584
6589
6597
6602
6610
6615
6624
6629
6644
6649
6660
6665
6673
6678
6685
6690
6699
6704
6723
6728
6737
6742
6749
6754
6768
6773
6786
6791
6805
6810
6820
6825
6834
6839
6850
6855
6863
6868
6876
6881
6889
6894
6902
6907
6916
6921
6929
6934
6950
6955
6976
6981
6993
6998
7014
7019
7036
7041
7062
7067
7075
7080
7095
7100
7109
7114
7124
7129
7144
7149
7168
7173
7181
7186
7193
7198
7206
7211
7223
7228
7239
7244
7252
7257
7270
7275
7283
7288
7296
7301
7310
7315
7324
7329
7339
7344
7353
7358
7380
7385
7397
7402
7415
7420
7429
7434
7446
7451
7458
7463
7483
7488
7499
7504
7512
7517
7518#endif // EOLIB_PROTOCOL_H
WelcomeNet243ServerPacket WelcomeNet243ServerPacket_init(void)
Creates a new WelcomeNet243ServerPacket with the serialization vtable initialized.
Definition protocol.c:16046
SpellTargetGroupServerPacket SpellTargetGroupServerPacket_init(void)
Creates a new SpellTargetGroupServerPacket with the serialization vtable initialized.
Definition protocol.c:27422
AvatarRemoveServerPacket AvatarRemoveServerPacket_init(void)
Creates a new AvatarRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:19854
CharacterStatsInfoLookup CharacterStatsInfoLookup_init(void)
Creates a new CharacterStatsInfoLookup with the serialization vtable initialized.
Definition protocol.c:3866
NpcPlayerServerPacket NpcPlayerServerPacket_init(void)
Creates a new NpcPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:28817
InitBanType
Definition protocol.h:471
@ INIT_BAN_TYPE_TEMPORARY
Definition protocol.h:472
@ INIT_BAN_TYPE_PERMANENT
Definition protocol.h:473
SkillMasterReply
Definition protocol.h:583
@ SKILL_MASTER_REPLY_WRONG_CLASS
Definition protocol.h:585
@ SKILL_MASTER_REPLY_REMOVE_ITEMS
Definition protocol.h:584
SpellTargetSelfServerPacket SpellTargetSelfServerPacket_init(void)
Creates a new SpellTargetSelfServerPacket with the serialization vtable initialized.
Definition protocol.c:27134
DoorOpenClientPacket DoorOpenClientPacket_init(void)
Creates a new DoorOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:12022
AccountCreateClientPacket AccountCreateClientPacket_init(void)
Creates a new AccountCreateClientPacket with the serialization vtable initialized.
Definition protocol.c:6666
SkillMasterSkillRecord SkillMasterSkillRecord_init(void)
Creates a new SkillMasterSkillRecord with the serialization vtable initialized.
Definition protocol.c:5668
PaperdollAgreeServerPacket PaperdollAgreeServerPacket_init(void)
Creates a new PaperdollAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:24087
PacketAction
Definition protocol.h:199
@ PACKET_ACTION_CLOSE
Definition protocol.h:213
@ PACKET_ACTION_BUY
Definition protocol.h:210
@ PACKET_ACTION_ANNOUNCE
Definition protocol.h:220
@ PACKET_ACTION_PING
Definition protocol.h:232
@ PACKET_ACTION_SERVER
Definition protocol.h:221
@ PACKET_ACTION_INIT
Definition protocol.h:238
@ PACKET_ACTION_NET242
Definition protocol.h:234
@ PACKET_ACTION_ADMIN
Definition protocol.h:216
@ PACKET_ACTION_REPLY
Definition protocol.h:202
@ PACKET_ACTION_REPORT
Definition protocol.h:219
@ PACKET_ACTION_ERROR
Definition protocol.h:237
@ PACKET_ACTION_USE
Definition protocol.h:209
@ PACKET_ACTION_NET243
Definition protocol.h:235
@ PACKET_ACTION_DROP
Definition protocol.h:222
@ PACKET_ACTION_RANK
Definition protocol.h:227
@ PACKET_ACTION_TELL
Definition protocol.h:218
@ PACKET_ACTION_TAKE
Definition protocol.h:208
@ PACKET_ACTION_SELL
Definition protocol.h:211
@ PACKET_ACTION_REMOVE
Definition protocol.h:203
@ PACKET_ACTION_KICK
Definition protocol.h:226
@ PACKET_ACTION_TARGET_SELF
Definition protocol.h:228
@ PACKET_ACTION_OBTAIN
Definition protocol.h:224
@ PACKET_ACTION_PONG
Definition protocol.h:233
@ PACKET_ACTION_MSG
Definition protocol.h:214
@ PACKET_ACTION_LIST
Definition protocol.h:217
@ PACKET_ACTION_NET244
Definition protocol.h:236
@ PACKET_ACTION_AGREE
Definition protocol.h:204
@ PACKET_ACTION_GET
Definition protocol.h:225
@ PACKET_ACTION_REQUEST
Definition protocol.h:200
@ PACKET_ACTION_DIALOG
Definition protocol.h:231
@ PACKET_ACTION_ACCEPT
Definition protocol.h:201
@ PACKET_ACTION_SPEC
Definition protocol.h:215
@ PACKET_ACTION_OPEN
Definition protocol.h:212
@ PACKET_ACTION_TARGET_GROUP
Definition protocol.h:230
@ PACKET_ACTION_CREATE
Definition protocol.h:205
@ PACKET_ACTION_ADD
Definition protocol.h:206
@ PACKET_ACTION_JUNK
Definition protocol.h:223
@ PACKET_ACTION_TARGET_OTHER
Definition protocol.h:229
@ PACKET_ACTION_PLAYER
Definition protocol.h:207
GuildUseClientPacket GuildUseClientPacket_init(void)
Creates a new GuildUseClientPacket with the serialization vtable initialized.
Definition protocol.c:13453
TalkRequestServerPacket TalkRequestServerPacket_init(void)
Creates a new TalkRequestServerPacket with the serialization vtable initialized.
Definition protocol.c:17870
NpcRangeRequestClientPacket NpcRangeRequestClientPacket_init(void)
Creates a new NpcRangeRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:12525
BoardPostListing BoardPostListing_init(void)
Creates a new BoardPostListing with the serialization vtable initialized.
Definition protocol.c:4091
EsfRecord EsfRecord_init(void)
Creates a new EsfRecord with the serialization vtable initialized.
Definition protocol.c:1731
PacketFamily
Definition protocol.h:142
@ PACKET_FAMILY_SIT
Definition protocol.h:180
@ PACKET_FAMILY_QUEST
Definition protocol.h:189
@ PACKET_FAMILY_ATTACK
Definition protocol.h:152
@ PACKET_FAMILY_LOGIN
Definition protocol.h:146
@ PACKET_FAMILY_SHOP
Definition protocol.h:154
@ PACKET_FAMILY_BOOK
Definition protocol.h:190
@ PACKET_FAMILY_WALK
Definition protocol.h:148
@ PACKET_FAMILY_JUKEBOX
Definition protocol.h:160
@ PACKET_FAMILY_MESSAGE
Definition protocol.h:174
@ PACKET_FAMILY_PLAYER_RANGE
Definition protocol.h:166
@ PACKET_FAMILY_STAT_SKILL
Definition protocol.h:156
@ PACKET_FAMILY_MARRIAGE
Definition protocol.h:186
@ PACKET_FAMILY_NPC
Definition protocol.h:165
@ PACKET_FAMILY_PARTY
Definition protocol.h:163
@ PACKET_FAMILY_GLOBAL
Definition protocol.h:157
@ PACKET_FAMILY_TRADE
Definition protocol.h:171
@ PACKET_FAMILY_ARENA
Definition protocol.h:184
@ PACKET_FAMILY_PLAYERS
Definition protocol.h:161
@ PACKET_FAMILY_EMOTE
Definition protocol.h:151
@ PACKET_FAMILY_DOOR
Definition protocol.h:173
@ PACKET_FAMILY_TALK
Definition protocol.h:158
@ PACKET_FAMILY_SPELL
Definition protocol.h:153
@ PACKET_FAMILY_ADMIN_INTERACT
Definition protocol.h:187
@ PACKET_FAMILY_ACCOUNT
Definition protocol.h:144
@ PACKET_FAMILY_BOARD
Definition protocol.h:182
@ PACKET_FAMILY_FACE
Definition protocol.h:149
@ PACKET_FAMILY_CITIZEN
Definition protocol.h:188
@ PACKET_FAMILY_AVATAR
Definition protocol.h:162
@ PACKET_FAMILY_ERROR
Definition protocol.h:191
@ PACKET_FAMILY_CAST
Definition protocol.h:183
@ PACKET_FAMILY_WELCOME
Definition protocol.h:147
@ PACKET_FAMILY_CHEST
Definition protocol.h:172
@ PACKET_FAMILY_EFFECT
Definition protocol.h:170
@ PACKET_FAMILY_BARBER
Definition protocol.h:177
@ PACKET_FAMILY_LOCKER
Definition protocol.h:176
@ PACKET_FAMILY_CHARACTER
Definition protocol.h:145
@ PACKET_FAMILY_PAPERDOLL
Definition protocol.h:169
@ PACKET_FAMILY_REFRESH
Definition protocol.h:164
@ PACKET_FAMILY_MUSIC
Definition protocol.h:179
@ PACKET_FAMILY_GUILD
Definition protocol.h:178
@ PACKET_FAMILY_CHAIR
Definition protocol.h:150
@ PACKET_FAMILY_NPC_RANGE
Definition protocol.h:167
@ PACKET_FAMILY_ITEM
Definition protocol.h:155
@ PACKET_FAMILY_BANK
Definition protocol.h:175
@ PACKET_FAMILY_CONNECTION
Definition protocol.h:143
@ PACKET_FAMILY_PRIEST
Definition protocol.h:185
@ PACKET_FAMILY_WARP
Definition protocol.h:159
@ PACKET_FAMILY_INIT
Definition protocol.h:192
@ PACKET_FAMILY_RANGE
Definition protocol.h:168
@ PACKET_FAMILY_RECOVER
Definition protocol.h:181
TalkReplyServerPacket TalkReplyServerPacket_init(void)
Creates a new TalkReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:18248
ConnectionPlayerServerPacket ConnectionPlayerServerPacket_init(void)
Creates a new ConnectionPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:16399
PlayersList PlayersList_init(void)
Creates a new PlayersList with the serialization vtable initialized.
Definition protocol.c:2998
PartyRequestServerPacket PartyRequestServerPacket_init(void)
Creates a new PartyRequestServerPacket with the serialization vtable initialized.
Definition protocol.c:25269
NearbyInfo NearbyInfo_init(void)
Creates a new NearbyInfo with the serialization vtable initialized.
Definition protocol.c:2719
StatSkillTakeServerPacket StatSkillTakeServerPacket_init(void)
Creates a new StatSkillTakeServerPacket with the serialization vtable initialized.
Definition protocol.c:22006
CharItem CharItem_init(void)
Creates a new CharItem with the serialization vtable initialized.
Definition protocol.c:1103
LockerOpenServerPacket LockerOpenServerPacket_init(void)
Creates a new LockerOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:20953
TradeRequestClientPacket TradeRequestClientPacket_init(void)
Creates a new TradeRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:14319
Emote
Definition protocol.h:38
@ EMOTE_SAD
Definition protocol.h:41
@ EMOTE_HAPPY
Definition protocol.h:39
@ EMOTE_MOON
Definition protocol.h:46
@ EMOTE_EMBARRASSED
Definition protocol.h:48
@ EMOTE_HEARTS
Definition protocol.h:45
@ EMOTE_SUICIDAL
Definition protocol.h:47
@ EMOTE_SURPRISED
Definition protocol.h:44
@ EMOTE_TRADE
Definition protocol.h:50
@ EMOTE_CONFUSED
Definition protocol.h:43
@ EMOTE_PLAYFUL
Definition protocol.h:52
@ EMOTE_LEVEL_UP
Definition protocol.h:51
@ EMOTE_BARD
Definition protocol.h:53
@ EMOTE_ANGRY
Definition protocol.h:42
@ EMOTE_DEPRESSED
Definition protocol.h:40
@ EMOTE_DRUNK
Definition protocol.h:49
AccountReplyServerPacket AccountReplyServerPacket_init(void)
Creates a new AccountReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:16464
CharacterTakeClientPacket CharacterTakeClientPacket_init(void)
Creates a new CharacterTakeClientPacket with the serialization vtable initialized.
Definition protocol.c:7025
LockerAddClientPacket LockerAddClientPacket_init(void)
Creates a new LockerAddClientPacket with the serialization vtable initialized.
Definition protocol.c:9446
CharacterSecondaryStatsInfoLookup CharacterSecondaryStatsInfoLookup_init(void)
Creates a new CharacterSecondaryStatsInfoLookup with the serialization vtable initialized.
Definition protocol.c:3578
GlobalOpenClientPacket GlobalOpenClientPacket_init(void)
Creates a new GlobalOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:7795
EcfRecord EcfRecord_init(void)
Creates a new EcfRecord with the serialization vtable initialized.
Definition protocol.c:1582
PlayerEffect PlayerEffect_init(void)
Creates a new PlayerEffect with the serialization vtable initialized.
Definition protocol.c:5176
StatSkillOpenServerPacket StatSkillOpenServerPacket_init(void)
Creates a new StatSkillOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:21819
PlayersListServerPacket PlayersListServerPacket_init(void)
Creates a new PlayersListServerPacket with the serialization vtable initialized.
Definition protocol.c:16116
WelcomePongServerPacket WelcomePongServerPacket_init(void)
Creates a new WelcomePongServerPacket with the serialization vtable initialized.
Definition protocol.c:15906
FacePlayerServerPacket FacePlayerServerPacket_init(void)
Creates a new FacePlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:19790
AdminInteractTellClientPacket AdminInteractTellClientPacket_init(void)
Creates a new AdminInteractTellClientPacket with the serialization vtable initialized.
Definition protocol.c:7526
LockerGetServerPacket LockerGetServerPacket_init(void)
Creates a new LockerGetServerPacket with the serialization vtable initialized.
Definition protocol.c:20867
EquipmentWelcome EquipmentWelcome_init(void)
Creates a new EquipmentWelcome with the serialization vtable initialized.
Definition protocol.c:2234
MarriageOpenServerPacket MarriageOpenServerPacket_init(void)
Creates a new MarriageOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:29773
LoginReply
Definition protocol.h:604
@ LOGIN_REPLY_WRONG_USER_PASSWORD
Definition protocol.h:606
@ LOGIN_REPLY_BUSY
Definition protocol.h:616
@ LOGIN_REPLY_LOGGED_IN
Definition protocol.h:612
@ LOGIN_REPLY_BANNED
Definition protocol.h:611
@ LOGIN_REPLY_WRONG_USER
Definition protocol.h:605
@ LOGIN_REPLY_OK
Definition protocol.h:607
DialogEntryType
Definition protocol.h:622
@ DIALOG_ENTRY_TYPE_LINK
Definition protocol.h:624
@ DIALOG_ENTRY_TYPE_TEXT
Definition protocol.h:623
BarberOpenServerPacket BarberOpenServerPacket_init(void)
Creates a new BarberOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:20718
InnUnsubscribeReply
Definition protocol.h:554
@ INN_UNSUBSCRIBE_REPLY_UNSUBSCRIBED
Definition protocol.h:556
@ INN_UNSUBSCRIBE_REPLY_NOT_CITIZEN
Definition protocol.h:555
BigCoords BigCoords_init(void)
Creates a new BigCoords with the serialization vtable initialized.
Definition protocol.c:2024
CitizenReplyClientPacket CitizenReplyClientPacket_init(void)
Creates a new CitizenReplyClientPacket with the serialization vtable initialized.
Definition protocol.c:9830
EffectReportServerPacket EffectReportServerPacket_init(void)
Creates a new EffectReportServerPacket with the serialization vtable initialized.
Definition protocol.c:30754
TalkReply
Definition protocol.h:500
@ TALK_REPLY_NOT_FOUND
Definition protocol.h:501
CitizenOpenServerPacket CitizenOpenServerPacket_init(void)
Creates a new CitizenOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:21286
GuildAgreeServerPacket GuildAgreeServerPacket_init(void)
Creates a new GuildAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:26858
SpellPlayerServerPacket SpellPlayerServerPacket_init(void)
Creates a new SpellPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:27222
CitizenAcceptClientPacket CitizenAcceptClientPacket_init(void)
Creates a new CitizenAcceptClientPacket with the serialization vtable initialized.
Definition protocol.c:9765
PlayersNet242ServerPacket PlayersNet242ServerPacket_init(void)
Creates a new PlayersNet242ServerPacket with the serialization vtable initialized.
Definition protocol.c:24535
NpcType
Definition protocol.h:331
@ NPC_TYPE_RESERVED8
Definition protocol.h:340
@ NPC_TYPE_BANK
Definition protocol.h:341
@ NPC_TYPE_LAWYER
Definition protocol.h:345
@ NPC_TYPE_QUEST
Definition protocol.h:347
@ NPC_TYPE_RESERVED3
Definition protocol.h:335
@ NPC_TYPE_TRAINER
Definition protocol.h:346
@ NPC_TYPE_RESERVED5
Definition protocol.h:337
@ NPC_TYPE_RESERVED4
Definition protocol.h:336
@ NPC_TYPE_PASSIVE
Definition protocol.h:333
@ NPC_TYPE_PRIEST
Definition protocol.h:344
@ NPC_TYPE_INN
Definition protocol.h:339
@ NPC_TYPE_SHOP
Definition protocol.h:338
@ NPC_TYPE_FRIENDLY
Definition protocol.h:332
@ NPC_TYPE_BARBER
Definition protocol.h:342
@ NPC_TYPE_AGGRESSIVE
Definition protocol.h:334
@ NPC_TYPE_GUILD
Definition protocol.h:343
PriestUseClientPacket PriestUseClientPacket_init(void)
Creates a new PriestUseClientPacket with the serialization vtable initialized.
Definition protocol.c:15279
SitRequestClientPacket SitRequestClientPacket_init(void)
Creates a new SitRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:8718
DialogReply
Definition protocol.h:402
@ DIALOG_REPLY_LINK
Definition protocol.h:404
@ DIALOG_REPLY_OK
Definition protocol.h:403
MapTileSpecRow MapTileSpecRow_init(void)
Creates a new MapTileSpecRow with the serialization vtable initialized.
Definition protocol.c:378
RefreshReplyServerPacket RefreshReplyServerPacket_init(void)
Creates a new RefreshReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:25199
BoardTakeClientPacket BoardTakeClientPacket_init(void)
Creates a new BoardTakeClientPacket with the serialization vtable initialized.
Definition protocol.c:11070
StatSkillJunkClientPacket StatSkillJunkClientPacket_init(void)
Creates a new StatSkillJunkClientPacket with the serialization vtable initialized.
Definition protocol.c:10607
Direction
Definition protocol.h:28
@ DIRECTION_DOWN
Definition protocol.h:29
@ DIRECTION_LEFT
Definition protocol.h:30
@ DIRECTION_UP
Definition protocol.h:31
@ DIRECTION_RIGHT
Definition protocol.h:32
WarpTakeClientPacket WarpTakeClientPacket_init(void)
Creates a new WarpTakeClientPacket with the serialization vtable initialized.
Definition protocol.c:11453
DropNpcRecord DropNpcRecord_init(void)
Creates a new DropNpcRecord with the serialization vtable initialized.
Definition protocol.c:5320
EmoteReportClientPacket EmoteReportClientPacket_init(void)
Creates a new EmoteReportClientPacket with the serialization vtable initialized.
Definition protocol.c:8815
MessagePongServerPacket MessagePongServerPacket_init(void)
Creates a new MessagePongServerPacket with the serialization vtable initialized.
Definition protocol.c:24333
SpellRequestServerPacket SpellRequestServerPacket_init(void)
Creates a new SpellRequestServerPacket with the serialization vtable initialized.
Definition protocol.c:27070
Weight Weight_init(void)
Creates a new Weight with the serialization vtable initialized.
Definition protocol.c:965
TrainType
Definition protocol.h:394
@ TRAIN_TYPE_STAT
Definition protocol.h:395
@ TRAIN_TYPE_SKILL
Definition protocol.h:396
StatSkillOpenClientPacket StatSkillOpenClientPacket_init(void)
Creates a new StatSkillOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:10302
RecoverAgreeServerPacket RecoverAgreeServerPacket_init(void)
Creates a new RecoverAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:30195
ChestAddClientPacket ChestAddClientPacket_init(void)
Creates a new ChestAddClientPacket with the serialization vtable initialized.
Definition protocol.c:12148
CitizenRequestClientPacket CitizenRequestClientPacket_init(void)
Creates a new CitizenRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:9701
CharacterRemoveClientPacket CharacterRemoveClientPacket_init(void)
Creates a new CharacterRemoveClientPacket with the serialization vtable initialized.
Definition protocol.c:7087
ShopCraftIngredientRecord ShopCraftIngredientRecord_init(void)
Creates a new ShopCraftIngredientRecord with the serialization vtable initialized.
Definition protocol.c:5932
GuildTakeServerPacket GuildTakeServerPacket_init(void)
Creates a new GuildTakeServerPacket with the serialization vtable initialized.
Definition protocol.c:26300
TradeUseServerPacket TradeUseServerPacket_init(void)
Creates a new TradeUseServerPacket with the serialization vtable initialized.
Definition protocol.c:27978
FileType
Definition protocol.h:410
@ FILE_TYPE_ECF
Definition protocol.h:415
@ FILE_TYPE_ENF
Definition protocol.h:413
@ FILE_TYPE_ESF
Definition protocol.h:414
@ FILE_TYPE_EMF
Definition protocol.h:411
@ FILE_TYPE_EIF
Definition protocol.h:412
ArenaAcceptServerPacket ArenaAcceptServerPacket_init(void)
Creates a new ArenaAcceptServerPacket with the serialization vtable initialized.
Definition protocol.c:29686
PaperdollReplyServerPacket PaperdollReplyServerPacket_init(void)
Creates a new PaperdollReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:23871
PartyListServerPacket PartyListServerPacket_init(void)
Creates a new PartyListServerPacket with the serialization vtable initialized.
Definition protocol.c:25752
SpellReplyServerPacket SpellReplyServerPacket_init(void)
Creates a new SpellReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:27591
WelcomeAgreeClientPacket WelcomeAgreeClientPacket_init(void)
Creates a new WelcomeAgreeClientPacket with the serialization vtable initialized.
Definition protocol.c:7358
DoorOpenServerPacket DoorOpenServerPacket_init(void)
Creates a new DoorOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:24604
NpcAgreeServerPacket NpcAgreeServerPacket_init(void)
Creates a new NpcAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:20129
PlayersListClientPacket PlayersListClientPacket_init(void)
Creates a new PlayersListClientPacket with the serialization vtable initialized.
Definition protocol.c:11961
ConnectionAcceptClientPacket ConnectionAcceptClientPacket_init(void)
Creates a new ConnectionAcceptClientPacket with the serialization vtable initialized.
Definition protocol.c:6468
ItemRemoveServerPacket ItemRemoveServerPacket_init(void)
Creates a new ItemRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:22655
ByteCoords ByteCoords_init(void)
Creates a new ByteCoords with the serialization vtable initialized.
Definition protocol.c:1929
TradeAgreeClientPacket TradeAgreeClientPacket_init(void)
Creates a new TradeAgreeClientPacket with the serialization vtable initialized.
Definition protocol.c:14509
SkillTargetType
Definition protocol.h:367
@ SKILL_TARGET_TYPE_GROUP
Definition protocol.h:371
@ SKILL_TARGET_TYPE_RESERVED2
Definition protocol.h:370
@ SKILL_TARGET_TYPE_SELF
Definition protocol.h:369
@ SKILL_TARGET_TYPE_NORMAL
Definition protocol.h:368
WelcomeNet244ServerPacket WelcomeNet244ServerPacket_init(void)
Creates a new WelcomeNet244ServerPacket with the serialization vtable initialized.
Definition protocol.c:16330
StatId
Definition protocol.h:421
@ STAT_ID_CHA
Definition protocol.h:427
@ STAT_ID_CON
Definition protocol.h:426
@ STAT_ID_AGI
Definition protocol.h:425
@ STAT_ID__INT
Definition protocol.h:423
@ STAT_ID_WIS
Definition protocol.h:424
@ STAT_ID_STR
Definition protocol.h:422
InitReply
Definition protocol.h:449
@ INIT_REPLY_FILE_EIF
Definition protocol.h:458
@ INIT_REPLY_WARP_MAP
Definition protocol.h:456
@ INIT_REPLY_OK
Definition protocol.h:451
@ INIT_REPLY_OUT_OF_DATE
Definition protocol.h:450
@ INIT_REPLY_FILE_ESF
Definition protocol.h:460
@ INIT_REPLY_PLAYERS_LIST
Definition protocol.h:461
@ INIT_REPLY_MAP_MUTATION
Definition protocol.h:462
@ INIT_REPLY_PLAYERS_LIST_FRIENDS
Definition protocol.h:463
@ INIT_REPLY_FILE_ENF
Definition protocol.h:459
@ INIT_REPLY_BANNED
Definition protocol.h:455
@ INIT_REPLY_FILE_EMF
Definition protocol.h:457
@ INIT_REPLY_FILE_ECF
Definition protocol.h:464
TalkAnnounceClientPacket TalkAnnounceClientPacket_init(void)
Creates a new TalkAnnounceClientPacket with the serialization vtable initialized.
Definition protocol.c:8486
Gender
Definition protocol.h:59
@ GENDER_MALE
Definition protocol.h:61
@ GENDER_FEMALE
Definition protocol.h:60
Eif Eif_init(void)
Creates a new Eif with the serialization vtable initialized.
Definition protocol.c:1330
TalkSpecServerPacket TalkSpecServerPacket_init(void)
Creates a new TalkSpecServerPacket with the serialization vtable initialized.
Definition protocol.c:18848
LoginMessageCode
Definition protocol.h:676
@ LOGIN_MESSAGE_CODE_YES
Definition protocol.h:678
@ LOGIN_MESSAGE_CODE_NO
Definition protocol.h:677
MessageAcceptServerPacket MessageAcceptServerPacket_init(void)
Creates a new MessageAcceptServerPacket with the serialization vtable initialized.
Definition protocol.c:18767
GuildCreateClientPacket GuildCreateClientPacket_init(void)
Creates a new GuildCreateClientPacket with the serialization vtable initialized.
Definition protocol.c:13207
JukeboxMsgServerPacket JukeboxMsgServerPacket_init(void)
Creates a new JukeboxMsgServerPacket with the serialization vtable initialized.
Definition protocol.c:23464
ThreeItem ThreeItem_init(void)
Creates a new ThreeItem with the serialization vtable initialized.
Definition protocol.c:1057
RangeRequestClientPacket RangeRequestClientPacket_init(void)
Creates a new RangeRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:12341
ShopCraftRecord ShopCraftRecord_init(void)
Creates a new ShopCraftRecord with the serialization vtable initialized.
Definition protocol.c:5978
ShopSellServerPacket ShopSellServerPacket_init(void)
Creates a new ShopSellServerPacket with the serialization vtable initialized.
Definition protocol.c:21644
CharacterBaseStats CharacterBaseStats_init(void)
Creates a new CharacterBaseStats with the serialization vtable initialized.
Definition protocol.c:3418
Esf Esf_init(void)
Creates a new Esf with the serialization vtable initialized.
Definition protocol.c:1851
Enf Enf_init(void)
Creates a new Enf with the serialization vtable initialized.
Definition protocol.c:1503
JukeboxOpenServerPacket JukeboxOpenServerPacket_init(void)
Creates a new JukeboxOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:23393
GuildCreateServerPacket GuildCreateServerPacket_init(void)
Creates a new GuildCreateServerPacket with the serialization vtable initialized.
Definition protocol.c:26208
InnRecord InnRecord_init(void)
Creates a new InnRecord with the serialization vtable initialized.
Definition protocol.c:5514
PartyRemoveClientPacket PartyRemoveClientPacket_init(void)
Creates a new PartyRemoveClientPacket with the serialization vtable initialized.
Definition protocol.c:12733
QuestListServerPacket QuestListServerPacket_init(void)
Creates a new QuestListServerPacket with the serialization vtable initialized.
Definition protocol.c:29245
SkillTargetRestrict
Definition protocol.h:361
@ SKILL_TARGET_RESTRICT_OPPONENT
Definition protocol.h:364
@ SKILL_TARGET_RESTRICT_FRIENDLY
Definition protocol.h:363
@ SKILL_TARGET_RESTRICT_NPC
Definition protocol.h:362
SitReplyServerPacket SitReplyServerPacket_init(void)
Creates a new SitReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:19577
TalkRequestClientPacket TalkRequestClientPacket_init(void)
Creates a new TalkRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:7918
AdminInteractAgreeServerPacket AdminInteractAgreeServerPacket_init(void)
Creates a new AdminInteractAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:17598
EffectTargetOtherServerPacket EffectTargetOtherServerPacket_init(void)
Creates a new EffectTargetOtherServerPacket with the serialization vtable initialized.
Definition protocol.c:30669
PriestReply
Definition protocol.h:729
@ PRIEST_REPLY_LOW_LEVEL
Definition protocol.h:731
@ PRIEST_REPLY_NO_PERMISSION
Definition protocol.h:737
@ PRIEST_REPLY_NOT_DRESSED
Definition protocol.h:730
@ PRIEST_REPLY_PARTNER_NOT_DRESSED
Definition protocol.h:733
@ PRIEST_REPLY_BUSY
Definition protocol.h:734
@ PRIEST_REPLY_DO_YOU
Definition protocol.h:735
@ PRIEST_REPLY_PARTNER_ALREADY_MARRIED
Definition protocol.h:736
@ PRIEST_REPLY_PARTNER_NOT_PRESENT
Definition protocol.h:732
BookReplyServerPacket BookReplyServerPacket_init(void)
Creates a new BookReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:24236
PartyTargetGroupServerPacket PartyTargetGroupServerPacket_init(void)
Creates a new PartyTargetGroupServerPacket with the serialization vtable initialized.
Definition protocol.c:25906
ItemType
Definition protocol.h:267
@ ITEM_TYPE_RESERVED28
Definition protocol.h:296
@ ITEM_TYPE_RESERVED29
Definition protocol.h:297
@ ITEM_TYPE_ALCOHOL
Definition protocol.h:290
@ ITEM_TYPE_RESERVED1
Definition protocol.h:269
@ ITEM_TYPE_EFFECT_POTION
Definition protocol.h:291
@ ITEM_TYPE_ACCESSORY
Definition protocol.h:284
@ ITEM_TYPE_ARMOR
Definition protocol.h:280
@ ITEM_TYPE_ARMLET
Definition protocol.h:288
@ ITEM_TYPE_BRACER
Definition protocol.h:289
@ ITEM_TYPE_RESERVED8
Definition protocol.h:276
@ ITEM_TYPE_SHIELD
Definition protocol.h:279
@ ITEM_TYPE_BELT
Definition protocol.h:285
@ ITEM_TYPE_KEY
Definition protocol.h:277
@ ITEM_TYPE_NECKLACE
Definition protocol.h:286
@ ITEM_TYPE_GLOVES
Definition protocol.h:283
@ ITEM_TYPE_CURE_CURSE
Definition protocol.h:293
@ ITEM_TYPE_RING
Definition protocol.h:287
@ ITEM_TYPE_HEAL
Definition protocol.h:271
@ ITEM_TYPE_WEAPON
Definition protocol.h:278
@ ITEM_TYPE_RESERVED5
Definition protocol.h:273
@ ITEM_TYPE_EXP_REWARD
Definition protocol.h:274
@ ITEM_TYPE_HAT
Definition protocol.h:281
@ ITEM_TYPE_RESERVED27
Definition protocol.h:295
@ ITEM_TYPE_CURRENCY
Definition protocol.h:270
@ ITEM_TYPE_GENERAL
Definition protocol.h:268
@ ITEM_TYPE_BOOTS
Definition protocol.h:282
@ ITEM_TYPE_RESERVED7
Definition protocol.h:275
@ ITEM_TYPE_RESERVED26
Definition protocol.h:294
@ ITEM_TYPE_TELEPORT
Definition protocol.h:272
@ ITEM_TYPE_HAIR_DYE
Definition protocol.h:292
GroupHealTargetPlayer GroupHealTargetPlayer_init(void)
Creates a new GroupHealTargetPlayer with the serialization vtable initialized.
Definition protocol.c:4478
PartyReplyCode
Definition protocol.h:744
@ PARTY_REPLY_CODE_ALREADY_IN_ANOTHER_PARTY
Definition protocol.h:745
@ PARTY_REPLY_CODE_ALREADY_IN_YOUR_PARTY
Definition protocol.h:746
@ PARTY_REPLY_CODE_PARTY_IS_FULL
Definition protocol.h:747
EquipmentMapInfo EquipmentMapInfo_init(void)
Creates a new EquipmentMapInfo with the serialization vtable initialized.
Definition protocol.c:2122
CastAcceptServerPacket CastAcceptServerPacket_init(void)
Creates a new CastAcceptServerPacket with the serialization vtable initialized.
Definition protocol.c:28659
StatSkillJunkServerPacket StatSkillJunkServerPacket_init(void)
Creates a new StatSkillJunkServerPacket with the serialization vtable initialized.
Definition protocol.c:22262
ShopOpenServerPacket ShopOpenServerPacket_init(void)
Creates a new ShopOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:21713
ItemGetServerPacket ItemGetServerPacket_init(void)
Creates a new ItemGetServerPacket with the serialization vtable initialized.
Definition protocol.c:22785
ServerSettings ServerSettings_init(void)
Creates a new ServerSettings with the serialization vtable initialized.
Definition protocol.c:3212
CharacterSecondaryStats CharacterSecondaryStats_init(void)
Creates a new CharacterSecondaryStats with the serialization vtable initialized.
Definition protocol.c:3526
PartyTakeClientPacket PartyTakeClientPacket_init(void)
Creates a new PartyTakeClientPacket with the serialization vtable initialized.
Definition protocol.c:12795
BoardOpenClientPacket BoardOpenClientPacket_init(void)
Creates a new BoardOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:11134
NpcUpdateChat NpcUpdateChat_init(void)
Creates a new NpcUpdateChat with the serialization vtable initialized.
Definition protocol.c:4807
PaperdollAddClientPacket PaperdollAddClientPacket_init(void)
Creates a new PaperdollAddClientPacket with the serialization vtable initialized.
Definition protocol.c:11643
MapType
Definition protocol.h:64
@ MAP_TYPE_PK
Definition protocol.h:66
@ MAP_TYPE_NORMAL
Definition protocol.h:65
ShopCreateClientPacket ShopCreateClientPacket_init(void)
Creates a new ShopCreateClientPacket with the serialization vtable initialized.
Definition protocol.c:10046
EifRecord EifRecord_init(void)
Creates a new EifRecord with the serialization vtable initialized.
Definition protocol.c:1196
AvatarAdminServerPacket AvatarAdminServerPacket_init(void)
Creates a new AvatarAdminServerPacket with the serialization vtable initialized.
Definition protocol.c:27347
AdminInteractListServerPacket AdminInteractListServerPacket_init(void)
Creates a new AdminInteractListServerPacket with the serialization vtable initialized.
Definition protocol.c:17661
AttackUseClientPacket AttackUseClientPacket_init(void)
Creates a new AttackUseClientPacket with the serialization vtable initialized.
Definition protocol.c:8555
SpellTargetGroupClientPacket SpellTargetGroupClientPacket_init(void)
Creates a new SpellTargetGroupClientPacket with the serialization vtable initialized.
Definition protocol.c:14193
InitInitServerPacket InitInitServerPacket_init(void)
Creates a new InitInitServerPacket with the serialization vtable initialized.
Definition protocol.c:15342
NpcUpdateAttack NpcUpdateAttack_init(void)
Creates a new NpcUpdateAttack with the serialization vtable initialized.
Definition protocol.c:4752
PlayersReplyServerPacket PlayersReplyServerPacket_init(void)
Creates a new PlayersReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:16258
TalkFile TalkFile_init(void)
Creates a new TalkFile with the serialization vtable initialized.
Definition protocol.c:6315
TalkAdminServerPacket TalkAdminServerPacket_init(void)
Creates a new TalkAdminServerPacket with the serialization vtable initialized.
Definition protocol.c:18320
EquipmentPaperdoll EquipmentPaperdoll_init(void)
Creates a new EquipmentPaperdoll with the serialization vtable initialized.
Definition protocol.c:2312
CharacterDetails CharacterDetails_init(void)
Creates a new CharacterDetails with the serialization vtable initialized.
Definition protocol.c:4155
Item Item_init(void)
Creates a new Item with the serialization vtable initialized.
Definition protocol.c:1011
BarberOpenClientPacket BarberOpenClientPacket_init(void)
Creates a new BarberOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:9384
StatSkillReplyServerPacket StatSkillReplyServerPacket_init(void)
Creates a new StatSkillReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:21909
PlayerKilledState
Definition protocol.h:692
@ PLAYER_KILLED_STATE_ALIVE
Definition protocol.h:693
@ PLAYER_KILLED_STATE_KILLED
Definition protocol.h:694
EffectSpecServerPacket EffectSpecServerPacket_init(void)
Creates a new EffectSpecServerPacket with the serialization vtable initialized.
Definition protocol.c:30816
ItemSubtype
Definition protocol.h:300
@ ITEM_SUBTYPE_NONE
Definition protocol.h:301
@ ITEM_SUBTYPE_RANGED
Definition protocol.h:302
@ ITEM_SUBTYPE_ARROWS
Definition protocol.h:303
@ ITEM_SUBTYPE_RESERVED4
Definition protocol.h:305
@ ITEM_SUBTYPE_WINGS
Definition protocol.h:304
Version Version_init(void)
Creates a new Version with the serialization vtable initialized.
Definition protocol.c:917
AccountRequestClientPacket AccountRequestClientPacket_init(void)
Creates a new AccountRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:6596
MarriageReply
Definition protocol.h:716
@ MARRIAGE_REPLY_NOT_ENOUGH_GOLD
Definition protocol.h:720
@ MARRIAGE_REPLY_SUCCESS
Definition protocol.h:719
@ MARRIAGE_REPLY_SERVICE_BUSY
Definition protocol.h:722
@ MARRIAGE_REPLY_NOT_MARRIED
Definition protocol.h:718
@ MARRIAGE_REPLY_DIVORCE_NOTIFICATION
Definition protocol.h:723
@ MARRIAGE_REPLY_WRONG_NAME
Definition protocol.h:721
@ MARRIAGE_REPLY_ALREADY_MARRIED
Definition protocol.h:717
MessageCloseServerPacket MessageCloseServerPacket_init(void)
Creates a new MessageCloseServerPacket with the serialization vtable initialized.
Definition protocol.c:18705
MessageOpenServerPacket MessageOpenServerPacket_init(void)
Creates a new MessageOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:18636
ItemUseClientPacket ItemUseClientPacket_init(void)
Creates a new ItemUseClientPacket with the serialization vtable initialized.
Definition protocol.c:10669
PlayersListFriends PlayersListFriends_init(void)
Creates a new PlayersListFriends with the serialization vtable initialized.
Definition protocol.c:3069
GuildBuyServerPacket GuildBuyServerPacket_init(void)
Creates a new GuildBuyServerPacket with the serialization vtable initialized.
Definition protocol.c:26512
PaperdollRequestClientPacket PaperdollRequestClientPacket_init(void)
Creates a new PaperdollRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:11517
ItemAcceptServerPacket ItemAcceptServerPacket_init(void)
Creates a new ItemAcceptServerPacket with the serialization vtable initialized.
Definition protocol.c:29410
MapGraphicLayer MapGraphicLayer_init(void)
Creates a new MapGraphicLayer with the serialization vtable initialized.
Definition protocol.c:666
ShopTradeItem ShopTradeItem_init(void)
Creates a new ShopTradeItem with the serialization vtable initialized.
Definition protocol.c:3269
LoginReplyServerPacket LoginReplyServerPacket_init(void)
Creates a new LoginReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:16920
PlayersPingServerPacket PlayersPingServerPacket_init(void)
Creates a new PlayersPingServerPacket with the serialization vtable initialized.
Definition protocol.c:24395
ItemSpecial
Definition protocol.h:308
@ ITEM_SPECIAL_UNIQUE
Definition protocol.h:312
@ ITEM_SPECIAL_CURSED
Definition protocol.h:314
@ ITEM_SPECIAL_LORE
Definition protocol.h:313
@ ITEM_SPECIAL_LEGENDARY
Definition protocol.h:311
@ ITEM_SPECIAL_NORMAL
Definition protocol.h:309
@ ITEM_SPECIAL_RARE
Definition protocol.h:310
RefreshRequestClientPacket RefreshRequestClientPacket_init(void)
Creates a new RefreshRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:12279
DialogQuestEntry DialogQuestEntry_init(void)
Creates a new DialogQuestEntry with the serialization vtable initialized.
Definition protocol.c:4931
TalkOpenClientPacket TalkOpenClientPacket_init(void)
Creates a new TalkOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:7988
GuildBuyClientPacket GuildBuyClientPacket_init(void)
Creates a new GuildBuyClientPacket with the serialization vtable initialized.
Definition protocol.c:13515
GlobalRemoveClientPacket GlobalRemoveClientPacket_init(void)
Creates a new GlobalRemoveClientPacket with the serialization vtable initialized.
Definition protocol.c:7673
SpellErrorServerPacket SpellErrorServerPacket_init(void)
Creates a new SpellErrorServerPacket with the serialization vtable initialized.
Definition protocol.c:27286
WarpAcceptClientPacket WarpAcceptClientPacket_init(void)
Creates a new WarpAcceptClientPacket with the serialization vtable initialized.
Definition protocol.c:11389
ArenaUseServerPacket ArenaUseServerPacket_init(void)
Creates a new ArenaUseServerPacket with the serialization vtable initialized.
Definition protocol.c:29533
GlobalCloseClientPacket GlobalCloseClientPacket_init(void)
Creates a new GlobalCloseClientPacket with the serialization vtable initialized.
Definition protocol.c:7856
SitCloseServerPacket SitCloseServerPacket_init(void)
Creates a new SitCloseServerPacket with the serialization vtable initialized.
Definition protocol.c:19447
ChestTakeClientPacket ChestTakeClientPacket_init(void)
Creates a new ChestTakeClientPacket with the serialization vtable initialized.
Definition protocol.c:12214
MarriageOpenClientPacket MarriageOpenClientPacket_init(void)
Creates a new MarriageOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:14939
CharacterIcon
Definition protocol.h:479
@ CHARACTER_ICON_PARTY
Definition protocol.h:483
@ CHARACTER_ICON_HGM_PARTY
Definition protocol.h:485
@ CHARACTER_ICON_GM
Definition protocol.h:481
@ CHARACTER_ICON_PLAYER
Definition protocol.h:480
@ CHARACTER_ICON_HGM
Definition protocol.h:482
@ CHARACTER_ICON_GM_PARTY
Definition protocol.h:484
GuildRequestServerPacket GuildRequestServerPacket_init(void)
Creates a new GuildRequestServerPacket with the serialization vtable initialized.
Definition protocol.c:26136
ChairRemoveServerPacket ChairRemoveServerPacket_init(void)
Creates a new ChairRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:19313
TalkAdminClientPacket TalkAdminClientPacket_init(void)
Creates a new TalkAdminClientPacket with the serialization vtable initialized.
Definition protocol.c:8416
JukeboxAgreeServerPacket JukeboxAgreeServerPacket_init(void)
Creates a new JukeboxAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:23269
ShopOpenClientPacket ShopOpenClientPacket_init(void)
Creates a new ShopOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:10240
GuildReply
Definition protocol.h:523
@ GUILD_REPLY_RANKING_LEADER
Definition protocol.h:546
@ GUILD_REPLY_BUSY
Definition protocol.h:524
@ GUILD_REPLY_RANKS_UPDATED
Definition protocol.h:542
@ GUILD_REPLY_UPDATED
Definition protocol.h:541
@ GUILD_REPLY_CREATE_ADD_CONFIRM
Definition protocol.h:530
@ GUILD_REPLY_ACCEPTED
Definition protocol.h:539
@ GUILD_REPLY_REMOVED
Definition protocol.h:545
@ GUILD_REPLY_EXISTS
Definition protocol.h:528
@ GUILD_REPLY_RECRUITER_OFFLINE
Definition protocol.h:532
@ GUILD_REPLY_CREATE_ADD
Definition protocol.h:531
@ GUILD_REPLY_ACCOUNT_LOW
Definition protocol.h:538
@ GUILD_REPLY_NO_CANDIDATES
Definition protocol.h:527
@ GUILD_REPLY_JOIN_REQUEST
Definition protocol.h:536
@ GUILD_REPLY_ALREADY_MEMBER
Definition protocol.h:526
@ GUILD_REPLY_RECRUITER_NOT_HERE
Definition protocol.h:533
@ GUILD_REPLY_RANKING_NOT_MEMBER
Definition protocol.h:547
@ GUILD_REPLY_NOT_PRESENT
Definition protocol.h:537
@ GUILD_REPLY_RECRUITER_WRONG_GUILD
Definition protocol.h:534
@ GUILD_REPLY_REMOVE_NOT_MEMBER
Definition protocol.h:544
@ GUILD_REPLY_REMOVE_LEADER
Definition protocol.h:543
@ GUILD_REPLY_NOT_FOUND
Definition protocol.h:540
@ GUILD_REPLY_NOT_RECRUITER
Definition protocol.h:535
@ GUILD_REPLY_CREATE_BEGIN
Definition protocol.h:529
@ GUILD_REPLY_NOT_APPROVED
Definition protocol.h:525
PartyCloseServerPacket PartyCloseServerPacket_init(void)
Creates a new PartyCloseServerPacket with the serialization vtable initialized.
Definition protocol.c:25690
SkillStatRequirements SkillStatRequirements_init(void)
Creates a new SkillStatRequirements with the serialization vtable initialized.
Definition protocol.c:3977
ItemObtainServerPacket ItemObtainServerPacket_init(void)
Creates a new ItemObtainServerPacket with the serialization vtable initialized.
Definition protocol.c:22853
StatSkillAcceptServerPacket StatSkillAcceptServerPacket_init(void)
Creates a new StatSkillAcceptServerPacket with the serialization vtable initialized.
Definition protocol.c:22197
GuildRankClientPacket GuildRankClientPacket_init(void)
Creates a new GuildRankClientPacket with the serialization vtable initialized.
Definition protocol.c:13920
WelcomeNet242ServerPacket WelcomeNet242ServerPacket_init(void)
Creates a new WelcomeNet242ServerPacket with the serialization vtable initialized.
Definition protocol.c:15976
ChestGetServerPacket ChestGetServerPacket_init(void)
Creates a new ChestGetServerPacket with the serialization vtable initialized.
Definition protocol.c:24900
GlobalBackfillMessage GlobalBackfillMessage_init(void)
Creates a new GlobalBackfillMessage with the serialization vtable initialized.
Definition protocol.c:5117
PriestOpenServerPacket PriestOpenServerPacket_init(void)
Creates a new PriestOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:29933
EffectPlayerServerPacket EffectPlayerServerPacket_init(void)
Creates a new EffectPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:19711
AdminMessageType
Definition protocol.h:684
@ ADMIN_MESSAGE_TYPE_REPORT
Definition protocol.h:686
@ ADMIN_MESSAGE_TYPE_MESSAGE
Definition protocol.h:685
JukeboxUseClientPacket JukeboxUseClientPacket_init(void)
Creates a new JukeboxUseClientPacket with the serialization vtable initialized.
Definition protocol.c:11325
SkillNature
Definition protocol.h:350
@ SKILL_NATURE_SPELL
Definition protocol.h:351
@ SKILL_NATURE_SKILL
Definition protocol.h:352
TradeAdminServerPacket TradeAdminServerPacket_init(void)
Creates a new TradeAdminServerPacket with the serialization vtable initialized.
Definition protocol.c:27897
WalkAction WalkAction_init(void)
Creates a new WalkAction with the serialization vtable initialized.
Definition protocol.c:1975
ShopRecord ShopRecord_init(void)
Creates a new ShopRecord with the serialization vtable initialized.
Definition protocol.c:6032
ShopCraftItem ShopCraftItem_init(void)
Creates a new ShopCraftItem with the serialization vtable initialized.
Definition protocol.c:3319
DoorCloseServerPacket DoorCloseServerPacket_init(void)
Creates a new DoorCloseServerPacket with the serialization vtable initialized.
Definition protocol.c:24667
CitizenRequestServerPacket CitizenRequestServerPacket_init(void)
Creates a new CitizenRequestServerPacket with the serialization vtable initialized.
Definition protocol.c:21378
TalkPlayerServerPacket TalkPlayerServerPacket_init(void)
Creates a new TalkPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:18176
MapSign MapSign_init(void)
Creates a new MapSign with the serialization vtable initialized.
Definition protocol.c:273
PaperdollPingServerPacket PaperdollPingServerPacket_init(void)
Creates a new PaperdollPingServerPacket with the serialization vtable initialized.
Definition protocol.c:23947
GlobalPlayerClientPacket GlobalPlayerClientPacket_init(void)
Creates a new GlobalPlayerClientPacket with the serialization vtable initialized.
Definition protocol.c:7734
TradeAddClientPacket TradeAddClientPacket_init(void)
Creates a new TradeAddClientPacket with the serialization vtable initialized.
Definition protocol.c:14571
GuildTellClientPacket GuildTellClientPacket_init(void)
Creates a new GuildTellClientPacket with the serialization vtable initialized.
Definition protocol.c:13642
QuestPage
Definition protocol.h:244
@ QUEST_PAGE_PROGRESS
Definition protocol.h:245
@ QUEST_PAGE_HISTORY
Definition protocol.h:246
LoginRequestClientPacket LoginRequestClientPacket_init(void)
Creates a new LoginRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:7152
CharacterReplyServerPacket CharacterReplyServerPacket_init(void)
Creates a new CharacterReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:16633
GuildReplyServerPacket GuildReplyServerPacket_init(void)
Creates a new GuildReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:25986
BoardRemoveClientPacket BoardRemoveClientPacket_init(void)
Creates a new BoardRemoveClientPacket with the serialization vtable initialized.
Definition protocol.c:10922
ShopSoldItem ShopSoldItem_init(void)
Creates a new ShopSoldItem with the serialization vtable initialized.
Definition protocol.c:3372
GuildKickServerPacket GuildKickServerPacket_init(void)
Creates a new GuildKickServerPacket with the serialization vtable initialized.
Definition protocol.c:27009
PlayersAgreeServerPacket PlayersAgreeServerPacket_init(void)
Creates a new PlayersAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:19927
ChestOpenServerPacket ChestOpenServerPacket_init(void)
Creates a new ChestOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:24730
AdminInteractTellServerPacket AdminInteractTellServerPacket_init(void)
Creates a new AdminInteractTellServerPacket with the serialization vtable initialized.
Definition protocol.c:17773
PartyAgreeServerPacket PartyAgreeServerPacket_init(void)
Creates a new PartyAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:25841
PlayersPongServerPacket PlayersPongServerPacket_init(void)
Creates a new PlayersPongServerPacket with the serialization vtable initialized.
Definition protocol.c:24465
BookRequestClientPacket BookRequestClientPacket_init(void)
Creates a new BookRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:11707
CitizenRemoveServerPacket CitizenRemoveServerPacket_init(void)
Creates a new CitizenRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:21223
MapDamageType
Definition protocol.h:708
@ MAP_DAMAGE_TYPE_SPIKES
Definition protocol.h:710
@ MAP_DAMAGE_TYPE_TP_DRAIN
Definition protocol.h:709
CitizenOpenClientPacket CitizenOpenClientPacket_init(void)
Creates a new CitizenOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:9984
ItemKickServerPacket ItemKickServerPacket_init(void)
Creates a new ItemKickServerPacket with the serialization vtable initialized.
Definition protocol.c:22918
PartyRequestClientPacket PartyRequestClientPacket_init(void)
Creates a new PartyRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:12605
PartyAddServerPacket PartyAddServerPacket_init(void)
Creates a new PartyAddServerPacket with the serialization vtable initialized.
Definition protocol.c:25559
ChairRequestClientPacket ChairRequestClientPacket_init(void)
Creates a new ChairRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:8620
PartyCreateServerPacket PartyCreateServerPacket_init(void)
Creates a new PartyCreateServerPacket with the serialization vtable initialized.
Definition protocol.c:25469
MapMusicControl
Definition protocol.h:85
@ MAP_MUSIC_CONTROL_INTERRUPT_IF_DIFFERENT_PLAY_ONCE
Definition protocol.h:86
@ MAP_MUSIC_CONTROL_INTERRUPT_IF_DIFFERENT_PLAY_REPEAT
Definition protocol.h:89
@ MAP_MUSIC_CONTROL_FINISH_PLAY_REPEAT
Definition protocol.h:91
@ MAP_MUSIC_CONTROL_INTERRUPT_PLAY_NOTHING
Definition protocol.h:92
@ MAP_MUSIC_CONTROL_FINISH_PLAY_ONCE
Definition protocol.h:88
@ MAP_MUSIC_CONTROL_INTERRUPT_PLAY_ONCE
Definition protocol.h:87
@ MAP_MUSIC_CONTROL_INTERRUPT_PLAY_REPEAT
Definition protocol.h:90
CitizenReplyServerPacket CitizenReplyServerPacket_init(void)
Creates a new CitizenReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:21161
StatSkillRemoveClientPacket StatSkillRemoveClientPacket_init(void)
Creates a new StatSkillRemoveClientPacket with the serialization vtable initialized.
Definition protocol.c:10428
MusicPlayerServerPacket MusicPlayerServerPacket_init(void)
Creates a new MusicPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:31006
CharacterSelectionListEntry CharacterSelectionListEntry_init(void)
Creates a new CharacterSelectionListEntry with the serialization vtable initialized.
Definition protocol.c:3140
QuestReportServerPacket QuestReportServerPacket_init(void)
Creates a new QuestReportServerPacket with the serialization vtable initialized.
Definition protocol.c:29032
LockerTakeClientPacket LockerTakeClientPacket_init(void)
Creates a new LockerTakeClientPacket with the serialization vtable initialized.
Definition protocol.c:9512
BankAddClientPacket BankAddClientPacket_init(void)
Creates a new BankAddClientPacket with the serialization vtable initialized.
Definition protocol.c:9190
ChairPlayerServerPacket ChairPlayerServerPacket_init(void)
Creates a new ChairPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:19114
CharacterRequestClientPacket CharacterRequestClientPacket_init(void)
Creates a new CharacterRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:6866
GuildAcceptServerPacket GuildAcceptServerPacket_init(void)
Creates a new GuildAcceptServerPacket with the serialization vtable initialized.
Definition protocol.c:26947
SpellTargetType
Definition protocol.h:433
@ SPELL_TARGET_TYPE_NPC
Definition protocol.h:435
@ SPELL_TARGET_TYPE_PLAYER
Definition protocol.h:434
ChestAgreeServerPacket ChestAgreeServerPacket_init(void)
Creates a new ChestAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:24986
PartyReplyServerPacket PartyReplyServerPacket_init(void)
Creates a new PartyReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:25343
FacePlayerClientPacket FacePlayerClientPacket_init(void)
Creates a new FacePlayerClientPacket with the serialization vtable initialized.
Definition protocol.c:8877
ItemReplyServerPacket ItemReplyServerPacket_init(void)
Creates a new ItemReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:22326
WalkPlayerClientPacket WalkPlayerClientPacket_init(void)
Creates a new WalkPlayerClientPacket with the serialization vtable initialized.
Definition protocol.c:9065
ShopBuyServerPacket ShopBuyServerPacket_init(void)
Creates a new ShopBuyServerPacket with the serialization vtable initialized.
Definition protocol.c:21576
Spell Spell_init(void)
Creates a new Spell with the serialization vtable initialized.
Definition protocol.c:1149
CharacterCreateClientPacket CharacterCreateClientPacket_init(void)
Creates a new CharacterCreateClientPacket with the serialization vtable initialized.
Definition protocol.c:6940
SpellTargetOtherServerPacket SpellTargetOtherServerPacket_init(void)
Creates a new SpellTargetOtherServerPacket with the serialization vtable initialized.
Definition protocol.c:27509
Element
Definition protocol.h:257
@ ELEMENT_LIGHT
Definition protocol.h:259
@ ELEMENT_DARK
Definition protocol.h:260
@ ELEMENT_FIRE
Definition protocol.h:264
@ ELEMENT_WIND
Definition protocol.h:262
@ ELEMENT_EARTH
Definition protocol.h:261
@ ELEMENT_WATER
Definition protocol.h:263
@ ELEMENT_NONE
Definition protocol.h:258
PaperdollRemoveServerPacket PaperdollRemoveServerPacket_init(void)
Creates a new PaperdollRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:24010
AttackPlayerServerPacket AttackPlayerServerPacket_init(void)
Creates a new AttackPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:18917
InitInitClientPacket InitInitClientPacket_init(void)
Creates a new InitInitClientPacket with the serialization vtable initialized.
Definition protocol.c:6390
BoardOpenServerPacket BoardOpenServerPacket_init(void)
Creates a new BoardOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:23181
EquipmentCharacterSelect EquipmentCharacterSelect_init(void)
Creates a new EquipmentCharacterSelect with the serialization vtable initialized.
Definition protocol.c:2182
WarpPlayerServerPacket WarpPlayerServerPacket_init(void)
Creates a new WarpPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:15766
CharacterMapInfo CharacterMapInfo_init(void)
Creates a new CharacterMapInfo with the serialization vtable initialized.
Definition protocol.c:2391
PartyAcceptClientPacket PartyAcceptClientPacket_init(void)
Creates a new PartyAcceptClientPacket with the serialization vtable initialized.
Definition protocol.c:12669
CharacterStatsWelcome CharacterStatsWelcome_init(void)
Creates a new CharacterStatsWelcome with the serialization vtable initialized.
Definition protocol.c:3746
GuildOpenServerPacket GuildOpenServerPacket_init(void)
Creates a new GuildOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:26574
MarriageRequestType
Definition protocol.h:441
@ MARRIAGE_REQUEST_TYPE_MARRIAGE_APPROVAL
Definition protocol.h:442
@ MARRIAGE_REQUEST_TYPE_DIVORCE
Definition protocol.h:443
SpellUseClientPacket SpellUseClientPacket_init(void)
Creates a new SpellUseClientPacket with the serialization vtable initialized.
Definition protocol.c:14257
GuildMember GuildMember_init(void)
Creates a new GuildMember with the serialization vtable initialized.
Definition protocol.c:4415
SpellRequestClientPacket SpellRequestClientPacket_init(void)
Creates a new SpellRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:13993
WalkSpecClientPacket WalkSpecClientPacket_init(void)
Creates a new WalkSpecClientPacket with the serialization vtable initialized.
Definition protocol.c:9002
StatSkillTakeClientPacket StatSkillTakeClientPacket_init(void)
Creates a new StatSkillTakeClientPacket with the serialization vtable initialized.
Definition protocol.c:10364
TradeSpecServerPacket TradeSpecServerPacket_init(void)
Creates a new TradeSpecServerPacket with the serialization vtable initialized.
Definition protocol.c:28058
SkillMasterFile SkillMasterFile_init(void)
Creates a new SkillMasterFile with the serialization vtable initialized.
Definition protocol.c:5814
RecoverListServerPacket RecoverListServerPacket_init(void)
Creates a new RecoverListServerPacket with the serialization vtable initialized.
Definition protocol.c:30261
ItemAddServerPacket ItemAddServerPacket_init(void)
Creates a new ItemAddServerPacket with the serialization vtable initialized.
Definition protocol.c:22586
BoardCreateClientPacket BoardCreateClientPacket_init(void)
Creates a new BoardCreateClientPacket with the serialization vtable initialized.
Definition protocol.c:10987
MapWarpRow MapWarpRow_init(void)
Creates a new MapWarpRow with the serialization vtable initialized.
Definition protocol.c:490
CharacterBaseStatsWelcome CharacterBaseStatsWelcome_init(void)
Creates a new CharacterBaseStatsWelcome with the serialization vtable initialized.
Definition protocol.c:3472
RecoverPlayerServerPacket RecoverPlayerServerPacket_init(void)
Creates a new RecoverPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:30129
DialogEntry DialogEntry_init(void)
Creates a new DialogEntry with the serialization vtable initialized.
Definition protocol.c:4985
EmotePlayerServerPacket EmotePlayerServerPacket_init(void)
Creates a new EmotePlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:19646
GuildSellServerPacket GuildSellServerPacket_init(void)
Creates a new GuildSellServerPacket with the serialization vtable initialized.
Definition protocol.c:26450
AccountReply
Definition protocol.h:591
@ ACCOUNT_REPLY_NOT_APPROVED
Definition protocol.h:593
@ ACCOUNT_REPLY_EXISTS
Definition protocol.h:592
@ ACCOUNT_REPLY_CHANGE_FAILED
Definition protocol.h:595
@ ACCOUNT_REPLY_CHANGED
Definition protocol.h:596
@ ACCOUNT_REPLY_REQUEST_DENIED
Definition protocol.h:597
@ ACCOUNT_REPLY_CREATED
Definition protocol.h:594
WarpRequestServerPacket WarpRequestServerPacket_init(void)
Creates a new WarpRequestServerPacket with the serialization vtable initialized.
Definition protocol.c:23657
StatSkillRemoveServerPacket StatSkillRemoveServerPacket_init(void)
Creates a new StatSkillRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:22070
GuildTellServerPacket GuildTellServerPacket_init(void)
Creates a new GuildTellServerPacket with the serialization vtable initialized.
Definition protocol.c:26637
CitizenRemoveClientPacket CitizenRemoveClientPacket_init(void)
Creates a new CitizenRemoveClientPacket with the serialization vtable initialized.
Definition protocol.c:9922
CharacterElementalStats CharacterElementalStats_init(void)
Creates a new CharacterElementalStats with the serialization vtable initialized.
Definition protocol.c:3630
MessagePingClientPacket MessagePingClientPacket_init(void)
Creates a new MessagePingClientPacket with the serialization vtable initialized.
Definition protocol.c:11769
PubFile PubFile_init(void)
Creates a new PubFile with the serialization vtable initialized.
Definition protocol.c:2872
PartyRemoveServerPacket PartyRemoveServerPacket_init(void)
Creates a new PartyRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:25628
StatSkillAddClientPacket StatSkillAddClientPacket_init(void)
Creates a new StatSkillAddClientPacket with the serialization vtable initialized.
Definition protocol.c:10493
ChairReplyServerPacket ChairReplyServerPacket_init(void)
Creates a new ChairReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:19181
TalkServerServerPacket TalkServerServerPacket_init(void)
Creates a new TalkServerServerPacket with the serialization vtable initialized.
Definition protocol.c:18476
GuildOpenClientPacket GuildOpenClientPacket_init(void)
Creates a new GuildOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:13579
CastReplyServerPacket CastReplyServerPacket_init(void)
Creates a new CastReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:28326
QuestListClientPacket QuestListClientPacket_init(void)
Creates a new QuestListClientPacket with the serialization vtable initialized.
Definition protocol.c:14877
LockerBuyClientPacket LockerBuyClientPacket_init(void)
Creates a new LockerBuyClientPacket with the serialization vtable initialized.
Definition protocol.c:9640
SpellTargetOtherClientPacket SpellTargetOtherClientPacket_init(void)
Creates a new SpellTargetOtherClientPacket with the serialization vtable initialized.
Definition protocol.c:14123
ShopBuyClientPacket ShopBuyClientPacket_init(void)
Creates a new ShopBuyClientPacket with the serialization vtable initialized.
Definition protocol.c:10110
MapGraphicRowTile MapGraphicRowTile_init(void)
Creates a new MapGraphicRowTile with the serialization vtable initialized.
Definition protocol.c:554
OnlinePlayer OnlinePlayer_init(void)
Creates a new OnlinePlayer with the serialization vtable initialized.
Definition protocol.c:2926
ItemDropServerPacket ItemDropServerPacket_init(void)
Creates a new ItemDropServerPacket with the serialization vtable initialized.
Definition protocol.c:22513
LockerReplyServerPacket LockerReplyServerPacket_init(void)
Creates a new LockerReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:20781
ShopSellClientPacket ShopSellClientPacket_init(void)
Creates a new ShopSellClientPacket with the serialization vtable initialized.
Definition protocol.c:10175
ItemAgreeServerPacket ItemAgreeServerPacket_init(void)
Creates a new ItemAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:22983
WalkOpenServerPacket WalkOpenServerPacket_init(void)
Creates a new WalkOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:20455
ItemSize
Definition protocol.h:320
@ ITEM_SIZE_SIZE1X1
Definition protocol.h:321
@ ITEM_SIZE_SIZE2X1
Definition protocol.h:325
@ ITEM_SIZE_SIZE1X4
Definition protocol.h:324
@ ITEM_SIZE_SIZE1X3
Definition protocol.h:323
@ ITEM_SIZE_SIZE2X3
Definition protocol.h:327
@ ITEM_SIZE_SIZE2X2
Definition protocol.h:326
@ ITEM_SIZE_SIZE1X2
Definition protocol.h:322
@ ITEM_SIZE_SIZE2X4
Definition protocol.h:328
GuildAgreeClientPacket GuildAgreeClientPacket_init(void)
Creates a new GuildAgreeClientPacket with the serialization vtable initialized.
Definition protocol.c:13068
BarberBuyClientPacket BarberBuyClientPacket_init(void)
Creates a new BarberBuyClientPacket with the serialization vtable initialized.
Definition protocol.c:9318
MapDrainDamageOther MapDrainDamageOther_init(void)
Creates a new MapDrainDamageOther with the serialization vtable initialized.
Definition protocol.c:5068
WelcomeRequestClientPacket WelcomeRequestClientPacket_init(void)
Creates a new WelcomeRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:7231
TalkTellClientPacket TalkTellClientPacket_init(void)
Creates a new TalkTellClientPacket with the serialization vtable initialized.
Definition protocol.c:8128
WarpType
Definition protocol.h:658
@ WARP_TYPE_LOCAL
Definition protocol.h:659
@ WARP_TYPE_MAP_SWITCH
Definition protocol.h:660
TalkTellServerPacket TalkTellServerPacket_init(void)
Creates a new TalkTellServerPacket with the serialization vtable initialized.
Definition protocol.c:18098
MapLegacyDoorKey MapLegacyDoorKey_init(void)
Creates a new MapLegacyDoorKey with the serialization vtable initialized.
Definition protocol.c:119
TradeReplyServerPacket TradeReplyServerPacket_init(void)
Creates a new TradeReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:27816
QuestDialogServerPacket QuestDialogServerPacket_init(void)
Creates a new QuestDialogServerPacket with the serialization vtable initialized.
Definition protocol.c:29126
MapWarpRowTile MapWarpRowTile_init(void)
Creates a new MapWarpRowTile with the serialization vtable initialized.
Definition protocol.c:442
GuildJunkClientPacket GuildJunkClientPacket_init(void)
Creates a new GuildJunkClientPacket with the serialization vtable initialized.
Definition protocol.c:13785
SitRemoveServerPacket SitRemoveServerPacket_init(void)
Creates a new SitRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:19512
ChestCloseServerPacket ChestCloseServerPacket_init(void)
Creates a new ChestCloseServerPacket with the serialization vtable initialized.
Definition protocol.c:25126
WalkCloseServerPacket WalkCloseServerPacket_init(void)
Creates a new WalkCloseServerPacket with the serialization vtable initialized.
Definition protocol.c:20394
AdminInteractReplyServerPacket AdminInteractReplyServerPacket_init(void)
Creates a new AdminInteractReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:17383
NpcAcceptServerPacket NpcAcceptServerPacket_init(void)
Creates a new NpcAcceptServerPacket with the serialization vtable initialized.
Definition protocol.c:28491
MapTileSpec
Definition protocol.h:98
@ MAP_TILE_SPEC_BOARD5
Definition protocol.h:123
@ MAP_TILE_SPEC_CHEST
Definition protocol.h:108
@ MAP_TILE_SPEC_BOARD1
Definition protocol.h:119
@ MAP_TILE_SPEC_ARENA
Definition protocol.h:131
@ MAP_TILE_SPEC_TIMED_SPIKES
Definition protocol.h:133
@ MAP_TILE_SPEC_CHAIR_UP_LEFT
Definition protocol.h:105
@ MAP_TILE_SPEC_RESERVED13
Definition protocol.h:112
@ MAP_TILE_SPEC_FAKE_WALL
Definition protocol.h:118
@ MAP_TILE_SPEC_RESERVED11
Definition protocol.h:110
@ MAP_TILE_SPEC_BOARD7
Definition protocol.h:125
@ MAP_TILE_SPEC_AMBIENT_SOURCE
Definition protocol.h:132
@ MAP_TILE_SPEC_RESERVED8
Definition protocol.h:107
@ MAP_TILE_SPEC_JUKEBOX
Definition protocol.h:127
@ MAP_TILE_SPEC_CHAIR_RIGHT
Definition protocol.h:102
@ MAP_TILE_SPEC_HIDDEN_SPIKES
Definition protocol.h:135
@ MAP_TILE_SPEC_SPIKES
Definition protocol.h:134
@ MAP_TILE_SPEC_BOARD2
Definition protocol.h:120
@ MAP_TILE_SPEC_RESERVED14
Definition protocol.h:113
@ MAP_TILE_SPEC_RESERVED15
Definition protocol.h:114
@ MAP_TILE_SPEC_BOARD8
Definition protocol.h:126
@ MAP_TILE_SPEC_JUMP
Definition protocol.h:128
@ MAP_TILE_SPEC_CHAIR_DOWN_RIGHT
Definition protocol.h:104
@ MAP_TILE_SPEC_CHAIR_LEFT
Definition protocol.h:101
@ MAP_TILE_SPEC_CHAIR_UP
Definition protocol.h:103
@ MAP_TILE_SPEC_CHAIR_ALL
Definition protocol.h:106
@ MAP_TILE_SPEC_BANK_VAULT
Definition protocol.h:115
@ MAP_TILE_SPEC_NPC_BOUNDARY
Definition protocol.h:116
@ MAP_TILE_SPEC_CHAIR_DOWN
Definition protocol.h:100
@ MAP_TILE_SPEC_RESERVED31
Definition protocol.h:130
@ MAP_TILE_SPEC_BOARD6
Definition protocol.h:124
@ MAP_TILE_SPEC_BOARD3
Definition protocol.h:121
@ MAP_TILE_SPEC_RESERVED12
Definition protocol.h:111
@ MAP_TILE_SPEC_WATER
Definition protocol.h:129
@ MAP_TILE_SPEC_BOARD4
Definition protocol.h:122
@ MAP_TILE_SPEC_EDGE
Definition protocol.h:117
@ MAP_TILE_SPEC_WALL
Definition protocol.h:99
@ MAP_TILE_SPEC_RESERVED10
Definition protocol.h:109
GuildAcceptClientPacket GuildAcceptClientPacket_init(void)
Creates a new GuildAcceptClientPacket with the serialization vtable initialized.
Definition protocol.c:12941
Coords Coords_init(void)
Creates a new Coords with the serialization vtable initialized.
Definition protocol.c:20
BankOpenServerPacket BankOpenServerPacket_init(void)
Creates a new BankOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:20516
MapTileSpecRowTile MapTileSpecRowTile_init(void)
Creates a new MapTileSpecRowTile with the serialization vtable initialized.
Definition protocol.c:331
AdminLevel
Definition protocol.h:16
@ ADMIN_LEVEL_HIGH_GAME_MASTER
Definition protocol.h:22
@ ADMIN_LEVEL_PLAYER
Definition protocol.h:17
@ ADMIN_LEVEL_GUARDIAN
Definition protocol.h:20
@ ADMIN_LEVEL_SPY
Definition protocol.h:18
@ ADMIN_LEVEL_GAME_MASTER
Definition protocol.h:21
@ ADMIN_LEVEL_LIGHT_GUIDE
Definition protocol.h:19
GuildRequestClientPacket GuildRequestClientPacket_init(void)
Creates a new GuildRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:12858
QuestRequirementIcon
Definition protocol.h:630
@ QUEST_REQUIREMENT_ICON_STEP
Definition protocol.h:634
@ QUEST_REQUIREMENT_ICON_ITEM
Definition protocol.h:631
@ QUEST_REQUIREMENT_ICON_KILL
Definition protocol.h:633
@ QUEST_REQUIREMENT_ICON_TALK
Definition protocol.h:632
PartyRequestType
Definition protocol.h:252
@ PARTY_REQUEST_TYPE_JOIN
Definition protocol.h:253
@ PARTY_REQUEST_TYPE_INVITE
Definition protocol.h:254
PriestAcceptClientPacket PriestAcceptClientPacket_init(void)
Creates a new PriestAcceptClientPacket with the serialization vtable initialized.
Definition protocol.c:15079
GuildInfoType
Definition protocol.h:385
@ GUILD_INFO_TYPE_BANK
Definition protocol.h:388
@ GUILD_INFO_TYPE_DESCRIPTION
Definition protocol.h:386
@ GUILD_INFO_TYPE_RANKS
Definition protocol.h:387
WelcomePingServerPacket WelcomePingServerPacket_init(void)
Creates a new WelcomePingServerPacket with the serialization vtable initialized.
Definition protocol.c:15836
WelcomeReplyServerPacket WelcomeReplyServerPacket_init(void)
Creates a new WelcomeReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:17107
PlayerRangeRequestClientPacket PlayerRangeRequestClientPacket_init(void)
Creates a new PlayerRangeRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:12443
ShopCreateServerPacket ShopCreateServerPacket_init(void)
Creates a new ShopCreateServerPacket with the serialization vtable initialized.
Definition protocol.c:21502
TradeCloseServerPacket TradeCloseServerPacket_init(void)
Creates a new TradeCloseServerPacket with the serialization vtable initialized.
Definition protocol.c:28184
CitizenAcceptServerPacket CitizenAcceptServerPacket_init(void)
Creates a new CitizenAcceptServerPacket with the serialization vtable initialized.
Definition protocol.c:21440
ItemSpecServerPacket ItemSpecServerPacket_init(void)
Creates a new ItemSpecServerPacket with the serialization vtable initialized.
Definition protocol.c:23045
WalkAdminClientPacket WalkAdminClientPacket_init(void)
Creates a new WalkAdminClientPacket with the serialization vtable initialized.
Definition protocol.c:8939
PlayersRequestClientPacket PlayersRequestClientPacket_init(void)
Creates a new PlayersRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:11900
NpcReplyServerPacket NpcReplyServerPacket_init(void)
Creates a new NpcReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:28246
AdminInteractRemoveServerPacket AdminInteractRemoveServerPacket_init(void)
Creates a new AdminInteractRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:17536
ArenaDropServerPacket ArenaDropServerPacket_init(void)
Creates a new ArenaDropServerPacket with the serialization vtable initialized.
Definition protocol.c:29472
RangeReplyServerPacket RangeReplyServerPacket_init(void)
Creates a new RangeReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:20059
AdminInteractReportClientPacket AdminInteractReportClientPacket_init(void)
Creates a new AdminInteractReportClientPacket with the serialization vtable initialized.
Definition protocol.c:7596
TradeOpenServerPacket TradeOpenServerPacket_init(void)
Creates a new TradeOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:27732
GuildPlayerClientPacket GuildPlayerClientPacket_init(void)
Creates a new GuildPlayerClientPacket with the serialization vtable initialized.
Definition protocol.c:13297
QuestUseClientPacket QuestUseClientPacket_init(void)
Creates a new QuestUseClientPacket with the serialization vtable initialized.
Definition protocol.c:14695
EffectAgreeServerPacket EffectAgreeServerPacket_init(void)
Creates a new EffectAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:30589
JukeboxPlayerServerPacket JukeboxPlayerServerPacket_init(void)
Creates a new JukeboxPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:23532
ChestSpecServerPacket ChestSpecServerPacket_init(void)
Creates a new ChestSpecServerPacket with the serialization vtable initialized.
Definition protocol.c:25065
PriestReplyServerPacket PriestReplyServerPacket_init(void)
Creates a new PriestReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:29995
TalkMsgServerPacket TalkMsgServerPacket_init(void)
Creates a new TalkMsgServerPacket with the serialization vtable initialized.
Definition protocol.c:18020
Ecf Ecf_init(void)
Creates a new Ecf with the serialization vtable initialized.
Definition protocol.c:1652
SitState
Definition protocol.h:507
@ SIT_STATE_STAND
Definition protocol.h:508
@ SIT_STATE_FLOOR
Definition protocol.h:510
@ SIT_STATE_CHAIR
Definition protocol.h:509
ItemGetClientPacket ItemGetClientPacket_init(void)
Creates a new ItemGetClientPacket with the serialization vtable initialized.
Definition protocol.c:10860
SkillLearn SkillLearn_init(void)
Creates a new SkillLearn with the serialization vtable initialized.
Definition protocol.c:4031
MapNpc MapNpc_init(void)
Creates a new MapNpc with the serialization vtable initialized.
Definition protocol.c:66
GuildRankServerPacket GuildRankServerPacket_init(void)
Creates a new GuildRankServerPacket with the serialization vtable initialized.
Definition protocol.c:26370
EquipmentChange EquipmentChange_init(void)
Creates a new EquipmentChange with the serialization vtable initialized.
Definition protocol.c:2070
DropFile DropFile_init(void)
Creates a new DropFile with the serialization vtable initialized.
Definition protocol.c:5385
GuildTakeClientPacket GuildTakeClientPacket_init(void)
Creates a new GuildTakeClientPacket with the serialization vtable initialized.
Definition protocol.c:13381
TalkMessageRecord TalkMessageRecord_init(void)
Creates a new TalkMessageRecord with the serialization vtable initialized.
Definition protocol.c:6193
MapGraphicRow MapGraphicRow_init(void)
Creates a new MapGraphicRow with the serialization vtable initialized.
Definition protocol.c:601
TalkPlayerClientPacket TalkPlayerClientPacket_init(void)
Creates a new TalkPlayerClientPacket with the serialization vtable initialized.
Definition protocol.c:8276
QuestAcceptClientPacket QuestAcceptClientPacket_init(void)
Creates a new QuestAcceptClientPacket with the serialization vtable initialized.
Definition protocol.c:14760
MapEffect
Definition protocol.h:516
@ MAP_EFFECT_QUAKE
Definition protocol.h:517
JukeboxUseServerPacket JukeboxUseServerPacket_init(void)
Creates a new JukeboxUseServerPacket with the serialization vtable initialized.
Definition protocol.c:23594
TradeAcceptClientPacket TradeAcceptClientPacket_init(void)
Creates a new TradeAcceptClientPacket with the serialization vtable initialized.
Definition protocol.c:14383
AvatarChangeType
Definition protocol.h:491
@ AVATAR_CHANGE_TYPE_HAIR_COLOR
Definition protocol.h:494
@ AVATAR_CHANGE_TYPE_HAIR
Definition protocol.h:493
@ AVATAR_CHANGE_TYPE_EQUIPMENT
Definition protocol.h:492
JukeboxOpenClientPacket JukeboxOpenClientPacket_init(void)
Creates a new JukeboxOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:11196
PlayersAcceptClientPacket PlayersAcceptClientPacket_init(void)
Creates a new PlayersAcceptClientPacket with the serialization vtable initialized.
Definition protocol.c:11831
GuildReportClientPacket GuildReportClientPacket_init(void)
Creates a new GuildReportClientPacket with the serialization vtable initialized.
Definition protocol.c:13714
SitPlayerServerPacket SitPlayerServerPacket_init(void)
Creates a new SitPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:19378
ShopFile ShopFile_init(void)
Creates a new ShopFile with the serialization vtable initialized.
Definition protocol.c:6124
TalkAnnounceServerPacket TalkAnnounceServerPacket_init(void)
Creates a new TalkAnnounceServerPacket with the serialization vtable initialized.
Definition protocol.c:18398
TradeRemoveClientPacket TradeRemoveClientPacket_init(void)
Creates a new TradeRemoveClientPacket with the serialization vtable initialized.
Definition protocol.c:14447
TalkReportClientPacket TalkReportClientPacket_init(void)
Creates a new TalkReportClientPacket with the serialization vtable initialized.
Definition protocol.c:8206
TileEffect TileEffect_init(void)
Creates a new TileEffect with the serialization vtable initialized.
Definition protocol.c:5222
TalkUseClientPacket TalkUseClientPacket_init(void)
Creates a new TalkUseClientPacket with the serialization vtable initialized.
Definition protocol.c:8346
ShopTradeRecord ShopTradeRecord_init(void)
Creates a new ShopTradeRecord with the serialization vtable initialized.
Definition protocol.c:5882
PlayersRemoveServerPacket PlayersRemoveServerPacket_init(void)
Creates a new PlayersRemoveServerPacket with the serialization vtable initialized.
Definition protocol.c:19996
TradeRequestServerPacket TradeRequestServerPacket_init(void)
Creates a new TradeRequestServerPacket with the serialization vtable initialized.
Definition protocol.c:27658
Emf Emf_init(void)
Creates a new Emf with the serialization vtable initialized.
Definition protocol.c:730
BankOpenClientPacket BankOpenClientPacket_init(void)
Creates a new BankOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:9128
NpcJunkServerPacket NpcJunkServerPacket_init(void)
Creates a new NpcJunkServerPacket with the serialization vtable initialized.
Definition protocol.c:28754
LockerBuyServerPacket LockerBuyServerPacket_init(void)
Creates a new LockerBuyServerPacket with the serialization vtable initialized.
Definition protocol.c:21035
SkillMasterRecord SkillMasterRecord_init(void)
Creates a new SkillMasterRecord with the serialization vtable initialized.
Definition protocol.c:5737
AvatarChange AvatarChange_init(void)
Creates a new AvatarChange with the serialization vtable initialized.
Definition protocol.c:2599
EnfRecord EnfRecord_init(void)
Creates a new EnfRecord with the serialization vtable initialized.
Definition protocol.c:1409
EffectUseServerPacket EffectUseServerPacket_init(void)
Creates a new EffectUseServerPacket with the serialization vtable initialized.
Definition protocol.c:30491
RecoverTargetGroupServerPacket RecoverTargetGroupServerPacket_init(void)
Creates a new RecoverTargetGroupServerPacket with the serialization vtable initialized.
Definition protocol.c:30420
InnQuestionRecord InnQuestionRecord_init(void)
Creates a new InnQuestionRecord with the serialization vtable initialized.
Definition protocol.c:5454
AttackErrorServerPacket AttackErrorServerPacket_init(void)
Creates a new AttackErrorServerPacket with the serialization vtable initialized.
Definition protocol.c:18981
WelcomeCode
Definition protocol.h:666
@ WELCOME_CODE_LOGGED_IN
Definition protocol.h:670
@ WELCOME_CODE_SELECT_CHARACTER
Definition protocol.h:667
@ WELCOME_CODE_ENTER_GAME
Definition protocol.h:668
@ WELCOME_CODE_SERVER_BUSY
Definition protocol.h:669
GuildRemoveClientPacket GuildRemoveClientPacket_init(void)
Creates a new GuildRemoveClientPacket with the serialization vtable initialized.
Definition protocol.c:13005
LevelUpStats LevelUpStats_init(void)
Creates a new LevelUpStats with the serialization vtable initialized.
Definition protocol.c:4649
MapFile MapFile_init(void)
Creates a new MapFile with the serialization vtable initialized.
Definition protocol.c:2820
WarpEffect
Definition protocol.h:640
@ WARP_EFFECT_SCROLL
Definition protocol.h:648
@ WARP_EFFECT_ADMIN
Definition protocol.h:652
@ WARP_EFFECT_NONE
Definition protocol.h:644
WelcomeMsgClientPacket WelcomeMsgClientPacket_init(void)
Creates a new WelcomeMsgClientPacket with the serialization vtable initialized.
Definition protocol.c:7293
TalkListServerPacket TalkListServerPacket_init(void)
Creates a new TalkListServerPacket with the serialization vtable initialized.
Definition protocol.c:18546
BankReplyServerPacket BankReplyServerPacket_init(void)
Creates a new BankReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:20582
PriestRequestClientPacket PriestRequestClientPacket_init(void)
Creates a new PriestRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:15204
CharacterStatsReset CharacterStatsReset_init(void)
Creates a new CharacterStatsReset with the serialization vtable initialized.
Definition protocol.c:3684
JukeboxReplyServerPacket JukeboxReplyServerPacket_init(void)
Creates a new JukeboxReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:23331
CharacterStatsEquipmentChange CharacterStatsEquipmentChange_init(void)
Creates a new CharacterStatsEquipmentChange with the serialization vtable initialized.
Definition protocol.c:3925
QuestProgressEntry QuestProgressEntry_init(void)
Creates a new QuestProgressEntry with the serialization vtable initialized.
Definition protocol.c:4863
InnFile InnFile_init(void)
Creates a new InnFile with the serialization vtable initialized.
Definition protocol.c:5600
AvatarReplyServerPacket AvatarReplyServerPacket_init(void)
Creates a new AvatarReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:19042
SitAction
Definition protocol.h:377
@ SIT_ACTION_STAND
Definition protocol.h:379
@ SIT_ACTION_SIT
Definition protocol.h:378
PartyMember PartyMember_init(void)
Creates a new PartyMember with the serialization vtable initialized.
Definition protocol.c:4249
JukeboxMsgClientPacket JukeboxMsgClientPacket_init(void)
Creates a new JukeboxMsgClientPacket with the serialization vtable initialized.
Definition protocol.c:11259
BarberAgreeServerPacket BarberAgreeServerPacket_init(void)
Creates a new BarberAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:20647
TradeAgreeServerPacket TradeAgreeServerPacket_init(void)
Creates a new TradeAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:28120
NpcMapInfo NpcMapInfo_init(void)
Creates a new NpcMapInfo with the serialization vtable initialized.
Definition protocol.c:2496
CastSpecServerPacket CastSpecServerPacket_init(void)
Creates a new CastSpecServerPacket with the serialization vtable initialized.
Definition protocol.c:28574
ItemJunkClientPacket ItemJunkClientPacket_init(void)
Creates a new ItemJunkClientPacket with the serialization vtable initialized.
Definition protocol.c:10797
ItemMapInfo ItemMapInfo_init(void)
Creates a new ItemMapInfo with the serialization vtable initialized.
Definition protocol.c:2547
ChestReplyServerPacket ChestReplyServerPacket_init(void)
Creates a new ChestReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:24813
WarpAgreeServerPacket WarpAgreeServerPacket_init(void)
Creates a new WarpAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:23765
PriestRequestServerPacket PriestRequestServerPacket_init(void)
Creates a new PriestRequestServerPacket with the serialization vtable initialized.
Definition protocol.c:30058
DropRecord DropRecord_init(void)
Creates a new DropRecord with the serialization vtable initialized.
Definition protocol.c:5269
GuildStaff GuildStaff_init(void)
Creates a new GuildStaff with the serialization vtable initialized.
Definition protocol.c:4357
AccountAgreeClientPacket AccountAgreeClientPacket_init(void)
Creates a new AccountAgreeClientPacket with the serialization vtable initialized.
Definition protocol.c:6780
CharacterPlayerServerPacket CharacterPlayerServerPacket_init(void)
Creates a new CharacterPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:16855
WalkReplyServerPacket WalkReplyServerPacket_init(void)
Creates a new WalkReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:20277
ChestOpenClientPacket ChestOpenClientPacket_init(void)
Creates a new ChestOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:12085
EffectAdminServerPacket EffectAdminServerPacket_init(void)
Creates a new EffectAdminServerPacket with the serialization vtable initialized.
Definition protocol.c:30938
TalkMsgClientPacket TalkMsgClientPacket_init(void)
Creates a new TalkMsgClientPacket with the serialization vtable initialized.
Definition protocol.c:8058
NpcKilledData NpcKilledData_init(void)
Creates a new NpcKilledData with the serialization vtable initialized.
Definition protocol.c:4590
RecoverReplyServerPacket RecoverReplyServerPacket_init(void)
Creates a new RecoverReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:30326
ItemDropClientPacket ItemDropClientPacket_init(void)
Creates a new ItemDropClientPacket with the serialization vtable initialized.
Definition protocol.c:10731
CharacterStatsUpdate CharacterStatsUpdate_init(void)
Creates a new CharacterStatsUpdate with the serialization vtable initialized.
Definition protocol.c:3810
MapTimedEffect
Definition protocol.h:72
@ MAP_TIMED_EFFECT_QUAKE1
Definition protocol.h:76
@ MAP_TIMED_EFFECT_TP_DRAIN
Definition protocol.h:75
@ MAP_TIMED_EFFECT_QUAKE3
Definition protocol.h:78
@ MAP_TIMED_EFFECT_HP_DRAIN
Definition protocol.h:74
@ MAP_TIMED_EFFECT_QUAKE4
Definition protocol.h:79
@ MAP_TIMED_EFFECT_NONE
Definition protocol.h:73
@ MAP_TIMED_EFFECT_QUAKE2
Definition protocol.h:77
NpcDialogServerPacket NpcDialogServerPacket_init(void)
Creates a new NpcDialogServerPacket with the serialization vtable initialized.
Definition protocol.c:28960
BankTakeClientPacket BankTakeClientPacket_init(void)
Creates a new BankTakeClientPacket with the serialization vtable initialized.
Definition protocol.c:9254
TalkOpenServerPacket TalkOpenServerPacket_init(void)
Creates a new TalkOpenServerPacket with the serialization vtable initialized.
Definition protocol.c:17948
GuildReportServerPacket GuildReportServerPacket_init(void)
Creates a new GuildReportServerPacket with the serialization vtable initialized.
Definition protocol.c:26726
SkillType
Definition protocol.h:355
@ SKILL_TYPE_BARD
Definition protocol.h:358
@ SKILL_TYPE_ATTACK
Definition protocol.h:357
@ SKILL_TYPE_HEAL
Definition protocol.h:356
SpellTargetSelfClientPacket SpellTargetSelfClientPacket_init(void)
Creates a new SpellTargetSelfClientPacket with the serialization vtable initialized.
Definition protocol.c:14057
TradeCloseClientPacket TradeCloseClientPacket_init(void)
Creates a new TradeCloseClientPacket with the serialization vtable initialized.
Definition protocol.c:14634
MarriageRequestClientPacket MarriageRequestClientPacket_init(void)
Creates a new MarriageRequestClientPacket with the serialization vtable initialized.
Definition protocol.c:15002
CharacterReply
Definition protocol.h:562
@ CHARACTER_REPLY_FULL
Definition protocol.h:568
@ CHARACTER_REPLY_EXISTS
Definition protocol.h:563
@ CHARACTER_REPLY_OK
Definition protocol.h:575
@ CHARACTER_REPLY_NOT_APPROVED
Definition protocol.h:574
@ CHARACTER_REPLY_DELETED
Definition protocol.h:576
@ CHARACTER_REPLY_FULL3
Definition protocol.h:573
LockerSpecServerPacket LockerSpecServerPacket_init(void)
Creates a new LockerSpecServerPacket with the serialization vtable initialized.
Definition protocol.c:21099
PriestOpenClientPacket PriestOpenClientPacket_init(void)
Creates a new PriestOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:15141
NpcKillStealProtectionState
Definition protocol.h:700
@ NPC_KILL_STEAL_PROTECTION_STATE_PROTECTED
Definition protocol.h:702
@ NPC_KILL_STEAL_PROTECTION_STATE_UNPROTECTED
Definition protocol.h:701
StatSkillPlayerServerPacket StatSkillPlayerServerPacket_init(void)
Creates a new StatSkillPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:22132
ChairCloseServerPacket ChairCloseServerPacket_init(void)
Creates a new ChairCloseServerPacket with the serialization vtable initialized.
Definition protocol.c:19248
ItemJunkServerPacket ItemJunkServerPacket_init(void)
Creates a new ItemJunkServerPacket with the serialization vtable initialized.
Definition protocol.c:22717
LockerOpenClientPacket LockerOpenClientPacket_init(void)
Creates a new LockerOpenClientPacket with the serialization vtable initialized.
Definition protocol.c:9577
BoardPlayerServerPacket BoardPlayerServerPacket_init(void)
Creates a new BoardPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:23107
TradeItemData TradeItemData_init(void)
Creates a new TradeItemData with the serialization vtable initialized.
Definition protocol.c:4527
ConnectionPingClientPacket ConnectionPingClientPacket_init(void)
Creates a new ConnectionPingClientPacket with the serialization vtable initialized.
Definition protocol.c:6534
WarpCreateServerPacket WarpCreateServerPacket_init(void)
Creates a new WarpCreateServerPacket with the serialization vtable initialized.
Definition protocol.c:16188
PaperdollRemoveClientPacket PaperdollRemoveClientPacket_init(void)
Creates a new PaperdollRemoveClientPacket with the serialization vtable initialized.
Definition protocol.c:11579
MarriageReplyServerPacket MarriageReplyServerPacket_init(void)
Creates a new MarriageReplyServerPacket with the serialization vtable initialized.
Definition protocol.c:29836
WalkPlayerServerPacket WalkPlayerServerPacket_init(void)
Creates a new WalkPlayerServerPacket with the serialization vtable initialized.
Definition protocol.c:20209
NpcSpecServerPacket NpcSpecServerPacket_init(void)
Creates a new NpcSpecServerPacket with the serialization vtable initialized.
Definition protocol.c:28418
NpcUpdatePosition NpcUpdatePosition_init(void)
Creates a new NpcUpdatePosition with the serialization vtable initialized.
Definition protocol.c:4703
PartyExpShare PartyExpShare_init(void)
Creates a new PartyExpShare with the serialization vtable initialized.
Definition protocol.c:4308
MapItem MapItem_init(void)
Creates a new MapItem with the serialization vtable initialized.
Definition protocol.c:166
ArenaSpecServerPacket ArenaSpecServerPacket_init(void)
Creates a new ArenaSpecServerPacket with the serialization vtable initialized.
Definition protocol.c:29596
AvatarAgreeServerPacket AvatarAgreeServerPacket_init(void)
Creates a new AvatarAgreeServerPacket with the serialization vtable initialized.
Definition protocol.c:24166
MapWarp MapWarp_init(void)
Creates a new MapWarp with the serialization vtable initialized.
Definition protocol.c:221
GuildKickClientPacket GuildKickClientPacket_init(void)
Creates a new GuildKickClientPacket with the serialization vtable initialized.
Definition protocol.c:13848
TalkRecord TalkRecord_init(void)
Creates a new TalkRecord with the serialization vtable initialized.
Definition protocol.c:6247
union AccountReplyServerPacket::@320260347262363026060077256034354045376043244126 * reply_code_data
AccountReply reply_code
Definition protocol.h:4665
struct AccountReplyServerPacket::@320260347262363026060077256034354045376043244126::@267325157215123231044106337015104147130035312156 _default
AdminMessageType message_type
Definition protocol.h:4796
struct AdminInteractReplyServerPacket::@150320317123016172215213373160313026125131161002::@333126165244037371265353056213153263075117047170 report
union AdminInteractReplyServerPacket::@150320317123016172215213373160313026125131161002 * message_type_data
CharacterStatsInfoLookup stats
Definition protocol.h:4872
EquipmentChange equipment
Definition protocol.h:1530
int32_t player_id
Definition protocol.h:1525
union AvatarChange::@126262117163067331052341210262364100333025304053 * change_type_data
int32_t hair_style
Definition protocol.h:1533
AvatarChangeType change_type
Definition protocol.h:1526
struct AvatarChange::@126262117163067331052341210262364100333025304053::@176312342074251342131042000002354263111062236247 hair
int32_t hair_color
Definition protocol.h:1534
EoSerialize _eo
Definition protocol.h:1524
WarpEffect * warp_effect
Definition protocol.h:5280
int32_t x
Definition protocol.h:1337
EoSerialize _eo
Definition protocol.h:1336
int32_t y
Definition protocol.h:1338
BoardPostListing * posts
Definition protocol.h:5954
EoSerialize _eo
Definition protocol.h:1956
CharacterIcon icon
Definition protocol.h:6170
CharacterDetails details
Definition protocol.h:6169
uint8_t x
Definition protocol.h:1308
uint8_t y
Definition protocol.h:1309
EoSerialize _eo
Definition protocol.h:1307
NpcKilledData npc_killed_data
Definition protocol.h:7048
LevelUpStats * level_up
Definition protocol.h:7060
NpcKillStealProtectionState * kill_steal_protection
Definition protocol.h:6974
Direction caster_direction
Definition protocol.h:6963
NpcKilledData npc_killed_data
Definition protocol.h:7026
struct ChairRequestClientPacket::@101075301101054362103337210043057301356127312366::@366337000136062070205370221070325263222234233247 sit
union ChairRequestClientPacket::@101075301101054362103337210043057301356127312366 * sit_action_data
int32_t id
Definition protocol.h:1052
int32_t amount
Definition protocol.h:1053
EoSerialize _eo
Definition protocol.h:1051
EoSerialize _eo
Definition protocol.h:1729
int32_t player_id
Definition protocol.h:1978
EoSerialize _eo
Definition protocol.h:1971
AdminLevel admin
Definition protocol.h:1981
int32_t hair_color
Definition protocol.h:1471
int32_t player_id
Definition protocol.h:1462
Direction direction
Definition protocol.h:1465
EquipmentMapInfo equipment
Definition protocol.h:1477
BigCoords coords
Definition protocol.h:1464
WarpEffect * warp_effect
Definition protocol.h:1480
EoSerialize _eo
Definition protocol.h:1460
SitState sit_state
Definition protocol.h:1478
int32_t hair_style
Definition protocol.h:1470
CharacterReply reply_code
Definition protocol.h:4686
struct CharacterReplyServerPacket::@217161303024144342134030330077077354010264105332::@232126271112173341135324225074031212366364064024 deleted
struct CharacterReplyServerPacket::@217161303024144342134030330077077354010264105332::@075270310335144172132352027163275003165266007042 ok
union CharacterReplyServerPacket::@217161303024144342134030330077077354010264105332 * reply_code_data
CharacterSelectionListEntry * characters
Definition protocol.h:4690
EquipmentCharacterSelect equipment
Definition protocol.h:1654
CharacterBaseStats base_stats
Definition protocol.h:1907
CharacterSecondaryStats secondary_stats
Definition protocol.h:1908
CharacterBaseStats base_stats
Definition protocol.h:1889
CharacterElementalStats elemental_stats
Definition protocol.h:1891
CharacterSecondaryStatsInfoLookup secondary_stats
Definition protocol.h:1890
CharacterBaseStats base
Definition protocol.h:1828
EoSerialize _eo
Definition protocol.h:1820
CharacterSecondaryStats secondary
Definition protocol.h:1829
CharacterBaseStats base_stats
Definition protocol.h:1866
CharacterSecondaryStats secondary_stats
Definition protocol.h:1871
CharacterBaseStatsWelcome base
Definition protocol.h:1852
CharacterSecondaryStats secondary
Definition protocol.h:1851
ThreeItem * items
Definition protocol.h:6301
InnUnsubscribeReply reply_code
Definition protocol.h:5546
int32_t x
Definition protocol.h:755
EoSerialize _eo
Definition protocol.h:754
int32_t y
Definition protocol.h:756
DialogEntryType entry_type
Definition protocol.h:2204
char * line
Definition protocol.h:2210
int32_t link_id
Definition protocol.h:2207
EoSerialize _eo
Definition protocol.h:2203
struct DialogEntry::@077333120303107373170056101344202015153153116317::@255004013133060360372054321277221202357274231215 link
union DialogEntry::@077333120303107373170056101344202015153153116317 * entry_type_data
EoSerialize _eo
Definition protocol.h:2189
size_t npcs_length
Definition protocol.h:2314
DropNpcRecord * npcs
Definition protocol.h:2315
EoSerialize _eo
Definition protocol.h:2313
size_t drops_length
Definition protocol.h:2300
int32_t npc_id
Definition protocol.h:2299
EoSerialize _eo
Definition protocol.h:2298
DropRecord * drops
Definition protocol.h:2301
int32_t item_id
Definition protocol.h:2280
int32_t max_amount
Definition protocol.h:2282
int32_t min_amount
Definition protocol.h:2281
int32_t rate
Definition protocol.h:2286
EoSerialize _eo
Definition protocol.h:2279
int32_t wis
Definition protocol.h:1216
int32_t intl
Definition protocol.h:1215
int32_t parent_type
Definition protocol.h:1212
int32_t con
Definition protocol.h:1218
char * name
Definition protocol.h:1211
int32_t agi
Definition protocol.h:1217
int32_t stat_group
Definition protocol.h:1213
int32_t cha
Definition protocol.h:1219
int32_t str
Definition protocol.h:1214
EoSerialize _eo
Definition protocol.h:1210
EoSerialize _eo
Definition protocol.h:1231
EcfRecord * classes
Definition protocol.h:1236
size_t classes_length
Definition protocol.h:1235
int32_t version
Definition protocol.h:1234
int32_t rid[2]
Definition protocol.h:1232
int32_t total_classes_count
Definition protocol.h:1233
PlayerEffect * effects
Definition protocol.h:5252
union EffectSpecServerPacket::@254111320356243070174220047117343263335267322073 * map_damage_type_data
struct EffectSpecServerPacket::@254111320356243070174220047117343263335267322073::@042311067350026053272013373345007107010255034243 spikes
MapDamageType map_damage_type
Definition protocol.h:7469
struct EffectSpecServerPacket::@254111320356243070174220047117343263335267322073::@250145061126313233317020102162034375213024167001 tp_drain
MapDrainDamageOther * others
Definition protocol.h:7444
union EffectUseServerPacket::@237147252360305043246003173160243327027005166272 * effect_data
struct EffectUseServerPacket::@237147252360305043246003173160243327027005166272::@163066140070152242020342040344124356015371001302 quake
int32_t max_damage
Definition protocol.h:1088
char * name
Definition protocol.h:1080
int32_t light_resistance
Definition protocol.h:1099
int32_t str_requirement
Definition protocol.h:1122
ItemSize size
Definition protocol.h:1131
int32_t return_damage
Definition protocol.h:1092
int32_t spec1
Definition protocol.h:1109
int32_t fire_resistance
Definition protocol.h:1104
int32_t con_requirement
Definition protocol.h:1126
int32_t tp
Definition protocol.h:1086
int32_t class_requirement
Definition protocol.h:1121
int32_t agi
Definition protocol.h:1096
int32_t cha
Definition protocol.h:1098
int32_t agi_requirement
Definition protocol.h:1125
int32_t armor
Definition protocol.h:1091
int32_t graphic_id
Definition protocol.h:1081
int32_t min_damage
Definition protocol.h:1087
Element element
Definition protocol.h:1128
int32_t cha_requirement
Definition protocol.h:1127
int32_t intl
Definition protocol.h:1094
int32_t str
Definition protocol.h:1093
int32_t earth_resistance
Definition protocol.h:1101
int32_t dark_resistance
Definition protocol.h:1100
int32_t accuracy
Definition protocol.h:1089
int32_t con
Definition protocol.h:1097
ItemType type
Definition protocol.h:1082
int32_t water_resistance
Definition protocol.h:1103
int32_t hp
Definition protocol.h:1085
int32_t spec3
Definition protocol.h:1119
int32_t element_damage
Definition protocol.h:1129
int32_t int_requirement
Definition protocol.h:1123
ItemSubtype subtype
Definition protocol.h:1083
int32_t wis
Definition protocol.h:1095
int32_t evade
Definition protocol.h:1090
EoSerialize _eo
Definition protocol.h:1079
int32_t wis_requirement
Definition protocol.h:1124
int32_t weight
Definition protocol.h:1130
int32_t level_requirement
Definition protocol.h:1120
int32_t spec2
Definition protocol.h:1114
int32_t air_resistance
Definition protocol.h:1102
ItemSpecial special
Definition protocol.h:1084
int32_t total_items_count
Definition protocol.h:1145
EoSerialize _eo
Definition protocol.h:1143
int32_t version
Definition protocol.h:1146
size_t items_length
Definition protocol.h:1147
int32_t rid[2]
Definition protocol.h:1144
EifRecord * items
Definition protocol.h:1148
bool can_scroll
Definition protocol.h:961
int32_t height
Definition protocol.h:958
int32_t rid[2]
Definition protocol.h:950
MapTimedEffect timed_effect
Definition protocol.h:953
size_t legacy_door_keys_length
Definition protocol.h:966
int32_t relog_y
Definition protocol.h:963
MapWarpRow * warp_rows
Definition protocol.h:973
size_t npcs_length
Definition protocol.h:964
MapGraphicLayer graphic_layers[9]
Definition protocol.h:978
size_t tile_spec_rows_length
Definition protocol.h:970
MapNpc * npcs
Definition protocol.h:965
MapItem * items
Definition protocol.h:969
int32_t music_id
Definition protocol.h:954
MapTileSpecRow * tile_spec_rows
Definition protocol.h:971
MapSign * signs
Definition protocol.h:980
char * name
Definition protocol.h:951
size_t items_length
Definition protocol.h:968
int32_t width
Definition protocol.h:957
int32_t relog_x
Definition protocol.h:962
MapLegacyDoorKey * legacy_door_keys
Definition protocol.h:967
size_t signs_length
Definition protocol.h:979
size_t warp_rows_length
Definition protocol.h:972
bool map_available
Definition protocol.h:960
MapType type
Definition protocol.h:952
int32_t fill_tile
Definition protocol.h:959
MapMusicControl music_control
Definition protocol.h:955
EoSerialize _eo
Definition protocol.h:949
int32_t ambient_sound_id
Definition protocol.h:956
EoSerialize _eo
Definition protocol.h:1160
int32_t armor
Definition protocol.h:1174
int32_t return_damage
Definition protocol.h:1175
NpcType type
Definition protocol.h:1166
int32_t min_damage
Definition protocol.h:1170
int32_t accuracy
Definition protocol.h:1172
int32_t graphic_id
Definition protocol.h:1162
bool boss
Definition protocol.h:1164
bool child
Definition protocol.h:1165
Element element
Definition protocol.h:1176
int32_t element_weakness_damage
Definition protocol.h:1179
int32_t tp
Definition protocol.h:1169
int32_t element_damage
Definition protocol.h:1177
Element element_weakness
Definition protocol.h:1178
int32_t hp
Definition protocol.h:1168
char * name
Definition protocol.h:1161
int32_t race
Definition protocol.h:1163
int32_t behavior_id
Definition protocol.h:1167
int32_t max_damage
Definition protocol.h:1171
int32_t level
Definition protocol.h:1180
int32_t experience
Definition protocol.h:1181
int32_t evade
Definition protocol.h:1173
int32_t version
Definition protocol.h:1196
EnfRecord * npcs
Definition protocol.h:1198
EoSerialize _eo
Definition protocol.h:1193
int32_t rid[2]
Definition protocol.h:1194
size_t npcs_length
Definition protocol.h:1197
int32_t total_npcs_count
Definition protocol.h:1195
EoSerialize _eo
Definition protocol.h:1352
EoSerialize _eo
Definition protocol.h:1371
int32_t armlet[2]
Definition protocol.h:1446
int32_t ring[2]
Definition protocol.h:1445
EoSerialize _eo
Definition protocol.h:1435
int32_t bracer[2]
Definition protocol.h:1447
EoSerialize _eo
Definition protocol.h:1409
int32_t ring[2]
Definition protocol.h:1419
int32_t bracer[2]
Definition protocol.h:1421
int32_t accessory
Definition protocol.h:1412
int32_t armlet[2]
Definition protocol.h:1420
int32_t element_power
Definition protocol.h:1259
int32_t sp_cost
Definition protocol.h:1254
SkillTargetType target_type
Definition protocol.h:1261
int32_t sp_heal
Definition protocol.h:1272
SkillTargetRestrict target_restrict
Definition protocol.h:1260
int32_t tp_heal
Definition protocol.h:1271
int32_t str
Definition protocol.h:1273
int32_t target_time
Definition protocol.h:1262
int32_t evade
Definition protocol.h:1267
SkillType type
Definition protocol.h:1257
int32_t wis
Definition protocol.h:1275
int32_t con
Definition protocol.h:1277
Element element
Definition protocol.h:1258
int32_t return_damage
Definition protocol.h:1269
SkillNature nature
Definition protocol.h:1256
char * name
Definition protocol.h:1249
int32_t cast_time
Definition protocol.h:1255
int32_t max_skill_level
Definition protocol.h:1263
int32_t graphic_id
Definition protocol.h:1252
int32_t agi
Definition protocol.h:1276
int32_t intl
Definition protocol.h:1274
int32_t min_damage
Definition protocol.h:1264
int32_t tp_cost
Definition protocol.h:1253
int32_t icon_id
Definition protocol.h:1251
int32_t cha
Definition protocol.h:1278
int32_t armor
Definition protocol.h:1268
EoSerialize _eo
Definition protocol.h:1248
char * chant
Definition protocol.h:1250
int32_t hp_heal
Definition protocol.h:1270
int32_t accuracy
Definition protocol.h:1266
int32_t max_damage
Definition protocol.h:1265
int32_t rid[2]
Definition protocol.h:1291
EsfRecord * skills
Definition protocol.h:1295
size_t skills_length
Definition protocol.h:1294
int32_t version
Definition protocol.h:1293
int32_t total_skills_count
Definition protocol.h:1292
EoSerialize _eo
Definition protocol.h:1290
union GuildAgreeClientPacket::@026251337215330355106324254260241057113100076005 * info_type_data
GuildInfoType info_type
Definition protocol.h:4006
char * name
Definition protocol.h:2044
char * rank_name
Definition protocol.h:2045
int32_t rank
Definition protocol.h:2043
EoSerialize _eo
Definition protocol.h:2042
struct GuildReplyServerPacket::@201175066346332303224211265310155057207356272372::@103074342057263107264372260362123110222304125123 create_add
struct GuildReplyServerPacket::@201175066346332303224211265310155057207356272372::@025303127325240222202371174265032001111307022337 create_add_confirm
struct GuildReplyServerPacket::@201175066346332303224211265310155057207356272372::@244374060003336273045302340027270151110201077327 join_request
union GuildReplyServerPacket::@201175066346332303224211265310155057207356272372 * reply_code_data
char * name
Definition protocol.h:2030
EoSerialize _eo
Definition protocol.h:2028
int32_t rank
Definition protocol.h:2029
GuildInfoType info_type
Definition protocol.h:4059
GuildMember * members
Definition protocol.h:6622
InitBanType ban_type
Definition protocol.h:4481
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@250114122306233002322075130006177320066353100357 map_mutation
union InitInitServerPacket::@375167050146233356234275021263076363125136301300 * reply_code_data
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@274345230274114131030336364216262173333273037271 out_of_date
union InitInitServerPacket::@375167050146233356234275021263076363125136301300::@000363345224072004037034071065240157076276222063::@157315217200335226123074306064315334153302265276 * ban_type_data
uint8_t server_encryption_multiple
Definition protocol.h:4475
PlayersList players_list
Definition protocol.h:4513
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@251121304300257007131111232271262322033312022106 file_ecf
int32_t challenge_response
Definition protocol.h:4478
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@073000122035255352002056122150147151050000271375 file_esf
uint8_t client_encryption_multiple
Definition protocol.h:4476
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@000363345224072004037034071065240157076276222063 banned
uint8_t minutes_remaining
Definition protocol.h:4484
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@023342336057231006064352127107037027231021332176 players_list_friends
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@000363345224072004037034071065240157076276222063::@157315217200335226123074306064315334153302265276::@336055007366171030051301171241161035111337337245 _0
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@253354372105053155371354306021337377356372001333 file_emf
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@107335004142361342003367001256143112264055306042 file_enf
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@011371233135175001024363364174025336045043250375 ok
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@051357157057341043233332330054322020316371273047 warp_map
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@000363345224072004037034071065240157076276222063::@157315217200335226123074306064315334153302265276::@277100055256376206240256011332022064001315247375 temporary
struct InitInitServerPacket::@375167050146233356234275021263076363125136301300::@347160147160002026023164102065017250351017073315 file_eif
size_t inns_length
Definition protocol.h:2394
EoSerialize _eo
Definition protocol.h:2393
InnRecord * inns
Definition protocol.h:2395
EoSerialize _eo
Definition protocol.h:2327
int32_t spawn_x
Definition protocol.h:2354
int32_t spawn_y
Definition protocol.h:2358
int32_t alternate_spawn_y
Definition protocol.h:2380
int32_t spawn_map
Definition protocol.h:2350
int32_t sleep_y
Definition protocol.h:2370
EoSerialize _eo
Definition protocol.h:2341
int32_t sleep_x
Definition protocol.h:2366
int32_t alternate_spawn_x
Definition protocol.h:2379
int32_t behavior_id
Definition protocol.h:2345
int32_t sleep_map
Definition protocol.h:2362
InnQuestionRecord questions[3]
Definition protocol.h:2381
bool alternate_spawn_enabled
Definition protocol.h:2377
char * name
Definition protocol.h:2346
int32_t alternate_spawn_map
Definition protocol.h:2378
ThreeItem dropped_item
Definition protocol.h:5809
ThreeItem taken_item
Definition protocol.h:5871
int32_t taken_item_index
Definition protocol.h:5870
ThreeItem junked_item
Definition protocol.h:5855
int32_t uid
Definition protocol.h:1509
EoSerialize _eo
Definition protocol.h:1508
int32_t amount
Definition protocol.h:1512
int32_t id
Definition protocol.h:1510
Coords coords
Definition protocol.h:1511
struct ItemReplyServerPacket::@035035273071305201155046202210373136303132141017::@000001251111041040040320107372377244024240220225 cure_curse
struct ItemReplyServerPacket::@035035273071305201155046202210373136303132141017::@072154240253254274243070255030351254075037372372 effect_potion
struct ItemReplyServerPacket::@035035273071305201155046202210373136303132141017::@331275113166327233252021124301310171150037206072 hair_dye
struct ItemReplyServerPacket::@035035273071305201155046202210373136303132141017::@015100377233160335300364153174333216271256075303 heal
union ItemReplyServerPacket::@035035273071305201155046202210373136303132141017 * item_type_data
CharacterStatsEquipmentChange stats
Definition protocol.h:5782
struct ItemReplyServerPacket::@035035273071305201155046202210373136303132141017::@165014355202314334273175253050246010172051312373 exp_reward
EoSerialize _eo
Definition protocol.h:1021
int32_t id
Definition protocol.h:1022
int32_t amount
Definition protocol.h:1023
EoSerialize _eo
Definition protocol.h:2107
int32_t max_tp
Definition protocol.h:2112
int32_t max_sp
Definition protocol.h:2113
int32_t max_hp
Definition protocol.h:2111
int32_t skill_points
Definition protocol.h:2110
int32_t stat_points
Definition protocol.h:2109
int32_t level
Definition protocol.h:2108
ThreeItem * locker_items
Definition protocol.h:5478
ThreeItem * locker_items
Definition protocol.h:5493
ThreeItem * locker_items
Definition protocol.h:5462
CharacterSelectionListEntry * characters
Definition protocol.h:4727
union LoginReplyServerPacket::@207315262206006126322156125026174005323213257337 * reply_code_data
struct LoginReplyServerPacket::@207315262206006126322156125026174005323213257337::@126315202000165363166045342067151172336211003234 ok
EoSerialize _eo
Definition protocol.h:2222
EoSerialize _eo
Definition protocol.h:1569
size_t content_length
Definition protocol.h:1570
uint8_t * content
Definition protocol.h:1571
size_t graphic_rows_length
Definition protocol.h:936
EoSerialize _eo
Definition protocol.h:935
MapGraphicRow * graphic_rows
Definition protocol.h:937
EoSerialize _eo
Definition protocol.h:906
EoSerialize _eo
Definition protocol.h:920
size_t tiles_length
Definition protocol.h:922
int32_t y
Definition protocol.h:921
MapGraphicRowTile * tiles
Definition protocol.h:923
int32_t item_id
Definition protocol.h:803
int32_t chest_slot
Definition protocol.h:802
Coords coords
Definition protocol.h:800
int32_t spawn_time
Definition protocol.h:804
EoSerialize _eo
Definition protocol.h:799
int32_t key
Definition protocol.h:801
int32_t amount
Definition protocol.h:805
EoSerialize _eo
Definition protocol.h:785
int32_t amount
Definition protocol.h:773
int32_t spawn_time
Definition protocol.h:772
Coords coords
Definition protocol.h:769
int32_t spawn_type
Definition protocol.h:771
EoSerialize _eo
Definition protocol.h:768
int32_t id
Definition protocol.h:770
Coords coords
Definition protocol.h:834
int32_t title_length
Definition protocol.h:836
char * string_data
Definition protocol.h:835
EoSerialize _eo
Definition protocol.h:833
EoSerialize _eo
Definition protocol.h:848
MapTileSpec tile_spec
Definition protocol.h:850
EoSerialize _eo
Definition protocol.h:862
size_t tiles_length
Definition protocol.h:864
MapTileSpecRowTile * tiles
Definition protocol.h:865
EoSerialize _eo
Definition protocol.h:877
MapWarp warp
Definition protocol.h:879
EoSerialize _eo
Definition protocol.h:891
size_t tiles_length
Definition protocol.h:893
MapWarpRowTile * tiles
Definition protocol.h:894
int32_t y
Definition protocol.h:892
int32_t door
Definition protocol.h:821
Coords destination_coords
Definition protocol.h:819
int32_t level_required
Definition protocol.h:820
int32_t destination_map
Definition protocol.h:818
EoSerialize _eo
Definition protocol.h:817
MarriageReply reply_code
Definition protocol.h:7263
struct MarriageReplyServerPacket::@137134352355177000020371053171241375007057244042::@114200226344016313140327011254114035206347020250 success
union MarriageReplyServerPacket::@137134352355177000020371053171241375007057244042 * reply_code_data
MarriageRequestType request_type
Definition protocol.h:4398
size_t characters_length
Definition protocol.h:1552
size_t items_length
Definition protocol.h:1556
EoSerialize _eo
Definition protocol.h:1551
NpcMapInfo * npcs
Definition protocol.h:1555
CharacterMapInfo * characters
Definition protocol.h:1553
size_t npcs_length
Definition protocol.h:1554
ItemMapInfo * items
Definition protocol.h:1557
NpcKilledData npc_killed_data
Definition protocol.h:7004
LevelUpStats * level_up
Definition protocol.h:7012
NpcMapInfo * npcs
Definition protocol.h:5333
int32_t drop_id
Definition protocol.h:2092
int32_t npc_index
Definition protocol.h:2090
Coords drop_coords
Definition protocol.h:2093
int32_t drop_index
Definition protocol.h:2091
Direction killer_direction
Definition protocol.h:2089
EoSerialize _eo
Definition protocol.h:2087
int32_t damage
Definition protocol.h:2095
int32_t drop_amount
Definition protocol.h:2094
int32_t killer_id
Definition protocol.h:2088
int32_t index
Definition protocol.h:1493
int32_t id
Definition protocol.h:1494
Direction direction
Definition protocol.h:1496
EoSerialize _eo
Definition protocol.h:1492
Coords coords
Definition protocol.h:1495
NpcUpdatePosition * positions
Definition protocol.h:7087
NpcUpdateChat * chats
Definition protocol.h:7091
NpcUpdateAttack * attacks
Definition protocol.h:7089
Direction player_direction
Definition protocol.h:6941
NpcKillStealProtectionState * kill_steal_protection
Definition protocol.h:6948
int32_t * experience
Definition protocol.h:6991
NpcKilledData npc_killed_data
Definition protocol.h:6987
int32_t hp_percentage
Definition protocol.h:2146
EoSerialize _eo
Definition protocol.h:2140
Direction direction
Definition protocol.h:2143
PlayerKilledState killed
Definition protocol.h:2142
int32_t npc_index
Definition protocol.h:2141
int32_t player_id
Definition protocol.h:2144
char * message
Definition protocol.h:2160
EoSerialize _eo
Definition protocol.h:2158
int32_t npc_index
Definition protocol.h:2159
Direction direction
Definition protocol.h:2128
EoSerialize _eo
Definition protocol.h:2125
char * name
Definition protocol.h:1599
int32_t level
Definition protocol.h:1601
CharacterIcon icon
Definition protocol.h:1602
char * guild_tag
Definition protocol.h:1604
EoSerialize _eo
Definition protocol.h:1598
char * title
Definition protocol.h:1600
int32_t class_id
Definition protocol.h:1603
CharacterStatsEquipmentChange stats
Definition protocol.h:6143
CharacterStatsEquipmentChange stats
Definition protocol.h:6126
CharacterDetails details
Definition protocol.h:6092
EquipmentPaperdoll equipment
Definition protocol.h:6093
PartyRequestType request_type
Definition protocol.h:3924
PartyMember member
Definition protocol.h:6420
PartyMember * members
Definition protocol.h:6407
EoSerialize _eo
Definition protocol.h:2010
int32_t experience
Definition protocol.h:2012
int32_t level_up
Definition protocol.h:2016
int32_t player_id
Definition protocol.h:2011
PartyMember * members
Definition protocol.h:6459
char * name
Definition protocol.h:1998
int32_t level
Definition protocol.h:1996
EoSerialize _eo
Definition protocol.h:1993
int32_t player_id
Definition protocol.h:1994
int32_t hp_percentage
Definition protocol.h:1997
union PartyReplyServerPacket::@271014300172225066022375301123332020175174265343 * reply_code_data
struct PartyReplyServerPacket::@271014300172225066022375301123332020175174265343::@237053051020204135021374047027231315222216373035 already_in_another_party
PartyReplyCode reply_code
Definition protocol.h:6385
struct PartyReplyServerPacket::@271014300172225066022375301123332020175174265343::@120272053010347075063072122047275256273206355000 already_in_your_party
PartyRequestType request_type
Definition protocol.h:3910
PartyRequestType request_type
Definition protocol.h:6370
EoSerialize _eo
Definition protocol.h:2251
int32_t player_id
Definition protocol.h:2252
int32_t effect_id
Definition protocol.h:2253
EoSerialize _eo
Definition protocol.h:1631
PlayersList players_list
Definition protocol.h:4596
OnlinePlayer * players
Definition protocol.h:1618
size_t players_length
Definition protocol.h:1617
EoSerialize _eo
Definition protocol.h:1616
PlayersListFriends players_list
Definition protocol.h:4622
int32_t file_id
Definition protocol.h:1584
uint8_t * content
Definition protocol.h:1586
size_t content_length
Definition protocol.h:1585
EoSerialize _eo
Definition protocol.h:1583
union QuestAcceptClientPacket::@367106036175242306171303323300267052353364176217 * reply_type_data
struct QuestAcceptClientPacket::@367106036175242306171303323300267052353364176217::@203220237310057276361212331247155354205261337204 link
DialogQuestEntry * quest_entries
Definition protocol.h:7140
DialogEntry * dialog_entries
Definition protocol.h:7142
size_t quest_progress_entries_length
Definition protocol.h:7159
struct QuestListServerPacket::@376230375214201007135030020212311055155103017264::@306077261134276177344175022342025107256022030123 progress
struct QuestListServerPacket::@376230375214201007135030020212311055155103017264::@061161127207006274153251174023216217333360124007 history
size_t completed_quests_length
Definition protocol.h:7163
union QuestListServerPacket::@376230375214201007135030020212311055155103017264 * page_data
QuestProgressEntry * quest_progress_entries
Definition protocol.h:7160
EoSerialize _eo
Definition protocol.h:2172
QuestRequirementIcon icon
Definition protocol.h:2175
CharacterStatsUpdate stats
Definition protocol.h:7351
int32_t spy_and_light_guide_flood_rate
Definition protocol.h:1670
int32_t jail_map
Definition protocol.h:1667
Coords rescue_coords
Definition protocol.h:1669
int32_t guardian_flood_rate
Definition protocol.h:1671
int32_t rescue_map
Definition protocol.h:1668
int32_t high_game_master_flood_rate
Definition protocol.h:1673
EoSerialize _eo
Definition protocol.h:1666
int32_t game_master_flood_rate
Definition protocol.h:1672
EoSerialize _eo
Definition protocol.h:1701
CharItem ingredients[4]
Definition protocol.h:1703
int32_t item_id
Definition protocol.h:1702
ShopCraftIngredientRecord ingredients[4]
Definition protocol.h:2546
int32_t item_id
Definition protocol.h:2545
EoSerialize _eo
Definition protocol.h:2544
EoSerialize _eo
Definition protocol.h:2588
size_t shops_length
Definition protocol.h:2589
ShopRecord * shops
Definition protocol.h:2590
ShopTradeItem * trade_items
Definition protocol.h:5649
ShopCraftItem * craft_items
Definition protocol.h:5651
int32_t max_level
Definition protocol.h:2568
int32_t min_level
Definition protocol.h:2564
int32_t behavior_id
Definition protocol.h:2559
size_t crafts_length
Definition protocol.h:2575
ShopCraftRecord * crafts
Definition protocol.h:2576
int32_t class_requirement
Definition protocol.h:2572
EoSerialize _eo
Definition protocol.h:2558
char * name
Definition protocol.h:2560
ShopTradeRecord * trades
Definition protocol.h:2574
size_t trades_length
Definition protocol.h:2573
ShopSoldItem sold_item
Definition protocol.h:5631
EoSerialize _eo
Definition protocol.h:1715
int32_t id
Definition protocol.h:1717
int32_t amount
Definition protocol.h:1716
int32_t buy_price
Definition protocol.h:1687
int32_t item_id
Definition protocol.h:1686
int32_t max_buy_amount
Definition protocol.h:1689
EoSerialize _eo
Definition protocol.h:1685
int32_t sell_price
Definition protocol.h:1688
int32_t max_amount
Definition protocol.h:2515
int32_t sell_price
Definition protocol.h:2511
EoSerialize _eo
Definition protocol.h:2502
int32_t buy_price
Definition protocol.h:2507
int32_t item_id
Definition protocol.h:2503
struct SitRequestClientPacket::@046354224266005277202161055307243223214301217353::@244232171324231234352041063235363006055022300025 sit
union SitRequestClientPacket::@046354224266005277202161055307243223214301217353 * sit_action_data
EoSerialize _eo
Definition protocol.h:1938
int32_t level_requirement
Definition protocol.h:1940
int32_t skill_requirements[4]
Definition protocol.h:1943
SkillStatRequirements stat_requirements
Definition protocol.h:1944
int32_t class_requirement
Definition protocol.h:1941
int32_t cost
Definition protocol.h:1942
int32_t id
Definition protocol.h:1939
EoSerialize _eo
Definition protocol.h:2488
size_t skill_masters_length
Definition protocol.h:2489
SkillMasterRecord * skill_masters
Definition protocol.h:2490
EoSerialize _eo
Definition protocol.h:2457
int32_t behavior_id
Definition protocol.h:2461
int32_t class_requirement
Definition protocol.h:2474
SkillMasterSkillRecord * skills
Definition protocol.h:2476
int32_t skill_requirements[4]
Definition protocol.h:2421
GroupHealTargetPlayer * players
Definition protocol.h:6784
SpellTargetType target_type
Definition protocol.h:4212
int32_t id
Definition protocol.h:1066
int32_t level
Definition protocol.h:1067
EoSerialize _eo
Definition protocol.h:1065
struct StatSkillAddClientPacket::@001146141065276014233277047063305153212312003233::@243300027302172173133306141033354347235315071222 skill
union StatSkillAddClientPacket::@001146141065276014233277047063305153212312003233 * action_type_data
struct StatSkillAddClientPacket::@001146141065276014233277047063305153212312003233::@013305250257173177256043000053335121332324002306 stat
CharacterStatsReset stats
Definition protocol.h:5753
CharacterStatsUpdate stats
Definition protocol.h:5726
struct StatSkillReplyServerPacket::@124007254147041245257026261056056157123004054123::@037302224251127052261206357252021277130266273353 wrong_class
SkillMasterReply reply_code
Definition protocol.h:5680
union StatSkillReplyServerPacket::@124007254147041245257026261056056157123004054123 * reply_code_data
EoSerialize _eo
Definition protocol.h:2637
TalkRecord * npcs
Definition protocol.h:2639
size_t npcs_length
Definition protocol.h:2638
GlobalBackfillMessage * messages
Definition protocol.h:5013
EoSerialize _eo
Definition protocol.h:2602
size_t messages_length
Definition protocol.h:2624
int32_t npc_id
Definition protocol.h:2619
int32_t rate
Definition protocol.h:2623
EoSerialize _eo
Definition protocol.h:2615
TalkMessageRecord * messages
Definition protocol.h:2625
int32_t id
Definition protocol.h:1037
int32_t amount
Definition protocol.h:1038
EoSerialize _eo
Definition protocol.h:1036
EoSerialize _eo
Definition protocol.h:2265
Coords coords
Definition protocol.h:2266
int32_t effect_id
Definition protocol.h:2267
TradeItemData trade_data[2]
Definition protocol.h:6874
size_t items_length
Definition protocol.h:2074
EoSerialize _eo
Definition protocol.h:2072
int32_t player_id
Definition protocol.h:2073
TradeItemData trade_data[2]
Definition protocol.h:6861
TradeItemData trade_data[2]
Definition protocol.h:6887
int32_t patch
Definition protocol.h:995
int32_t major
Definition protocol.h:993
EoSerialize _eo
Definition protocol.h:992
int32_t minor
Definition protocol.h:994
EoSerialize _eo
Definition protocol.h:1321
Coords coords
Definition protocol.h:1324
int32_t timestamp
Definition protocol.h:1323
Direction direction
Definition protocol.h:1322
WalkAction walk_action
Definition protocol.h:3150
ItemMapInfo * items
Definition protocol.h:5366
WalkAction walk_action
Definition protocol.h:3163
WarpEffect warp_effect
Definition protocol.h:6076
struct WarpAgreeServerPacket::@257031121061251171050312366132116331332002360003::@173013271257304322051306116102115177025360104352 map_switch
union WarpAgreeServerPacket::@257031121061251171050312366132116331332002360003 * warp_type_data
struct WarpRequestServerPacket::@242151257061050044043031324062004333203214350134::@122173127111226035162115144101174165200233361224 map_switch
union WarpRequestServerPacket::@242151257061050044043031324062004333203214350134 * warp_type_data
int32_t current
Definition protocol.h:1008
int32_t max
Definition protocol.h:1009
EoSerialize _eo
Definition protocol.h:1007
union WelcomeAgreeClientPacket::@370064244307216003301042101346226074001134301371 * file_type_data
struct WelcomeAgreeClientPacket::@370064244307216003301042101346226074001134301371::@362314207062030310011051063105121276000035215150 eif
struct WelcomeAgreeClientPacket::@370064244307216003301042101346226074001134301371::@200122152034044200273007326106166344254240367154 enf
struct WelcomeAgreeClientPacket::@370064244307216003301042101346226074001134301371::@166115210022226116320267135167113233054056257275 esf
struct WelcomeAgreeClientPacket::@370064244307216003301042101346226074001134301371::@167265061077172050360151032177323255232224006132 emf
struct WelcomeAgreeClientPacket::@370064244307216003301042101346226074001134301371::@155210177050371337050216240164364204030276162316 ecf
LoginMessageCode login_message_code
Definition protocol.h:4772
struct WelcomeReplyServerPacket::@340211134170321120072115213363262347054331263223::@176316365131076354052257123333202174006032042170 enter_game
EquipmentWelcome equipment
Definition protocol.h:4769
CharacterStatsWelcome stats
Definition protocol.h:4768
ServerSettings settings
Definition protocol.h:4771
union WelcomeReplyServerPacket::@340211134170321120072115213363262347054331263223 * welcome_code_data
struct WelcomeReplyServerPacket::@340211134170321120072115213363262347054331263223::@143364247052276130000216367163077201300250271341 select_character