summaryrefslogtreecommitdiff
path: root/src/map/clif.h
AgeCommit message (Collapse)AuthorFilesLines
2018-08-24Update packet ZC_ACK_LEAVE_GUILD.Andrei Karas1-1/+1
2018-08-24Update packet ZC_ACK_BAN_GUILD.Andrei Karas1-1/+1
2018-08-23Add packet PACKET_ZC_INVENTORY_MOVE_FAILED.Andrei Karas1-0/+1
2018-08-23Add packet ZC_FORMATSTRING_MSG_COLOR.Andrei Karas1-0/+1
2018-08-22Add packet ZC_GUILD_POSITION.Andrei Karas1-0/+3
2018-08-22Split packet CZ_REQ_STYLE_CHANGE to CZ_REQ_STYLE_CHANGE and ↵Andrei Karas1-0/+1
CZ_REQ_STYLE_CHANGE2.
2018-07-28Merge pull request #2155 from Asheraf/stydoramHaru1-0/+1
Add support for doram restriction in stylist shop
2018-07-28Fix values in enum private_airship.Andrei Karas1-2/+2
2018-07-28Add packet ZC_GROUP_ISALIVE.Andrei Karas1-0/+1
2018-07-28Add missing field into packet ZC_NPCACK_SERVERMOVE.Andrei Karas1-1/+1
2018-07-28Add support for chat commands /changedress and /nocosplay for remove costumesAndrei Karas1-0/+1
Also add at command for remove costumes @changedress and @nocosplay. Thanks @Lemongrass3110 and @Everade.
2018-07-28Add over weight packet.Andrei Karas1-0/+1
Thanks @functor-x
2018-07-27Add support for doram restriction in stylist shopAsheraf1-0/+1
2018-07-24Implemented Title System.Dastgir1-0/+2
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+6
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-24Merge pull request #2088 from guilherme-gm/fix-ghostmonstersHaru1-0/+1
Fixed monsters not disappearing from some clients upon death
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-11/+11
2018-07-15Add enums into some rodex functions.Andrei Karas1-2/+4
2018-07-15Move packet ZC_ACK_OPENSTORE2 into separate function.Andrei Karas1-0/+1
2018-07-15Update packet PACKET_ZC_ACK_SCHEDULER_CASHITEM.Andrei Karas1-0/+1
2018-07-15Update packet ZC_ADD_ITEM_TO_MAIL.Andrei Karas1-1/+2
2018-07-15Update packet PACKET_ZC_ACK_TOUSESKILL.Andrei Karas1-1/+1
2018-07-12Fixed clearunit packet not being sent to clients going out of the view range ↵Guilherme G. Menaldo1-0/+1
when monster dies
2018-07-12Split btype and item_id parameters in function clif_skill_fail.Andrei Karas1-2/+3
2018-07-12Improve clif_addcards. Remove clif_addcards2.Andrei Karas1-2/+1
2018-06-30add support for send target in unittalkAsheraf1-1/+1
2018-06-30split clif_disp_overhead into 2 functions and convert to struct formatAsheraf1-0/+1
2018-06-29Add support for new auth error packet in zero.Andrei Karas1-0/+1
Add support for known auth error packets in map server (before was used only old packet).
2018-06-29Add new packet for change map server with air ship.Andrei Karas1-0/+1
By default missing client image.
2018-06-29Add new packet for change map with airship (warp).Andrei Karas1-0/+1
By default missing client image.
2018-06-25Implemented Pet Evolution System.Dastgir1-0/+13
2018-06-25Implemented Pet AutofeedingDastgir1-1/+1
2018-06-18Merge pull request #2064 from 4144/updatepacketsHaru1-9/+26
update packets and message table for clients 20180530 to 20180612
2018-06-18followup ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 correct wrong respond ↵Asheraf1-1/+9
message being used in stylist shop
2018-06-14Split enum zc_ui_types by supported packet versions.Andrei Karas1-5/+10
Also fixed clif_open_ui for old clients.
2018-06-13Add cz enum for types in packet 0x0a68.Andrei Karas1-9/+21
2018-06-02Implementation of stylist uiAsheraf1-0/+23
2018-06-02Merge pull request #2038 from 4144/msiHaru1-36/+7
Improve msgstring table usage
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-29Add autogenerated messages list headers with original strings and translation.Andrei Karas1-31/+2
Also add packet version checks for used messages.
2018-05-29Fix wrong values in clif_messages enum.Andrei Karas1-28/+28
Also use official constant names with custom prefix in clif_messages enum.
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/+14
Implementation of Private AirShip
2018-05-04Implementation of Private AirShipAsheraf1-0/+14
2018-05-04Add empty function for packet 0x0447 PACKET_CZ_BLOCKING_PLAY_CANCEL.Andrei Karas1-0/+1
2018-04-07Implementation of Attendance systemAsheraf1-0/+31
2018-04-04Add support for packet ZC_MSG_COLORAsheraf1-0/+1
2018-04-04Add support for packet ZC_FORMATSTRING_MSGAsheraf1-0/+1
2018-04-03Merge pull request #1111 from dastgir/24-2015QuestsHaru1-0/+1
changed quest packets to structure form + some update
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru1-0/+3
Implemented HatEffect