Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-14 | Send wrong bank status by bank check packet status in clif_parse_BankCheck. | Andrei Karas | 1 | -8/+8 | |
2018-01-14 | Add new map server change packet 0x0ac7. | Andrei Karas | 1 | -8/+14 | |
2018-01-14 | Split packets_shuffle.h into main and zero shuffle packets. | Andrei Karas | 1 | -1/+5 | |
Also add shuffle packets for all clients from where shuffle packets can be extracted. | |||||
2018-01-14 | Split packet_keys.h to main client keys and zero client keys. | Andrei Karas | 1 | -3/+7 | |
2018-01-14 | Move custom keys definition from packets_keys.h into clif.c | Andrei Karas | 1 | -0/+4 | |
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 1 | -1/+9 | |
Add support for new drop packet 0xadd for zero clients | |||||
2018-01-14 | Merge pull request #1929 from Asheraf/progressbar | Haru | 1 | -1/+25 | |
Add support for packet ZC_PROGRESS_ACTOR | |||||
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -1/+9 | |
2017-12-18 | RoDEX Update: | Dastgir | 1 | -1/+1 | |
* Will not open if NPC is attached. * Will not send mail if NPC is attached. Fixes #1934 | |||||
2017-12-17 | Merge pull request #1923 from 4144/fixpackets | Haru | 1 | -4/+6 | |
Add support for Ragnarok zero clients, split packets.h again | |||||
2017-12-11 | Add support for packet ZC_PROGRESS_ACTOR | Asheraf | 1 | -1/+25 | |
2017-12-08 | Merge pull request #1898 from Asheraf/homunaf | Haru | 1 | -12/+26 | |
implement homunculus autofeeding for 2017 clients | |||||
2017-12-02 | Split normal packets and shuffle packets into separate files. | Andrei Karas | 1 | -0/+1 | |
Normal packets in packets.h Shuffle packets in map/packets_shuffle.h Info: shuffle packets for 2013 clients and older still in packets.h because most of it mixed between shuffle and non shuffle packets. | |||||
2017-12-02 | Add missing cutin packet value comment. | Andrei Karas | 1 | -0/+1 | |
2017-12-02 | Add missing kick reasons into clif_authfail_fd. | Andrei Karas | 1 | -0/+2 | |
2017-12-02 | Use skill inf value as int32 in all packets. | Andrei Karas | 1 | -4/+2 | |
Before some packets had skill inf as int16 + unknown int16 field. | |||||
2017-11-18 | Implement Homunculus autofeeding | Asheraf | 1 | -12/+26 | |
2017-11-18 | Merge pull request #1903 from Asheraf/skill_scale | Haru | 1 | -0/+31 | |
Implement skill scale packet for client versions >= 20151223. | |||||
2017-11-16 | Implement skill scale packet for client versions >= 20151223. | Asheraf | 1 | -0/+31 | |
2017-11-05 | Reduce confusion between skill IDs and skill DB indexes (part 2) | Haru | 1 | -5/+5 | |
Remove MAX_SKILL in favor of MAX_SKILL_DB, when referring to the maximum skill DB index. This is opposed to MAX_SKILL_ID, the maximum skill ID. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-11-04 | Refresh npc after changing fields in setunitdata. | Andrei Karas | 1 | -10/+15 | |
2017-11-04 | Allow each npc use own view_data structure. | Andrei Karas | 1 | -0/+4 | |
Allow npc to use player classes (for older than 20170726 npc visible as players). View_data structure can be copied from predefined view_data lists created new if npc using player type. | |||||
2017-10-30 | Add monster spawn boss flag for miniboss: miniboss_monster | Andrei Karas | 1 | -9/+18 | |
also fix boss_monster flag for works as mvp and not like mini boss. unhide boss flag if hp bar disabled. | |||||
2017-10-21 | Add rodex 2017 packets. | Andrei Karas | 1 | -3/+92 | |
2017-10-21 | Add packets for 64 bit exp. | Andrei Karas | 1 | -18/+55 | |
Also update some functions for support 64 bit exp calculation. | |||||
2017-09-21 | Split packets and packets keys. | Andrei Karas | 1 | -1/+2 | |
2017-09-21 | Change char server packets for 20170830 and newer clients. | Andrei Karas | 1 | -2/+2 | |
2017-09-19 | remove trailing whitespaces from source | gumi | 1 | -7/+7 | |
2017-09-19 | Fix compile errors with some specific PACKETVER values | Haru | 1 | -3/+5 | |
- PACKETVER <= 3 - PACKETVER == 20071106 - PACKETVER >= 20141016 && PACKETVER <= 20141022 - PACKETVER >= 20160921 Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Move other view-related variables to `sd->status.look` | Haru | 1 | -4/+4 | |
The following variables are now moved to `sd->status.look` (from `sd->status`): `head_top`, `head_mid`, `head_bottom`, `robe` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Differentiate variables that hold a ViewSprite and a Subtype (part 2) | Haru | 1 | -2/+2 | |
`sd->status.shield` is renamed to `sd->status.look.shield` and only holds ViewSprite IDs. Its previous other meaning is now transferred to `sd->has_shield`, of boolean type (to detect the presence of a shield) Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Differentiate variables that hold a ViewSprite and a weapon Subtype | Haru | 1 | -2/+2 | |
`sd->status.weapon` is renamed to `sd->status.look.weapon` and only holds ViewSprite IDs. Its previous other meaning is now transferred to `sd->weapontype` (holding the currently equipped weapon type, considering both hands at once) Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Split 'View' in two different fields in the item database | Haru | 1 | -2/+2 | |
- The field was used both for sprite view IDs and for weapon or ammunition subtypes. Now the fields 'ViewSprite' and 'Subtype' are used respectively. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-05 | Adjust rodex packet versions based on tests. | Andrei Karas | 1 | -1/+1 | |
2017-08-13 | Reported rodex bug fixes. | Andrei Karas | 1 | -1/+2 | |
2017-08-11 | Fix some wrong packet versions in rodex code. | Andrei Karas | 1 | -4/+4 | |
Also replace some numbers to constants. | |||||
2017-08-11 | Whitespace fixes | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-08-11 | Fix various issues detected by coverity in rodex-related code | Haru | 1 | -1/+1 | |
Follow-up to 544da439e81ff78ec102b754e16b6cc0a28a6d0a Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-07-30 | Implementation of RoDEX | KirieZ | 1 | -0/+516 | |
2017-07-27 | Fix possible buffer overflows with snprintf. | Andrei Karas | 1 | -1/+1 | |
2017-06-25 | Adjust packet version based on client tests. | Andrei Karas | 1 | -7/+7 | |
Thanks to Asheraf. | |||||
2017-06-25 | fix guild leader change in 2017 clients. Based on rathena commit: | Andrei Karas | 1 | -2/+11 | |
commit b51617cb730cdc6d91bc03df16c887a060323f3a Author: Lemongrass3110 <lemongrass@kstp.at> Date: Sat Jun 3 17:03:56 2017 +0200 Added support for 2017's guild leader change | |||||
2017-06-25 | Add packet 0xabd for send job and base levels to party members. | Andrei Karas | 1 | -7/+35 | |
Also improve packets send on base level change. Based on commit from rathena: commit 816d8ab2d0934f823a1d26f7fcac244f8245f14b Author: Lemongrass3110 <lemongrass@kstp.at> Date: Mon Jun 5 23:07:09 2017 +0200 Fixed party window for 2017 clients Thanks to @mrdiablo for his help again! | |||||
2017-06-25 | Add packet 0xa44 for party info. Based on rathena commit: | Andrei Karas | 1 | -9/+31 | |
commit 816d8ab2d0934f823a1d26f7fcac244f8245f14b Author: Lemongrass3110 <lemongrass@kstp.at> Date: Mon Jun 5 23:07:09 2017 +0200 Fixed party window for 2017 clients Thanks to @mrdiablo for his help again! | |||||
2017-06-25 | Fix style in clif_party_info. | Andrei Karas | 1 | -15/+16 | |
2017-06-25 | Add packet 0x0a43 for party member info. Based on rathena commit: | Andrei Karas | 1 | -11/+25 | |
commit 816d8ab2d0934f823a1d26f7fcac244f8245f14b Author: Lemongrass3110 <lemongrass@kstp.at> Date: Mon Jun 5 23:07:09 2017 +0200 Fixed party window for 2017 clients Thanks to @mrdiablo for his help again! | |||||
2017-06-25 | Fix style in clif_party_member_info. | Andrei Karas | 1 | -13/+14 | |
2017-06-25 | Add packet 0x0aa5 for 2016 clients for guild members list. Based on rathena ↵ | Andrei Karas | 1 | -15/+27 | |
commit: commit 9412ebb9f7b009e3ae3b69e5eb1ae8a3d341a5f2 Author: Lemongrass3110 <lemongrass@kstp.at> Date: Sat Jun 3 14:08:06 2017 +0200 Added support for 2016's guild packets Thanks to @mrdiablo for his help. | |||||
2017-06-25 | Fix style in function clif_guild_memberlist. | Andrei Karas | 1 | -20/+20 | |
2017-06-25 | Add packet 0x0a84 for guild basic info. Based on rathena commit: | Andrei Karas | 1 | -4/+15 | |
commit 9412ebb9f7b009e3ae3b69e5eb1ae8a3d341a5f2 Author: Lemongrass3110 <lemongrass@kstp.at> Date: Sat Jun 3 14:08:06 2017 +0200 Added support for 2016's guild packets Thanks to @mrdiablo for his help. |