summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-25Fix some const violations detected with the const-safe strchr() implementationHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2018-08-24Fix out of bound access in clif_guild_belonginfo.Andrei Karas1-3/+4
2018-08-24Update packet ZC_ACK_LEAVE_GUILD.Andrei Karas1-7/+12
2018-08-24Update packet ZC_ACK_BAN_GUILD.Andrei Karas1-13/+12
2018-08-23Add packet PACKET_ZC_INVENTORY_MOVE_FAILED.Andrei Karas1-2/+19
2018-08-23Add packet ZC_FORMATSTRING_MSG_COLOR.Andrei Karas1-0/+31
2018-08-22Fix version check for achivment packets.Andrei Karas1-5/+3
2018-08-22Add missing field into ZC_ACK_WHISPER02.Andrei Karas1-1/+2
2018-08-22Add packet ZC_GUILD_POSITION.Andrei Karas1-0/+45
2018-08-22Add packet ZC_EQUIPWIN_MICROSCOPE_V7.Andrei Karas1-0/+3
2018-08-22Split packet CZ_REQ_STYLE_CHANGE to CZ_REQ_STYLE_CHANGE and ↵Andrei Karas1-2/+22
CZ_REQ_STYLE_CHANGE2.
2018-08-01Fix checks for enabled packet version zero.Andrei Karas1-4/+4
It affect most clients older than 2017.
2018-07-29Set all fields to 0 in fake bl's.Andrei Karas1-1/+2
2018-07-28Merge pull request #2155 from Asheraf/stydoramHaru1-0/+6
Add support for doram restriction in stylist shop
2018-07-28Add packet ZC_GROUP_ISALIVE.Andrei Karas1-0/+15
2018-07-28Add missing field into packet ZC_NPCACK_SERVERMOVE.Andrei Karas1-2/+11
2018-07-28Fix check for packet 0xa43 and related packets.Andrei Karas1-4/+3
2018-07-28Update struct for packet CZ_REQ_OPEN_MAIL.Andrei Karas1-1/+1
2018-07-28Update packet ZC_WARPLIST.Andrei Karas1-14/+32
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 Karas1-0/+12
Also add at command for remove costumes @changedress and @nocosplay. Thanks @Lemongrass3110 and @Everade.
2018-07-28Add over weight packet.Andrei Karas1-0/+14
Thanks @functor-x
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru1-63/+294
Implemented Achievement System and Title System
2018-07-27Add support for doram restriction in stylist shopAsheraf1-0/+6
2018-07-25Merge pull request #2138 from Asheraf/stylistupdateHaru1-3/+9
Add support for bodystyle in stylist shop ui
2018-07-24Implemented Title System.Dastgir1-94/+121
2018-07-24Implementation of the official Achievement System.smokexyz1-1/+205
Source: http://ro.gnjoy.com/news/update/View.asp?seq=163&curpage=1 Script Commands - ``` achievement_progress(<ach_id>,<obj_idx>,<progress>,<incremental?>{,<char_id>}); ``` Includes an achievement_db.conf generator that reads from the item_db, mob_db (server side) and achievement_list.lub files to determine valid achievement entries based on item/monster availability. Achievements containing unsupported entries are commented out. This feature, although renewal-only in official servers, is capable of being used in pre-renewal mode on Hercules. Does not include the title system yet. A big thanks to - @MishimaHaruna for constantly reviewing. @4144 for all the support. @Asheraf for a lot of official information. Co-authored-by: "Dastgir" <dastgirp@gmail.com>
2018-07-24add support for PACKETVER >= 20180704 pet evolutionAsheraf1-0/+1
2018-07-24Questinfo System overhaulAsheraf1-8/+3
2018-07-24Convert questinfo data into a vectorAsheraf1-2/+2
2018-07-24Merge pull request #2088 from guilherme-gm/fix-ghostmonstersHaru1-2/+13
Fixed monsters not disappearing from some clients upon death
2018-07-19Fixing detecting item id or item name in string.Andrei Karas1-2/+2
2018-07-19Dont show non existing item id=0 errors in rodex.Andrei Karas1-3/+5
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-9/+10
2018-07-19Add support for bodystyle in stylist shop uiAsheraf1-3/+9
2018-07-15Do attendace check only if packet requested open attendance ui (closes #2129).Andrei Karas1-11/+11
2018-07-15Update shuffle packets and split re and main client shuffles due conflict.Andrei Karas1-0/+2
2018-07-15Fix packet limit in function clif_parse_CashShopReqTab.Andrei Karas1-1/+2
2018-07-15Update packet ZC_SEARCH_STORE_INFO_ACK.Andrei Karas1-25/+26
2018-07-15Update packet CZ_SEARCH_STORE_INFO.Andrei Karas1-20/+33
2018-07-15Update packet CZ_PC_BUY_CASH_POINT_ITEM.Andrei Karas1-17/+17
2018-07-15Update packet ZC_PC_CASH_POINT_ITEMLIST.Andrei Karas1-19/+18
2018-07-15Update packet ZC_MAKINGITEM_LIST.Andrei Karas1-18/+21
2018-07-15Update packet ZC_NOTIFY_WEAPONITEMLIST.Andrei Karas1-13/+17
2018-07-15Update packet ZC_REPAIRITEMLIST.Andrei Karas1-11/+17
2018-07-15Add enums into some rodex functions.Andrei Karas1-2/+2
2018-07-15Update packet ZC_READ_MAIL.Andrei Karas1-1/+5
2018-07-15Update packet ZC_MAKINGARROW_LIST.Andrei Karas1-6/+11
2018-07-15Update packet ZC_MAKABLEITEMLIST.Andrei Karas1-19/+24
2018-07-15Fix comment for clif_use_card.Andrei Karas1-1/+1