summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2018-12-14Add packet CZ_INVENTORY_EXPANDAndrei Karas4-0/+29
2018-12-14Add packet ZC_ACK_INVENTORY_EXPAND_RESULTAndrei Karas3-0/+32
2018-12-14Add packet ZC_ACK_INVENTORY_EXPANDAndrei Karas3-0/+34
2018-12-14Add packt ZC_INVENTORY_EXPANSION_INFOAndrei Karas6-0/+38
2018-12-12Add ifdefs for packet limits defines in lclif.p.hAndrei Karas1-0/+6
2018-12-12Add missing result values for packet ZC_PC_PURCHASE_RESULTAndrei Karas2-0/+6
2018-12-12Add packet CZ_STOP_USE_SKILLAndrei Karas4-0/+20
2018-12-12Add packet CZ_START_USE_SKILLAndrei Karas4-41/+74
2018-12-12Update HPMAndrei Karas6-73/+78
2018-12-12Fix issue with chars list if number of chars is 3*N chars.Andrei Karas4-21/+83
Also introduced header file with HC packet structs.
2018-12-12Remove typedef from clr_type.Andrei Karas6-23/+23
2018-12-12Update HPMAndrei Karas5-22/+96
2018-12-12Update packet ZC_AUTOSPELLLISTAndrei Karas2-20/+17
2018-12-12Add script command servicemessage.Andrei Karas1-0/+24
This command will show colored message in chat. This message will be not logged to file and will be not visible over head.
2018-12-12Add packet ZC_SERVICE_MESSAGE_COLORAndrei Karas3-0/+40
2018-12-12Fix packet ZC_PROPERTY_HOMUN for old clients.Andrei Karas2-11/+39
2018-12-12Use enum OPEN_ROULETTE_ACK in roulette open ack packet.Andrei Karas2-2/+2
2018-12-12Add missing enum values into roulette generate ack packet.Andrei Karas2-6/+10
2018-12-12Add some missing checks for inventory index variable.Andrei Karas2-0/+2
2018-12-12Add script command for insert cards into equipped items.Andrei Karas3-4/+58
enchantitem(<equip_pos>, <card_slot>, <card_id>)
2018-12-12Add packet ZC_ENCHANT_EQUIPMENTAndrei Karas3-0/+32
2018-12-12Update packet AC_LOGIN_OTP.Andrei Karas3-27/+50
2018-12-12Add support for 4 bytes item id fields in main clients.Andrei Karas4-69/+84
From now all supported clients from some version can use item id up to 2 147 483 648.
2018-12-12Update messages up to 2018-12-12Andrei Karas3-12/+104
2018-12-12Update shuffle packets up to 2018-12-12Andrei Karas3-7/+50
2018-12-12Update keys up to 2018-12-12Andrei Karas2-4/+11
2018-12-12Update packet len table up to 2018-12-12Andrei Karas6-15/+320
2018-12-12Fix packet ZC_CLANINFO.Andrei Karas2-9/+12
2018-12-12Fix some visual studio warnings.Andrei Karas2-3/+3
2018-12-12Add validation for buffer size in char_mmo_char_tobuf.Andrei Karas1-3/+6
And use correct MAX_CHAR_BUF
2018-12-12Increase default value for MAX_PACKET_LOGIN_DB to 0xad0Andrei Karas1-1/+1
2018-12-12Move packets struct in login server into separate files for AC and CA packets.Andrei Karas7-300/+371
2018-12-12Update HPM.Andrei Karas5-15/+116
2018-12-12Rename structs packet_* into PACKET_*Andrei Karas2-56/+51
2018-12-12Rename defines PACKET_ID_* to HEADER_*Andrei Karas4-55/+53
2018-11-27Add incomplete packet CA_OTP_CODE.Andrei Karas2-1/+25
2018-11-27Add support for int32 item id fields in zero client 20181114.Andrei Karas4-71/+86
2018-11-27Add packet AC_REQ_MOBILE_OTPAndrei Karas3-2/+24
2018-11-27Add incomplete packet CA_ACK_MOBILE_OTP.Andrei Karas4-4/+39
2018-11-26fix map_forcountinmap using block size rather than cell sizegumi1-1/+1
closes #2330
2018-11-21Fix a regression that prevented characters from being resurrectedHaru1-1/+1
Caused by a wrong check in 8269fdcd5d036ddc3c24bc0ebb4ad958b5c19a3a Signed-off-by: Haru <haru@dotalux.com>
2018-11-20Change short group to bool is_group in s_add_dropskyleo3-17/+15
current checks for empty entries assumed that if id and group is 0 that it is empty, while in fact ITMCHAIN_ORE has group 0 as value, for easier checks and more aesthetic code short group has been replaced, id's are now always written into short id and bool is_group decides if it's an item or a group.
2018-11-16Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguildHaru7-73/+49
Fix allychat leaveguild
2018-11-15HPM Hooks UpdateHercules.ws10-0/+95
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-11-15Merge pull request #2321 from 4144/packetlenHaru91-21323/+289624
Add complete packet len table
2018-11-15Update keys up to 2018-11-14.Andrei Karas2-23/+26
2018-11-15Update messages to 2018-11-14.Andrei Karas1-1/+46
2018-11-15Update visual studio project files.Andrei Karas2-4/+4
2018-11-15Add packet validation for RFIFOSKIP.Andrei Karas1-0/+29
2018-11-15Add validation for WFIFOHEAD buffer allocations.Andrei Karas2-8/+23