summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Add new packet for change map server with air ship.Andrei Karas1-0/+23
2018-06-29Add new packet for change map with airship (warp).Andrei Karas1-0/+20
2018-06-29Fix packet 836 (search in stores).Andrei Karas1-2/+10
2018-06-29Merge pull request #2098 from Asheraf/pairshipupdateHaru1-6/+6
2018-06-25Implemented Pet Evolution System.Dastgir1-0/+114
2018-06-25Implemented Pet AutofeedingDastgir1-8/+22
2018-06-22enable use of private airship on packetver_mainAsheraf1-6/+6
2018-06-18Merge pull request #2064 from 4144/updatepacketsHaru1-12/+19
2018-06-18Merge pull request #2069 from marky291/patch-1Haru1-1/+1
2018-06-18Merge pull request #2072 from 4144/fixvendHaru1-4/+4
2018-06-18followup ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 correct wrong respond messa...Asheraf1-2/+2
2018-06-14Split enum zc_ui_types by supported packet versions.Andrei Karas1-7/+14
2018-06-13Add cz enum for types in packet 0x0a68.Andrei Karas1-6/+6
2018-06-07Fix clif_parse_OpenVending with empty items list.Andrei Karas1-4/+4
2018-06-06typo fix clif.cMark Hester1-1/+1
2018-06-02Implementation of stylist uiAsheraf1-0/+204
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru1-0/+6
2018-06-02Merge pull request #2038 from 4144/msiHaru1-21/+29
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-29Add autogenerated messages list headers with original strings and translation.Andrei Karas1-8/+16
2018-05-29Fix wrong values in clif_messages enum.Andrei Karas1-8/+8
2018-05-29Use enum clif_messages in functions clif_msgtable*.Andrei Karas1-5/+5
2018-05-07Merge pull request #1998 from Asheraf/private_airshipHaru1-0/+45
2018-05-06Merge pull request #2030 from 4144/updatepacketsHaru1-0/+6
2018-05-04Implementation of Private AirShipAsheraf1-0/+45
2018-05-04Add setpcblock & checkpcblock script commandsAnnieRuru1-0/+6
2018-05-04Add empty function for packet 0x0447 PACKET_CZ_BLOCKING_PLAY_CANCEL.Andrei Karas1-0/+6
2018-05-02Fix possible wrong buffer size usage in clif.c.Andrei Karas1-6/+6
2018-04-18Enable attendance system for PACKETVER_ZERO_NUM >= 20180411Asheraf1-4/+4
2018-04-18Enable new drop packet for PACKETVER >= 20180418Asheraf1-1/+1
2018-04-08Merge pull request #2002 from Asheraf/homunaffixHaru1-0/+7
2018-04-08Merge pull request #2006 from Jedzkie/MessageFixesHaru1-0/+2
2018-04-07Implementation of Attendance systemAsheraf1-0/+197
2018-04-08Update Skill/Item messagesJedzkie1-0/+2
2018-04-07Add missing #if into clif_quest_notify_objective.Andrei Karas1-0/+2
2018-04-06Add support for packet 0xaf7 in zero clients.Andrei Karas1-1/+1
2018-04-04Add support for packet ZC_MSG_COLORAsheraf1-0/+21
2018-04-04Add support for packet ZC_FORMATSTRING_MSGAsheraf1-0/+31
2018-04-03Merge pull request #1986 from Megasantos/login_date_guildHaru1-1/+1
2018-04-03Merge pull request #1111 from dastgir/24-2015QuestsHaru1-30/+110
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru1-0/+59
2018-03-29add missing homunculus autofeed update on change mapAsheraf1-0/+7
2018-03-29Simplify version checks with new packet version defines.Andrei Karas1-6/+4
2018-03-14- Implemented login date for guild members.Jônatas Andreta1-1/+1
2018-03-13Added quest_notify_objective and its packetDastgir1-0/+38
2018-03-13Extended UPDATE_MISSION_HUNT to support new packetDastgir1-0/+5
2018-03-12Changed UPDATE_MISSION_HUNT packet to structure formDastgir1-15/+23
2018-03-12Extended ADD_QUEST to support new packetDastgir1-0/+11
2018-03-12Changed ADD_QUEST packet to structure formDastgir1-15/+24
2018-03-12Implemented ZC_ALL_QUEST_LIST3 Packet.Dastgir1-1/+10