summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23Add packet PACKET_ZC_INVENTORY_MOVE_FAILED.Andrei Karas4-4/+30
2018-08-23Add script command msgtable and msgtable2.Andrei Karas3-1/+56
New script commands: msgtable msgId [, color] msgtable2 msgId, param [, color]
2018-08-23Add packet ZC_FORMATSTRING_MSG_COLOR.Andrei Karas3-0/+40
2018-08-22Fix version check for achivment packets.Andrei Karas1-5/+3
2018-08-22Add missing field into ZC_ACK_WHISPER02.Andrei Karas2-2/+3
2018-08-22Add packet ZC_GUILD_POSITION.Andrei Karas4-2/+57
2018-08-22Add packet ZC_EQUIPWIN_MICROSCOPE_V7.Andrei Karas2-1/+12
2018-08-22Fix some packets sizes.Andrei Karas1-18/+2
Was used wrong size from known two sizes.
2018-08-22Split packet CZ_REQ_STYLE_CHANGE to CZ_REQ_STYLE_CHANGE and ↵Andrei Karas4-6/+35
CZ_REQ_STYLE_CHANGE2.
2018-08-22Update messages list.Andrei Karas3-6/+10
2018-08-22Update non shuffle packets list.Andrei Karas1-0/+31
2018-08-22Update shuffle packets and keys.Andrei Karas5-10/+25
2018-08-01release v2018.07.29+2v2018.07.29+2gumi1-1/+6
2018-08-01Fix checks for enabled packet version zero.Andrei Karas1-4/+4
It affect most clients older than 2017.
2018-07-30temporary fix for getd (#2163)v2018.07.29+1gumi2-1/+6
this will be reverted in the next release and a proper fix will be added
2018-07-30Release v2018.07.29v2018.07.29Haru1-0/+37
Signed-off-by: Haru <haru@dotalux.com>
2018-07-29Merge pull request #2159 from 4144/initblHaru2-1/+9
Set all fields to 0 in fake bl's.
2018-07-29Merge pull request #2158 from mekolat/getdHaru1-1/+13
fix getd not setting the type to C_NAME for new variables
2018-07-29Merge pull request #2090 from AnnieRuru/45-constantsHaru1-28/+27
Point all db\constant.conf to doc\constants.md
2018-07-29Merge pull request #2161 from dastgirp/fix/coverityHaru1-5/+2
Fix achievement issues
2018-07-29Merge pull request #2157 from Asheraf/achsellHaru1-2/+3
correct sell item achievement being validated after item is deleted
2018-07-29Fix issues reported by coverity scanDastgir1-5/+2
2018-07-29Set all fields to 0 in fake bl's.Andrei Karas2-1/+9
2018-07-28fix getd not setting the type to C_NAME for new variablesgumi1-1/+13
2018-07-28correct sell item achievement being validated after item is deletedAsheraf1-2/+3
2018-07-28Merge pull request #2155 from Asheraf/stydoramHaru3-1/+47
Add support for doram restriction in stylist shop
2018-07-28Merge pull request #2148 from MishimaHaruna/splasher-double-gemstoneHaru1-0/+5
Fix Venom Splasher consuming its gemstome requirement twice
2018-07-28Constants Documentation SyncHercules.ws1-2/+2
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-07-28Merge pull request #2139 from 4144/updatepacketsHaru20-10673/+10961
update packets up to 2018-07-18 and fix/update old packets
2018-07-28Merge pull request #2156 from Asheraf/novicefixAsheraf1-1/+0
remove specialeffect on first login from the novice academy script
2018-07-28Fix values in enum private_airship.Andrei Karas1-2/+2
2018-07-28Update packet CZ_NPC_MARKET_PURCHASE.Andrei Karas1-0/+4
2018-07-28Update HPM.Andrei Karas5-8/+111
2018-07-28Add packet ZC_GROUP_ISALIVE.Andrei Karas4-1/+31
2018-07-28Add missing field into packet ZC_NPCACK_SERVERMOVE.Andrei Karas3-4/+13
2018-07-28Fix check for packet 0xa43 and related packets.Andrei Karas2-9/+6
2018-07-28Update struct for packet CZ_REQ_OPEN_MAIL.Andrei Karas2-3/+4
2018-07-28Update packet ZC_WARPLIST.Andrei Karas3-16/+55
2018-07-28Fix packet version for packets 0xacb and 0xacc.Andrei Karas1-6/+5
2018-07-28Add support for chat commands /changedress and /nocosplay for remove costumesAndrei Karas4-2/+24
Also add at command for remove costumes @changedress and @nocosplay. Thanks @Lemongrass3110 and @Everade.
2018-07-28Add over weight packet.Andrei Karas4-0/+21
Thanks @functor-x
2018-07-28Update packets and keys up to 2018-07-25.Andrei Karas6-11/+23
2018-07-28Update messages table up to 2018-07-25.Andrei Karas3-10611/+10662
Also change latest version from numeric to word "latest" to reduce git history changes in future updates.
2018-07-28remove specialeffect on first login from the novice academy scriptAsheraf1-1/+0
this effect is officialy given thought the achievements system on first login.
2018-07-28Merge pull request #2147 from MishimaHaruna/fixcooldownHaru1-10/+4
Fix an issue that causes skill cooldowns to get stuck indefinitely
2018-07-28Constants Documentation SyncHercules.ws1-0/+70
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-07-28MobDB SQL SyncHercules.ws1-0/+8
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-07-28ItemDB SQL SyncHercules.ws2-1/+18
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-07-28HPM Hooks UpdateHercules.ws11-1/+2502
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru59-91/+17097
Implemented Achievement System and Title System