Commit Graph

  • d708fb35d7 * Move close3 function into Global_Functions.txt * Added mapflag for some instance Atemo 2017-11-25 21:42:03 +01:00
  • 7dda8c6930 adding debug message and edit functoin name sader fawall 2017-11-25 22:31:50 +02:00
  • 5f71590837 Corrected Magical Ring bonus * Fixes #2635. * Should add ATK versus element and not add DEF against element. Thanks to @uddevil! aleos 2017-11-25 11:45:38 -05:00
  • e2e5b2a47f packet.h clarification sader fawall 2017-11-25 18:33:32 +02:00
  • b96faae67d Corrected Gray and Thanatos equipment sets * Fixes #2636. * Corrected display names. * Corrected applicable jobs. * Corrected item bonuses. Thanks to @mazvi! aleos 2017-11-25 11:00:03 -05:00
  • 5a1e6a2354 Add few expected result as comment. Add recursion test to spinlock. (could be separated but bahh) Change vctoolset to v120 (vs2013) lighta 2017-11-25 00:01:59 -04:00
  • ed401667d8 Fix #2591 spinlock issue. Add basic_test, for few integration test. lighta 2017-11-24 22:44:35 -04:00
  • 2ac5aab258 edit sader fawall 2017-11-24 18:33:30 +02:00
  • 0248e0bcf2 Endless Tower sader fawall 2017-11-24 02:04:48 +02:00
  • 2226babb56 Instance Entry Functoin sader fawall 2017-11-24 01:57:44 +02:00
  • 93cf7d28a6 Merge 06af47bb4286f860ba9bcc65ea78d5fafab569db into 114bebac68df32e3d9eda3452abff1cd2b75500a sader fawall 2017-11-23 23:47:26 +00:00
  • 06af47bb42
    Merge branch 'master' into Instance-Enter-Functoin sader fawall 2017-11-24 01:47:24 +02:00
  • eb3449d74f Instance Enter Function sader fawall 2017-11-24 01:32:44 +02:00
  • 114bebac68 Corrected a potential map crash with achievements * Follow up to 1c66035. * Reverted a lambda function which was causing a mismatch between achievement vectors and player achievements. Thanks to @reymarbc and @cydh! aleos 2017-11-23 16:40:06 -05:00
  • 03da2f6854 Fix tools/config.pl lighta 2017-11-20 18:29:31 -05:00
  • cdbb14b90d
    Resolved a compile warning on pre-renewal (#2625) Aleos 2017-11-21 17:35:32 -05:00
  • d62cc55a7b Resolved a compile warning on pre-renewal * Fixes #2624. * Resolves a switch statement warning with only a default case for pre-renewal builds. Thanks to @Daegaladh! aleos89 2017-11-21 14:06:51 -05:00
  • 3ce3bc3fed Added a new Vending Tax config * Follow up to 8e002bc. * Added vending_tax_min which allows for defining a custom minimum value to apply taxes to. Thanks to @cydh's suggestion! aleos89 2017-11-21 10:27:18 -05:00
  • 6fdb605932 Corrected Hell Inferno Dark damage behavior * Follow up to dc2c51c. * Fixes #2623. * Resolved the Dark damage not being flagged properly. Thanks to @Sweet520 and @hartonox! aleos89 2017-11-21 09:36:52 -05:00
  • ead1ed9100 Fixed typo in Weapons Expert BK (issue #2619) follow up 08338e0a64 (diff-2b9b79c7ee5796ba7f5073001e69aa06) Atemo 2017-11-21 14:40:08 +01:00
  • b2d904b764 Follow up to ba9314cba590f831c88b7a6a69afb62f4d51fe59 Jey 2017-11-21 12:35:51 +01:00
  • 8e002bc993
    Adjusting Vending tax to match official (#2620) Aleos 2017-11-20 22:07:55 -05:00
  • 5c1678b3b6 Follow up to 6c5f1b1 * Changed tax calculation function from void with pass-by-reference to double. * Adjusted default config to allow for no taxes. Thanks to @Jeybla's input! aleos 2017-11-20 21:45:27 -05:00
  • 1c66035761
    Refactored achievements to utilize C++ features (#2607) Aleos 2017-11-20 21:34:16 -05:00
  • 6c5f1b1f19 Adjusting Vending tax to match official * Fixes #2528. * There are no taxes on items being sold for less than 100 million. Anything above incurs a 5% tax. * Refactored the tax code to use a single function. Thanks to @mazvi! aleos 2017-11-20 16:57:43 -05:00
  • ca1b980ede
    Fixed issue #2616 and #2617 (#2618) Atemo 2017-11-20 18:15:36 +01:00
  • b11b8d2cd3 Fixed issue #2616 and #2617 * Added savepoint from int_land -> izlude * Updated monsters spawn in prt_fild08 based from Divine Pride Atemo 2017-11-20 17:24:11 +01:00
  • 60b5491766 Fixed compilation for the Windows XP API (#2611) Lemongrass3110 2017-11-20 06:30:31 +01:00
  • 4de727efbc Changed minimum VS version to VS 2013 SP5 (#2610) Lemongrass3110 2017-11-19 18:33:33 +01:00
  • a2e8d02752 Respect the default platform toolset (#2609) Lemongrass3110 2017-11-19 18:19:36 +01:00
  • a49a1a52a3 Fixed a compiler warning due to a wrong include Lemongrass3110 2017-11-19 04:11:29 +01:00
  • 8fe16ca6d5 Follow up to 1718e35 * Resolved an incorrect merge. aleos 2017-11-18 22:03:14 -05:00
  • 3645395a4f
    Merge branch 'master' into cleanup/renewal_aspd Aleos 2017-11-18 21:50:56 -05:00
  • 05788cd49c Reverted line deletion Lemongrass3110 2017-11-19 03:45:14 +01:00
  • 1718e35faf
    Merge branch 'master' into refactor/achievements Aleos 2017-11-18 21:44:03 -05:00
  • 796dfe8d5a Moved Windows Vista declaration up Lemongrass3110 2017-11-19 03:43:51 +01:00
  • d2c9610b2b Fixed Windows version initialization Lemongrass3110 2017-11-19 03:17:07 +01:00
  • f8529d69c0 Fixed compilation for the Windows XP API Lemongrass3110 2017-11-19 02:37:41 +01:00
  • 28d0651951 Changed minimum VS version to VS 2013 SP5 Lemongrass3110 2017-11-19 01:31:05 +01:00
  • e4d48b073d Merge c89ceb1992f84ea7819c15ce141d58c9b76bfdfa into b2ab9724feadfd2682b82dc61b4eacf380cd863b psychonaut04 2017-11-19 00:24:27 +00:00
  • b2ab9724fe
    Implemented new monster range (#2604) Lemongrass3110 2017-11-19 01:22:29 +01:00
  • 9f8b0b0d7c Respect the default platform toolset Lemongrass3110 2017-11-19 00:58:20 +01:00
  • 90c2e301ff Review amendments Lemongrass3110 2017-11-18 23:52:38 +01:00
  • 584fc33851 Minor cleanups * Resolved a format issue within the achievement database. * Adjusted the lambda function to use references. * Resolved some issues with the achievement parser. * Removed unneeded comments. * Added documentation to functions. aleos 2017-11-18 17:15:57 -05:00
  • 34817c9715 Adds auto parse of consts in convert_emotions. Jey 2017-11-18 21:02:11 +01:00
  • 4f62f68e0f Extends convert_emotions script Jey 2017-11-18 19:03:17 +01:00
  • 1133a49d5f Updated emotion for character (follow up 508a513122) Atemo 2017-11-17 17:07:19 +01:00
  • fc57f7ae0d Merge 01761545a98a5678cbf2febd749498ae4ed5bc16 into c5ceda03f5ddd91632d5ecabc5bc09cb598e2fdc Balfear 2017-11-17 15:15:12 +00:00
  • 252dba5eaa Fix typo in achievement_check_condition lighta 2017-11-17 05:11:29 -05:00
  • c5ceda03f5 Shebang of conv_emotion to be platform independent Jey 2017-11-17 10:34:38 +01:00
  • 508a513122 Updated emotion calls in phantasmagorica npcs Jey 2017-11-17 10:28:32 +01:00
  • 29ea3c18a6 Merge branch 'master' into script/phantasmagorika Jey 2017-11-17 09:33:43 +01:00
  • ccbd6d360a Merge branch 'master' into feature/mob_db_range2 Jey 2017-11-17 01:19:13 +01:00
  • 1a7f2db6a9 SQL synchronization rAthenaAPI 2017-11-16 21:38:45 +01:00
  • 50ef5650a0 Wickebine's Black Cat Ears (#2606) Haziel 2017-11-16 18:38:26 -02:00
  • e148bd3a63 Follow up to ba9314cba590f831c88b7a6a69afb62f4d51fe59 Jey 2017-11-16 11:17:58 +01:00
  • 9d68598ee0 Fix leak on ach_reward lighta 2017-11-15 23:50:09 -05:00
  • a374e6442a Achievement with smart pointer. lighta 2017-11-15 22:42:34 -05:00
  • 89232dfe46 Resolved some memleaks aleos 2017-11-15 20:15:50 -05:00
  • 5367e03e69 Merge 87a25e9ff658860df987ccaaadbc342f3cb64dbd into ba9314cba590f831c88b7a6a69afb62f4d51fe59 Lemongrass3110 2017-11-16 01:03:20 +00:00
  • ba9314cba5
    Fixes spawn infos after mobdb reload. (#2469) Jeybla 2017-11-16 02:02:37 +01:00
  • 46db0bb318 Refactored achievements to utilize C++ features * Cleaned up the YAML parser. * Moved achievements from DBMap to an unordered_map. * Moved achievement targets from DBMap to a vector. * Changed all struct arrays into vectors. * Changed all char arrays to strings. * Removed achievement_dummy as it's no longer needed. aleos 2017-11-15 18:45:58 -05:00
  • 1725eb8608 Merge branch 'master' into hotfix/issue2360 Jey 2017-11-16 00:43:45 +01:00
  • 4e007978c0 Effect Format Fix Haziel 2017-11-15 20:41:03 -03:00
  • 610a0a180d Wickebine's Black Cat Ears Haziel 2017-11-15 20:08:40 -03:00
  • 87a25e9ff6 Fixed missing item effect Lemongrass3110 2017-11-15 23:15:20 +01:00
  • 76382debe8 Replaced almost all references to MAX_MOB_DB Lemongrass3110 2017-11-15 22:15:32 +01:00
  • 9766ec9489 Corrected Free Cast and Exceed Break walk speed * Fixes #2599. * Follow up to 1f7a314. Thanks to @mazvi and @uddevil! aleos 2017-11-14 20:08:49 -05:00
  • 90f79cc2c5 SQL synchronization rAthenaAPI 2017-11-14 16:39:47 +01:00
  • c4ce8cfeba Item DB Fix: Part I (#2602) Haziel 2017-11-14 13:39:38 -02:00
  • 8994774928 Removes typedefs Jey 2017-11-14 01:10:33 +01:00
  • 6162f28a2f Fixed a typo in achievement logic Lemongrass3110 2017-11-14 01:07:27 +01:00
  • 9819ce303e Dropped mobdb_exists Lemongrass3110 2017-11-14 00:59:08 +01:00
  • a32da7acf4 Implemented new monster range Lemongrass3110 2017-11-14 00:47:58 +01:00
  • 927c95ad48 Partly revert 6549c379cdd488528cd2fe7ed670dde957fb7e8b Jey 2017-11-14 00:43:43 +01:00
  • c20d1cc3e9 Follow up to 243f4ca Lemongrass3110 2017-11-13 21:04:23 +01:00
  • 243f4ca3be Support for 2017-10-25 and 2017-11-01 Lemongrass3110 2017-11-13 20:51:31 +01:00
  • 825ceee60a
    Merge branch 'master' into cleanup/renewal_aspd Aleos 2017-11-13 13:50:27 -05:00
  • 34618fc70b Valhalla Idol Haziel 2017-11-13 15:46:18 -03:00
  • e5e10f811a Revert "Valhalla Idol" Haziel 2017-11-13 15:41:56 -03:00
  • 8e5e965f38 Valhalla Idol Haziel 2017-11-13 15:41:02 -03:00
  • 805a6fb69a
    Updated Heal formulas to match kRO (#2585) Aleos 2017-11-13 13:02:39 -05:00
  • 576d48865d
    Adds Emotion Conversion Script (#2600) Jeybla 2017-11-13 16:39:14 +01:00
  • b1a1fecc05 Expanded documentation aleos89 2017-11-13 10:15:44 -05:00
  • c822fb1683 Merge 2fca04d7daaca0014ed36a7de2cbb593378fb8ed into da0883572d09956263e4cd8f927a69b42492b217 Aleos 2017-11-13 15:00:03 +00:00
  • da0883572d
    Small cleanup of Rune Knight Runes (#2596) Aleos 2017-11-13 09:59:24 -05:00
  • cd08915530 Follow up to ea88ea50546fd140bda875056f83a60b6b0bef96 Jey 2017-11-13 09:58:57 +01:00
  • e7b64281b3 Merge branch 'master' into emotion_test Jey 2017-11-13 00:23:04 +01:00
  • cfaf520bba Adds docstring. Jey 2017-11-13 00:20:53 +01:00
  • d8287ea3f2 Replace Emotions update Jey 2017-11-13 00:09:32 +01:00
  • 19d3137340 Script for emotion conversion Jey 2017-11-12 17:55:51 +01:00
  • 9635a1344b Small cleanups * Shortened weapon check for Stone Hard Skin. * Corrected weapon break chance to only happen when damage is increased for Giant Growth. Thanks to @Jeybla and @Rytech2! aleos 2017-11-11 16:44:22 -05:00
  • 6549c379cd Using std::map instead of vector for Spawns Jey 2017-11-11 03:39:37 +01:00
  • 3e47448818 Simplifies get_spawns() Jey 2017-11-11 02:18:31 +01:00
  • c6fe9e9cde Update warper NPC (#2542) sader fawall 2017-11-10 20:42:56 +02:00
  • 333d978a9d SQL synchronization rAthenaAPI 2017-11-10 19:22:16 +01:00
  • e0b43ecc93 Corrected Mavka Card item bonus (#2597) Aleos 2017-11-10 13:22:00 -05:00
  • ea88ea5054
    Emoticons constant name (#2527) Atemo 2017-11-10 18:35:21 +01:00
  • ed133e75bc Corrected Mavka Card item bonus * Fixes #2594. * The item bonus should increase MATK damage for Fire and Earth. Thanks to @uddevil! aleos 2017-11-10 12:06:50 -05:00
  • 7999f936f2 Small cleanup of Rune Knight Runes * Stone Hard Skin weapon break chance only applies to physical melee attacks. * Giant Growth's physical bonus damage only applies to Rune Knights. Thanks to @Rytech2! aleos 2017-11-10 10:13:43 -05:00