Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2019-04-10 | Addition of missing nullpo check in clif_send and an assertion check for | Ibrahim Zidan | 1 | -6/+6 | |
zero/negatvie length values Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-04-10 | Rewrite clif_storageItems | Ibrahim Zidan | 1 | -24/+18 | |
- The maximum packetsize is now decided during compile time depending on client version which fixes an issue started with clients supporting int32 as itemid where packet size would underflow - The function now have a single loop that is easier to read and understand Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-04-07 | Merge pull request #2415 from AnnieRuru/76-showscript | Haru | 1 | -2/+2 | |
Add optional parameter for *showscript to send target to SELF only | |||||
2019-04-07 | Add packet CZ_STYLE_CLOSE | Andrei Karas | 1 | -0/+7 | |
2019-04-07 | Rename clif_charnameack into clif_blname_ack | Andrei Karas | 1 | -6/+6 | |
2019-04-07 | Open macro ui in client by request | Andrei Karas | 1 | -0/+12 | |
2019-04-07 | Add allow call option | Andrei Karas | 1 | -0/+3 | |
2019-04-07 | Add chat command /resetcooltime | Andrei Karas | 1 | -0/+9 | |
Add packet CZ_COOLDOWN_RESET. | |||||
2019-04-07 | Add ZC_PING and CZ_PING packets | Andrei Karas | 1 | -0/+51 | |
For supported packet version, from now server send ping packets to client. | |||||
2019-04-07 | Fix possible null pointers | Andrei Karas | 1 | -5/+15 | |
2019-04-07 | Add missing enum value for clif_feel_req | Andrei Karas | 1 | -0/+1 | |
2019-03-30 | Add optional parameter for *showscript to send target to SELF only | AnnieRuru | 1 | -2/+2 | |
- also remove the useless script_pushint | |||||
2019-03-11 | Merge pull request #2400 from Asheraf/stylist_update | Haru | 1 | -178/+14 | |
moving stylist into it's own interface | |||||
2019-03-11 | Add missing enum value for packet ZC_SEARCH_STORE_INFO_FAILED | Andrei Karas | 1 | -0/+1 | |
2019-03-11 | Update packet ZC_USESKILL_ACK | Andrei Karas | 1 | -1/+1 | |
2019-03-07 | moving stylist into it's own interface | Asheraf | 1 | -178/+14 | |
2019-02-11 | Change type for class variables from short to int | Andrei Karas | 1 | -3/+3 | |