Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-22 | Add packet ZC_GUILD_POSITION. | Andrei Karas | 1 | -0/+45 | |
2018-08-22 | Add packet ZC_EQUIPWIN_MICROSCOPE_V7. | Andrei Karas | 1 | -0/+3 | |
2018-08-22 | Split packet CZ_REQ_STYLE_CHANGE to CZ_REQ_STYLE_CHANGE and ↵ | Andrei Karas | 1 | -2/+22 | |
CZ_REQ_STYLE_CHANGE2. | |||||
2018-08-01 | Fix checks for enabled packet version zero. | Andrei Karas | 1 | -4/+4 | |
It affect most clients older than 2017. | |||||
2018-07-30 | always set the type when doing script->add_str | gumi | 1 | -25/+25 | |
2018-07-29 | Set all fields to 0 in fake bl's. | Andrei Karas | 1 | -1/+2 | |
2018-07-28 | Merge pull request #2155 from Asheraf/stydoram | Haru | 1 | -0/+6 | |
Add support for doram restriction in stylist shop | |||||
2018-07-28 | Add packet ZC_GROUP_ISALIVE. | Andrei Karas | 1 | -0/+15 | |
2018-07-28 | Add missing field into packet ZC_NPCACK_SERVERMOVE. | Andrei Karas | 1 | -2/+11 | |
2018-07-28 | Fix check for packet 0xa43 and related packets. | Andrei Karas | 1 | -4/+3 | |
2018-07-28 | Update struct for packet CZ_REQ_OPEN_MAIL. | Andrei Karas | 1 | -1/+1 | |
2018-07-28 | Update packet ZC_WARPLIST. | Andrei Karas | 1 | -14/+32 | |
2018-07-28 | Fix packet version for packets 0xacb and 0xacc. | Andrei Karas | 1 | -6/+5 | |
2018-07-28 | Add support for chat commands /changedress and /nocosplay for remove costumes | Andrei Karas | 1 | -0/+12 | |
Also add at command for remove costumes @changedress and @nocosplay. Thanks @Lemongrass3110 and @Everade. | |||||
2018-07-28 | Add over weight packet. | Andrei Karas | 1 | -0/+14 | |
Thanks @functor-x | |||||
2018-07-28 | Merge pull request #2067 from dastgirp/1-achievement | Haru | 1 | -63/+294 | |
Implemented Achievement System and Title System | |||||
2018-07-27 | Add support for doram restriction in stylist shop | Asheraf | 1 | -0/+6 | |
2018-07-25 | Merge pull request #2138 from Asheraf/stylistupdate | Haru | 1 | -3/+9 | |
Add support for bodystyle in stylist shop ui | |||||
2018-07-24 | Implemented Title System. | Dastgir | 1 | -94/+121 | |
2018-07-24 | Implementation of the official Achievement System. | smokexyz | 1 | -1/+205 | |
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-24 | add support for PACKETVER >= 20180704 pet evolution | Asheraf | 1 | -0/+1 | |
2018-07-24 | Questinfo System overhaul | Asheraf | 1 | -8/+3 | |
2018-07-24 | Convert questinfo data into a vector | Asheraf | 1 | -2/+2 | |
2018-07-24 | Merge pull request #2088 from guilherme-gm/fix-ghostmonsters | Haru | 1 | -2/+13 | |
Fixed monsters not disappearing from some clients upon death | |||||
2018-07-19 | Fixing detecting item id or item name in string. | Andrei Karas | 1 | -2/+2 | |
2018-07-19 | Dont show non existing item id=0 errors in rodex. | Andrei Karas | 1 | -3/+5 | |
2018-07-19 | Replace item id shorts to int in map server. | Andrei Karas | 1 | -9/+10 | |
2018-07-19 | Add support for bodystyle in stylist shop ui | Asheraf | 1 | -3/+9 | |
2018-07-15 | Do attendace check only if packet requested open attendance ui (closes #2129). | Andrei Karas | 1 | -11/+11 | |
2018-07-15 | Update shuffle packets and split re and main client shuffles due conflict. | Andrei Karas | 1 | -0/+2 | |
2018-07-15 | Fix packet limit in function clif_parse_CashShopReqTab. | Andrei Karas | 1 | -1/+2 | |
2018-07-15 | Update packet ZC_SEARCH_STORE_INFO_ACK. | Andrei Karas | 1 | -25/+26 | |
2018-07-15 | Update packet CZ_SEARCH_STORE_INFO. | Andrei Karas | 1 | -20/+33 | |
2018-07-15 | Update packet CZ_PC_BUY_CASH_POINT_ITEM. | Andrei Karas | 1 | -17/+17 | |
2018-07-15 | Update packet ZC_PC_CASH_POINT_ITEMLIST. | Andrei Karas | 1 | -19/+18 | |
2018-07-15 | Update packet ZC_MAKINGITEM_LIST. | Andrei Karas | 1 | -18/+21 | |
2018-07-15 | Update packet ZC_NOTIFY_WEAPONITEMLIST. | Andrei Karas | 1 | -13/+17 | |
2018-07-15 | Update packet ZC_REPAIRITEMLIST. | Andrei Karas | 1 | -11/+17 | |
2018-07-15 | Add enums into some rodex functions. | Andrei Karas | 1 | -2/+2 | |
2018-07-15 | Update packet ZC_READ_MAIL. | Andrei Karas | 1 | -1/+5 | |
2018-07-15 | Update packet ZC_MAKINGARROW_LIST. | Andrei Karas | 1 | -6/+11 | |
2018-07-15 | Update packet ZC_MAKABLEITEMLIST. | Andrei Karas | 1 | -19/+24 | |
2018-07-15 | Fix comment for clif_use_card. | Andrei Karas | 1 | -1/+1 | |
2018-07-15 | Fix comment in clif_item_identify_list. | Andrei Karas | 1 | -1/+1 | |
2018-07-15 | Update packet CZ_REQ_TRADE_BUYING_STORE. | Andrei Karas | 1 | -13/+12 | |
2018-07-15 | Update packet ZC_ACK_ITEMLIST_BUYING_STORE. | Andrei Karas | 1 | -13/+17 | |
2018-07-15 | Update packet ZC_PC_PURCHASE_ITEMLIST_FROMMC. | Andrei Karas | 1 | -37/+25 | |
2018-07-15 | Update packet ZC_MYITEMLIST_BUYING_STORE. | Andrei Karas | 1 | -11/+15 | |
2018-07-15 | Add missing status for clif_buyingstore_open_failed. | Andrei Karas | 1 | -1/+2 | |
2018-07-15 | Update packet CZ_REQ_OPEN_BUYING_STORE. | Andrei Karas | 1 | -13/+13 | |