summaryrefslogtreecommitdiff
path: root/src/map
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Fix some packets sizes.Andrei Karas1-18/+2
Was used wrong size from known two sizes.
2018-08-22Split packet CZ_REQ_STYLE_CHANGE to CZ_REQ_STYLE_CHANGE and ↵Andrei Karas4-6/+35
CZ_REQ_STYLE_CHANGE2.
2018-08-22Update messages list.Andrei Karas3-6/+10
2018-08-22Update non shuffle packets list.Andrei Karas1-0/+31
2018-08-22Update shuffle packets and keys.Andrei Karas5-10/+25
2018-08-11Supresses warning in skill_attack when MAGIC_REFLECTION_TYPE is 0.EyesOfAHawk1-0/+6
2018-08-07Fixed an achievement bug.Dastgir1-1/+1
ACH_ZENY_SPEND_* achievements were recording zeny in negative values. Thanks to Quazi for bringing this up.
2018-08-01reload the zone db on npc reloadgumi3-0/+30
2018-08-01Fix checks for enabled packet version zero.Andrei Karas1-4/+4
It affect most clients older than 2017.
2018-07-30push constants as C_NAME in the script buffergumi2-3/+10
2018-07-30always set the type when doing script->add_strgumi13-161/+210
2018-07-30Revert "temporary fix for getd (#2163)"gumi1-1/+1
This reverts commit 6696ad9eed9b95bf8abe135801d1fad03aeb40e6.
2018-07-30temporary fix for getd (#2163)v2018.07.29+1gumi1-1/+1
this will be reverted in the next release and a proper fix will be added
2018-07-29add atcommand_setzonegumi1-0/+58
2018-07-29add MF_TOWN to atcommand_mapflagCarlos Henrique1-1/+2
2018-07-29Merge pull request #2159 from 4144/initblHaru2-1/+9
Set all fields to 0 in fake bl's.
2018-07-29Merge pull request #2158 from mekolat/getdHaru1-1/+13
fix getd not setting the type to C_NAME for new variables
2018-07-29Merge pull request #2161 from dastgirp/fix/coverityHaru1-5/+2
Fix achievement issues
2018-07-29Merge pull request #2157 from Asheraf/achsellHaru1-2/+3
correct sell item achievement being validated after item is deleted
2018-07-29Fix issues reported by coverity scanDastgir1-5/+2
2018-07-29Set all fields to 0 in fake bl's.Andrei Karas2-1/+9
2018-07-28fix getd not setting the type to C_NAME for new variablesgumi1-1/+13
2018-07-28correct sell item achievement being validated after item is deletedAsheraf1-2/+3
2018-07-28Merge pull request #2155 from Asheraf/stydoramHaru2-0/+7
Add support for doram restriction in stylist shop
2018-07-28Merge pull request #2148 from MishimaHaruna/splasher-double-gemstoneHaru1-0/+5
Fix Venom Splasher consuming its gemstome requirement twice
2018-07-28Fix values in enum private_airship.Andrei Karas1-2/+2
2018-07-28Update packet CZ_NPC_MARKET_PURCHASE.Andrei Karas1-0/+4
2018-07-28Add packet ZC_GROUP_ISALIVE.Andrei Karas4-1/+31
2018-07-28Add missing field into packet ZC_NPCACK_SERVERMOVE.Andrei Karas3-4/+13
2018-07-28Fix check for packet 0xa43 and related packets.Andrei Karas2-9/+6
2018-07-28Update struct for packet CZ_REQ_OPEN_MAIL.Andrei Karas2-3/+4
2018-07-28Update packet ZC_WARPLIST.Andrei Karas3-16/+55
2018-07-28Fix packet version for packets 0xacb and 0xacc.Andrei Karas1-6/+5
2018-07-28Add support for chat commands /changedress and /nocosplay for remove costumesAndrei Karas4-2/+24
Also add at command for remove costumes @changedress and @nocosplay. Thanks @Lemongrass3110 and @Everade.
2018-07-28Add over weight packet.Andrei Karas4-0/+21
Thanks @functor-x
2018-07-28Update packets and keys up to 2018-07-25.Andrei Karas6-11/+23
2018-07-28Update messages table up to 2018-07-25.Andrei Karas3-10611/+10662
Also change latest version from numeric to word "latest" to reduce git history changes in future updates.
2018-07-28Merge pull request #2147 from MishimaHaruna/fixcooldownHaru1-10/+4
Fix an issue that causes skill cooldowns to get stuck indefinitely
2018-07-28Merge pull request #2067 from dastgirp/1-achievementHaru23-73/+2941
Implemented Achievement System and Title System
2018-07-27Add support for doram restriction in stylist shopAsheraf2-0/+7
2018-07-26make is_function work with any command typegumi1-6/+46
2018-07-26Fix Venom Splasher consuming its gemstome requirement twiceHaru1-0/+5
Fixes #1837 Signed-off-by: Haru <haru@dotalux.com>
2018-07-26Fix an issue that causes skill cooldowns to get stuck indefinitelyHaru1-10/+4
A cooldown timer could expire before the associated character's data gets added to the ID/PC DB, causing skill_blockpc_end() to be unable to find and clear the cooldown data. This commit moves the cooldown loading function to a safe place, after the character data is initialized and added to the DB. Fixes #1535 Signed-off-by: Haru <haru@dotalux.com>
2018-07-26Merge pull request #2143 from dastgirp/plugin/unit_layoutHaru2-3/+3
Added missing parameter to init_unit_layout_unknown
2018-07-25bake sprintf into debugmesgumi1-4/+13
2018-07-25Merge pull request #2093 from AnnieRuru/47-MAX_ARRAYSIZEHaru2-3/+3
Fix SCRIPT_MAX_ARRAYSIZE
2018-07-25Merge pull request #2138 from Asheraf/stylistupdateHaru5-5/+25
Add support for bodystyle in stylist shop ui
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>