summaryrefslogtreecommitdiff
path: root/src/map/packets.h
AgeCommit message (Collapse)AuthorFilesLines
2020-09-12This is Hercules v2019.09.22Jesusaves1-0/+13
2019-06-26Add support for new shortcuts packets in zeroAndrei Karas1-1/+1
2019-06-02Disable new shortcuts on zero clientsAndrei Karas1-1/+1
Because on zero they still not implimented.
2019-06-02Use new shortcuts packets in zero 2019-05-15 and main 2019-05-22Andrei Karas1-1/+1
2019-06-02Update packet CZ_SHORTCUTKEYBAR_ROTATEAndrei Karas1-4/+3
2019-06-02Update packet CZ_SHORTCUT_KEY_CHANGEAndrei Karas1-1/+8
2019-05-05Implement Refinery UIIbrahim Zidan1-0/+6
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2019-05-05Update packet CZ_PINGAndrei Karas1-1/+1
2019-04-07Add packet CZ_STYLE_CLOSEAndrei Karas1-0/+2
2019-04-07Add chat command /resetcooltimeAndrei Karas1-0/+5
Add packet CZ_COOLDOWN_RESET.
2019-04-07Add ZC_PING and CZ_PING packetsAndrei Karas1-0/+4
For supported packet version, from now server send ping packets to client.
2019-02-06Add packet CZ_CLIENT_VERSIONAndrei Karas1-0/+4
For now unused, but can be used. This packet works in some old clients near 2015 versions.
2019-02-05Add support for barter shops for main and re clients with version 20190116Andrei Karas1-1/+1
2019-01-14Add packet CZ_NPC_BARTER_PURCHASEAndrei Karas1-0/+1
2019-01-14Add packet CZ_NPC_BARTER_CLOSEAndrei Karas1-0/+4
2018-12-16Add packet CZ_CAMERA_INFOAndrei Karas1-0/+5
This will allow use client command: /viewpointvalue - show/hide camera information /setcamera range rotation latitude - same with @camerainfo
2018-12-14Add packet CZ_REQ_REMAINTIME (with empty handler)Andrei Karas1-0/+1
2018-12-14Add packet CZ_INVENTORY_EXPAND_REJECTEDAndrei Karas1-0/+1
2018-12-14Add packet CZ_INVENTORY_EXPAND_CONFIRMEDAndrei Karas1-0/+1
2018-12-14Add packet CZ_INVENTORY_EXPANDAndrei Karas1-0/+4
2018-12-12Add packet CZ_STOP_USE_SKILLAndrei Karas1-0/+1
2018-12-12Add packet CZ_START_USE_SKILLAndrei Karas1-0/+4
2018-12-12Add support for 4 bytes item id fields in main clients.Andrei Karas1-0/+15
From now all supported clients from some version can use item id up to 2 147 483 648.
2018-11-27Add support for int32 item id fields in zero client 20181114.Andrei Karas1-0/+15
2018-11-15Remove packet len fields from packets.hAndrei Karas1-1140/+1140
2018-11-14Remove empty #if blocks from packets.hAndrei Karas1-1138/+2
2018-11-14Remove useless packets lines from packets.hAndrei Karas1-1393/+3
2018-11-07Update non shuffle packets list up to 2018-10-31Andrei Karas1-2/+24
2018-10-22Update non shuffle packets list up to 2018-10-17Andrei Karas1-0/+24
2018-10-02Update non shuffle packets list up to 2018-10-02Andrei Karas1-0/+18
2018-09-23Merge pull request #2195 from Asheraf/md_commandHaru1-1/+1
Implement PACKET_CZ_MEMORIALDUNGEON_COMMAND
2018-09-19Update storage/guild storage packets for 2018-09-12 RE.Andrei Karas1-8/+8
2018-09-19Add non shuffle packets for 2018-09-19.Andrei Karas1-0/+67
2018-08-28Implement PACKET_CZ_MEMORIALDUNGEON_COMMANDAsheraf1-1/+1
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 Karas1-2/+2
CZ_REQ_STYLE_CHANGE2.
2018-08-22Update non shuffle packets list.Andrei Karas1-0/+31
2018-07-28Update packet ZC_WARPLIST.Andrei Karas1-2/+2
2018-07-28Add support for chat commands /changedress and /nocosplay for remove costumesAndrei Karas1-2/+2
Also add at command for remove costumes @changedress and @nocosplay. Thanks @Lemongrass3110 and @Everade.
2018-07-28Update packets and keys up to 2018-07-25.Andrei Karas1-0/+7
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru1-2/+2
Implemented Achievement System and Title System
2018-07-24Implemented Title System.Dastgir1-1/+1
2018-07-24Implementation of the official Achievement System.smokexyz1-1/+1
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-19Add support for bodystyle in stylist shop uiAsheraf1-2/+2
2018-07-15Update non shuffle packet sizes up to 2018-07-11.Andrei Karas1-0/+94
2018-06-29Add new packet for change map server with air ship.Andrei Karas1-3/+3
By default missing client image.
2018-06-29Add new packet for change map with airship (warp).Andrei Karas1-2/+2
By default missing client image.
2018-06-29Update packets and keys up to 2018-06-27.Andrei Karas1-0/+10
2018-06-25Implemented Pet Evolution System.Dastgir1-1/+1
2018-06-13Update packets for clients 20180530 - 20180612.Andrei Karas1-0/+9