summaryrefslogtreecommitdiff
path: root/src/map/clif.h
AgeCommit message (Collapse)AuthorFilesLines
2018-12-12Add missing enum values into roulette generate ack packet.Andrei Karas1-5/+9
2018-12-12Add script command for insert cards into equipped items.Andrei Karas1-1/+1
enchantitem(<equip_pos>, <card_slot>, <card_id>)
2018-12-12Add packet ZC_ENCHANT_EQUIPMENTAndrei Karas1-0/+1
2018-11-14Use new packet tables for packets len.Andrei Karas1-2/+1
2018-10-22Add packet ZC_ITEM_PREVIEW.Andrei Karas1-0/+1
It allow show item preview in already opened preview window.
2018-10-04Add script commands for show camera info window and change camera parameters.Andrei Karas1-1/+1
New script commands: camerainfo, changecamera
2018-10-04Add packet ZC_CAMERA_INFO.Andrei Karas1-0/+2
This packet allow show camera info, or change camera parameters.
2018-10-03Add packet ZC_REMOVE_EFFECT.Andrei Karas1-0/+2
2018-09-24Show any unhandled CZ packets in map server console.Andrei Karas1-0/+1
2018-09-23Merge pull request #2195 from Asheraf/md_commandHaru1-0/+5
Implement PACKET_CZ_MEMORIALDUNGEON_COMMAND
2018-09-19Update cart packet for 2018-09-12 RE.Andrei Karas1-1/+2
2018-09-19Update inventory packet for 2018-09-12 RE.Andrei Karas1-2/+4
2018-09-19Update storage/guild storage packets for 2018-09-12 RE.Andrei Karas1-3/+13
2018-09-19Update storage packet for 2018-08-29 RE.Andrei Karas1-1/+5
2018-08-28Implement PACKET_CZ_MEMORIALDUNGEON_COMMANDAsheraf1-0/+5
2018-08-26Add missing values for banking enums.Andrei Karas1-0/+2
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