Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-26 | Fix custom mob names in packet ZC_ACK_REQNAME_TITLE (Fixes #2495) | Andrei Karas | 1 | -1/+2 | |
2019-06-26 | Update packet ZC_MAKINGARROW_LIST in all functions | Andrei Karas | 1 | -53/+58 | |
2019-06-26 | Update packet ZC_PROPERTY_HOMUN | Andrei Karas | 1 | -0/+2 | |
2019-06-26 | Add support for new shortcuts packets in zero | Andrei Karas | 1 | -4/+4 | |
2019-06-02 | Disable new shortcuts on zero clients | Andrei Karas | 1 | -4/+4 | |
Because on zero they still not implimented. | |||||
2019-06-02 | Fix version check for packet ZC_PING | Andrei Karas | 1 | -1/+1 | |
2019-06-02 | Use new shortcuts packets in zero 2019-05-15 and main 2019-05-22 | Andrei Karas | 1 | -4/+4 | |
2019-06-02 | Use separate field hotkey_rowshift for each hotkeys group | Andrei Karas | 1 | -3/+8 | |
2019-06-02 | Update packet CZ_SHORTCUTKEYBAR_ROTATE | Andrei Karas | 1 | -5/+18 | |
2019-06-02 | Update packet CZ_SHORTCUT_KEY_CHANGE | Andrei Karas | 1 | -12/+29 | |
2019-06-02 | Update packet ZC_SHORTCUT_KEY_LIST | Andrei Karas | 1 | -12/+32 | |
2019-06-01 | Merge pull request #2375 from AnnieRuru/58-negative_input | Haru | 1 | -3/+12 | |
Allow *input script command to support negative input | |||||
2019-06-01 | Merge pull request #2433 from Asheraf/questinfomemfix | Haru | 1 | -9/+1 | |
Move questinfo data from map to npc_data | |||||
2019-05-08 | Merge pull request #2465 from 4144/updatepackets | Haru | 1 | -0/+2 | |
Fix packet ZC_SE_PC_BUY_CASHITEM_RESULT for old packet versions | |||||
2019-05-07 | Fix sending guild storage to client (Fixes #2463) | Andrei Karas | 1 | -1/+32 | |
2019-05-07 | Fix packet ZC_SE_PC_BUY_CASHITEM_RESULT for old packet versions | Andrei Karas | 1 | -0/+2 | |
2019-05-06 | Merge pull request #2460 from 4144/fix2459 | Haru | 1 | -3/+3 | |
Fix player name packet (Fixes #2459) | |||||
2019-05-06 | Fix player name packet (Fixes #2459) | Andrei Karas | 1 | -3/+3 | |
2019-05-06 | Move questinfo data from map to npc_data | Asheraf | 1 | -9/+1 | |
this will fix the issue where having multiple `questinfo()` blocks wont work properly | |||||
2019-05-06 | Merge pull request #2232 from guilherme-gm/201810-trap-visibility | Haru | 1 | -4/+3 | |
Added option to make hunter traps invisible | |||||
2019-05-05 | Implement Refine success/failure announcement feature | Ibrahim Zidan | 1 | -0/+18 | |
Currently as far as we know kRO only sends this on success in refining an item through the refinery ui, from level 10 all the way to 20. Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Implement Refinery UI | Ibrahim Zidan | 1 | -0/+87 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Add some missing trading flag checks | Andrei Karas | 1 | -4/+7 | |
2019-05-05 | Add missing checks for prevend flag | Andrei Karas | 1 | -6/+8 | |
2019-05-05 | Move packet ZC_SE_PC_BUY_CASHITEM_RESULT into separate function and convert ↵ | Andrei Karas | 1 | -8/+15 | |
to struct | |||||
2019-05-05 | Convert packet ZC_MERGE_ITEM_OPEN into struct and fix packet dates | Andrei Karas | 1 | -15/+19 | |
2019-05-05 | Convert packeet ZC_ACK_MERGE_ITEM into structure | Andrei Karas | 1 | -6/+7 | |
2019-05-05 | Move sending packet from clif_ackmergeitems into separate function | Andrei Karas | 1 | -35/+28 | |
2019-05-05 | Add packet ZC_ACK_CLOSE_ROULETTE | Andrei Karas | 1 | -0/+14 | |
2019-05-05 | Add char_id into struct guild_expulsion | Andrei Karas | 1 | -1/+2 | |
Also use char_id in packet ZC_BAN_LIST. | |||||
2019-05-05 | Update packet ZC_BAN_LIST | Andrei Karas | 1 | -22/+24 | |
2019-05-05 | Fix getting allow_party flag from client | Andrei Karas | 1 | -1/+1 | |
2019-05-05 | Force saving party allow flag on each packet change | Andrei Karas | 1 | -1/+8 | |
Also add configuration bit in save_settings flag for control it. | |||||
2019-05-05 | Remove fixme comment for reduce spam from lgtm ont github | Andrei Karas | 1 | -1/+1 | |
2019-05-05 | Add option for drop connection on disconnect packet from client | Andrei Karas | 1 | -1/+2 | |
New configuration option drop_connection_on_quit. | |||||
2019-05-05 | Imporve packet ZC_ROLE_CHANGE usage | Andrei Karas | 1 | -11/+15 | |
2019-05-05 | Update packet ZC_PARTY_CONFIG | Andrei Karas | 1 | -4/+7 | |
2019-05-05 | Use new name packet for monsters too | Andrei Karas | 1 | -19/+81 | |
2019-05-05 | Add into unit_data groupId and title | Andrei Karas | 1 | -0/+42 | |
Send this fields in packet ZC_ACK_REQNAME_TITLE. | |||||
2019-05-05 | Add packet ZC_ACK_REQNAME_TITLE | Andrei Karas | 1 | -29/+21 | |
2019-05-05 | Send old name packet for players if fake name or disquise used | Andrei Karas | 1 | -2/+2 | |
2019-05-05 | Rename packet_reqnameall_ack into PACKET_ZC_ACK_REQNAMEALL | Andrei Karas | 1 | -16/+16 | |
2019-05-05 | Fix packet version for pc name packet with title | Andrei Karas | 1 | -2/+2 | |
2019-05-05 | Add function clif_send_selforarea for send packet to self or area | Andrei Karas | 1 | -97/+25 | |
2019-05-05 | Split clif_blname_ack into function per type | Andrei Karas | 1 | -103/+320 | |
2019-05-05 | Before correct client disconnect send disconnect packet and flush socket | Andrei Karas | 1 | -1/+2 | |
2019-05-05 | Add packet ZC_LOAD_CONFIRM | Andrei Karas | 1 | -0/+12 | |
2019-05-05 | Fix last inventory name letter in packet ZC_INVENTORY_START | Andrei Karas | 1 | -1/+1 | |
2019-04-11 | Add 3 pc variables just for the input limit ... | AnnieRuru | 1 | -3/+12 | |
sd->npc_amount_min and sd->npc_amount_max to limit input range and sd->npc_input_capped_range because the documentation ask for it | |||||
2019-04-10 | Fix direct calls to clif_send in clif.c | Ibrahim Zidan | 1 | -5/+3 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> |