summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2018-07-24Implemented Title System.Dastgir9-95/+263
2018-07-24Implementation of the official Achievement System.smokexyz20-8/+545
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-24Add achievement source files.smokexyz3-2/+2165
Co-authored-by: "Dastgir" <dastgirp@gmail.com>
2018-07-24Merge pull request #2107 from Asheraf/questinfo_vecHaru9-94/+513
Questinfo System overhaul
2018-07-24Questinfo System overhaulAsheraf9-71/+497
2018-07-24Merge pull request #2130 from mekolat/reloadconstHaru2-15/+13
reload the const db on script reload
2018-07-24Convert questinfo data into a vectorAsheraf5-34/+27
2018-07-24Merge pull request #2088 from guilherme-gm/fix-ghostmonstersHaru5-2/+17
Fixed monsters not disappearing from some clients upon death
2018-07-23Merge pull request #2127 from sctnightcore/FixDateHaru1-1/+1
Fix date
2018-07-19Fixing detecting item id or item name in string.Andrei Karas3-7/+7
2018-07-19Add new constant MAX_ITEM_ID for maximum allowed item id.Andrei Karas4-24/+117
For clients older than 2018-07-04 Re maximum supported and enabled id is 65535 (0xffff). For newer clients miximum id is 2147483648. Enabled by default 131072 (0x20000)
2018-07-19Dont show non existing item id=0 errors in rodex.Andrei Karas1-3/+5
2018-07-19Changed MAX_ITEMDB to 0xFFFF.Andrei Karas1-1/+11
Also add ifndef to other defines near it.
2018-07-19Replace item id shorts to int in map server.Andrei Karas26-149/+162
2018-07-16Replace item id shorts to int in mmo.hAndrei Karas3-3/+3
2018-07-16Change all int item fields in packet structs into unsigned int.Andrei Karas1-41/+41
2018-07-16Fix issues found by coverity in last commits.Andrei Karas1-0/+4
2018-07-15Do attendace check only if packet requested open attendance ui (closes #2129).Andrei Karas1-11/+11
2018-07-15Update non shuffle packet sizes up to 2018-07-11.Andrei Karas1-0/+94
2018-07-15Clean all unused bits in packet 0x99b.Andrei Karas1-1/+1
2018-07-15Update message tables up to 2018-07-11.Andrei Karas3-10603/+10629
2018-07-15update other shuffle packets and encryption keys.Andrei Karas3-6/+12
2018-07-15Update shuffle packets and split re and main client shuffles due conflict.Andrei Karas4-300/+10001
2018-07-15Update struct packet_npc_market_result_ack.Andrei Karas1-0/+4
2018-07-15Update struct packet_npc_market_open.Andrei Karas1-0/+4
2018-07-15Fix packet limit in function clif_parse_CashShopReqTab.Andrei Karas1-1/+2
2018-07-15Update packet ZC_SEARCH_STORE_INFO_ACK.Andrei Karas2-25/+54
2018-07-15Update packet CZ_SEARCH_STORE_INFO.Andrei Karas4-26/+65
2018-07-15Update packet CZ_PC_BUY_CASH_POINT_ITEM.Andrei Karas2-17/+42
2018-07-15Update packet ZC_PC_CASH_POINT_ITEMLIST.Andrei Karas2-19/+39
2018-07-15Update packet ZC_MAKINGITEM_LIST.Andrei Karas2-18/+40
2018-07-15Update packet ZC_NOTIFY_WEAPONITEMLIST.Andrei Karas2-13/+34
2018-07-15Update packet ZC_REPAIRITEMLIST.Andrei Karas2-11/+34
2018-07-15Add enums into some rodex functions.Andrei Karas2-4/+6
2018-07-15Update packet ZC_READ_MAIL.Andrei Karas2-4/+13
2018-07-15Update packet ZC_MAKINGARROW_LIST.Andrei Karas2-6/+25
2018-07-15Update packet ZC_MAKABLEITEMLIST.Andrei Karas2-19/+40
2018-07-15Fix comment for clif_use_card.Andrei Karas1-1/+1
2018-07-15Fix comment in clif_item_identify_list.Andrei Karas1-1/+1
2018-07-15Update packet CZ_REQ_TRADE_BUYING_STORE.Andrei Karas4-18/+36
2018-07-15Update packet ZC_ACK_ITEMLIST_BUYING_STORE.Andrei Karas2-13/+37
2018-07-15Update packet ZC_PC_PURCHASE_ITEMLIST_FROMMC.Andrei Karas2-37/+59
2018-07-15Update packet ZC_MYITEMLIST_BUYING_STORE.Andrei Karas2-11/+34
2018-07-15Add missing status for clif_buyingstore_open_failed.Andrei Karas1-1/+2
2018-07-15Update packet CZ_REQ_OPEN_BUYING_STORE.Andrei Karas4-18/+38
2018-07-15Update packet CZ_PC_PURCHASE_ITEMLIST.Andrei Karas2-4/+20
2018-07-15Update packet ZC_PC_PURCHASE_ITEMLIST.Andrei Karas2-13/+34
2018-07-15Add missing statuses for clif_tradeitemok.Andrei Karas1-0/+2
2018-07-15update clif_tradestart.Andrei Karas1-3/+4
2018-07-15Add missing message to function clif_party_inviteack.Andrei Karas1-9/+11