Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-04 | Add packet ZC_LAPINEUPGRADE_RESULT | Andrei Karas | 1 | -0/+6 | |
2020-05-04 | Add packet CZ_LAPINEUPGRADE_MAKE_ITEM (unimplimented) | Andrei Karas | 1 | -0/+1 | |
2020-05-04 | Add packet CZ_LAPINEUPGRADE_CLOSE | Andrei Karas | 1 | -0/+1 | |
2020-05-04 | Add packet ZC_LAPINEUPGRADE_OPEN | Andrei Karas | 1 | -0/+1 | |
2020-05-04 | Add missing functions for name ack packets | Andrei Karas | 1 | -0/+2 | |
2020-02-09 | Add a function to send PACKET_ZC_STATE_CHANGE to a single target | Asheraf | 1 | -0/+1 | |
2020-02-09 | Add expanded barter shop packets | Andrei Karas | 1 | -0/+2 | |
2020-02-09 | Add packet CZ_NPC_EXPANDED_BARTER_CLOSE | Andrei Karas | 1 | -0/+1 | |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-01-09 | Update packet CZ_SE_CASHSHOP_OPEN to latest version | Andrei Karas | 1 | -1/+3 | |
2020-01-09 | Move packet ZC_SE_CASHSHOP_OPEN into separate function | Andrei Karas | 1 | -0/+1 | |
And update to latest packet. | |||||
2019-12-12 | Add script function specialeffectnum | Andrei Karas | 1 | -0/+1 | |
2019-12-12 | Add new version for packet ZC_NOTIFY_EFFECT3 and convert to structure | Andrei Karas | 1 | -1/+1 | |
2019-11-17 | Merge pull request #2577 from Asheraf/dehardcodestatusicons | Haru | 1 | -2/+2 | |
Dehardcode Status Icons | |||||
2019-11-14 | Add packet CZ_REQ_MOUNTOFF | Andrei Karas | 1 | -0/+11 | |
2019-11-06 | Dehardcode Status Icons | Asheraf | 1 | -2/+2 | |
2019-10-06 | Updates status changes to also keep their total time | Guilherme Menaldo | 1 | -1/+2 | |
- This allows clients to continue the "timer" display after you login again | |||||
2019-09-23 | Implementation of LapineDdukDdak System | Asheraf | 1 | -0/+10 | |
2019-09-22 | Implementation of new guild ui client features | Asheraf | 1 | -0/+12 | |
2019-09-18 | Use enum battle_dmg_type in related functions | Andrei Karas | 1 | -3/+4 | |
2019-08-21 | Update skill related packets for zero | Andrei Karas | 1 | -1/+1 | |
2019-08-21 | Add new version for packet ZC_NPC_MARKET_PURCHASE_RESULT | Andrei Karas | 1 | -1/+21 | |
Also add enum for result field in packet ZC_NPC_MARKET_PURCHASE_RESULT | |||||
2019-08-21 | Convert ZC_SKILLINFO_LIST into struct. Add new packet version | Andrei Karas | 1 | -0/+2 | |
2019-07-24 | Update ZC_ACK_RANKING for new clients | Andrei Karas | 1 | -0/+1 | |
2019-07-24 | Use struct for packet ZC_ACK_RANKING | Andrei Karas | 1 | -0/+2 | |
2019-06-02 | Update packet CZ_SHORTCUTKEYBAR_ROTATE | Andrei Karas | 1 | -1/+2 | |
2019-06-02 | Update packet CZ_SHORTCUT_KEY_CHANGE | Andrei Karas | 1 | -1/+2 | |
2019-06-02 | Update packet ZC_SHORTCUT_KEY_LIST | Andrei Karas | 1 | -1/+2 | |
2019-05-05 | Implement Refine success/failure announcement feature | Ibrahim Zidan | 1 | -0/+1 | |
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/+6 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | Move packet ZC_SE_PC_BUY_CASHITEM_RESULT into separate function and convert ↵ | Andrei Karas | 1 | -0/+1 | |
to struct | |||||
2019-05-05 | Add missing value into enum CASH_SHOP_BUY_RESULT | Andrei Karas | 1 | -0/+1 | |
2019-05-05 | Move sending packet from clif_ackmergeitems into separate function | Andrei Karas | 1 | -0/+1 | |
2019-05-05 | Add packet ZC_ACK_CLOSE_ROULETTE | Andrei Karas | 1 | -0/+1 | |
2019-05-05 | Imporve packet ZC_ROLE_CHANGE usage | Andrei Karas | 1 | -0/+1 | |
2019-05-05 | Use new name packet for monsters too | Andrei Karas | 1 | -0/+3 | |
2019-05-05 | Add function clif_send_selforarea for send packet to self or area | Andrei Karas | 1 | -0/+1 | |
2019-05-05 | Split clif_blname_ack into function per type | Andrei Karas | 1 | -0/+9 | |
2019-05-05 | Add packet ZC_LOAD_CONFIRM | Andrei Karas | 1 | -0/+1 | |
2019-04-10 | Rewrite clif_storageItems | Ibrahim Zidan | 1 | -0/+5 | |
- 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 | -1/+1 | |
Add optional parameter for *showscript to send target to SELF only | |||||
2019-04-07 | Add packet CZ_STYLE_CLOSE | Andrei Karas | 1 | -0/+1 | |
2019-04-07 | Rename clif_charnameack into clif_blname_ack | Andrei Karas | 1 | -1/+1 | |
2019-04-07 | Add allow call option | Andrei Karas | 1 | -1/+1 | |
2019-04-07 | Add chat command /resetcooltime | Andrei Karas | 1 | -0/+1 | |
Add packet CZ_COOLDOWN_RESET. | |||||
2019-04-07 | Add ZC_PING and CZ_PING packets | Andrei Karas | 1 | -0/+4 | |
For supported packet version, from now server send ping packets to client. | |||||
2019-03-30 | Add optional parameter for *showscript to send target to SELF only | AnnieRuru | 1 | -1/+1 | |
- also remove the useless script_pushint | |||||
2019-03-11 | Merge pull request #2400 from Asheraf/stylist_update | Haru | 1 | -21/+0 | |
moving stylist into it's own interface | |||||
2019-03-11 | Add missing value into enum BATTLEGROUNDS_QUEUE_ACK | Andrei Karas | 1 | -13/+15 | |
2019-03-07 | moving stylist into it's own interface | Asheraf | 1 | -21/+0 | |