Commit Graph

  • fd1d915e08 Fixed AG_GET_ZENY achievement group trigger * The trigger was being called when spending Zeny but it should be called when gaining Zeny. Thanks to @Akkarinage! aleos 2017-04-10 19:43:19 -04:00
  • 5c9df520c0 Corrected a few Summoner skills * Silvervine Root Twist will now take affect 1 second after being casted. * Corrected Doram Hide to be targeted by Insect, Demon, and Boss monsters. * Updated Bite Scar damage formula. Thanks to @Atemo and @feltenc! aleos 2017-04-10 19:31:49 -04:00
  • 100d71e659 Remove password outputs on login server console (#2052) Lemongrass3110 2017-04-11 00:23:03 +02:00
  • bcb87514c0 follow up to 39e54d6 hazimjauhari90 2017-04-11 05:56:46 +08:00
  • 780ebd16db Fixed debug output for missing char server tables Lemongrass3110 2017-04-10 22:02:35 +02:00
  • 12d41124ac Merge branch 'master' into script_update/faceworm_instance Lemongrass3110 2017-04-10 21:57:28 +02:00
  • 46abb39953 Merge branch 'master' into script_update/faceworm_instance Lemongrass3110 2017-04-10 21:54:47 +02:00
  • 51aefa1234 Cleaned up achievement SQL info * Removed column comment. aleos 2017-04-10 13:12:01 -04:00
  • 398619556a Update dts_warper.txt moc_ruins wrong id. (#2038) Liam Mitchell 2017-04-11 05:04:58 +12:00
  • 0c2ccc77c7 Added script command getfreecell * The command can randomly find a free cell on the given map and store the references to the found cell in the given variables. * Check out the script commands documentation for more information. Thanks to @Tokeiburu! aleos 2017-04-10 10:45:33 -04:00
  • 425c0a6f09 SQL synchronization rAthenaAPI 2017-04-10 16:33:11 +02:00
  • f57f3e7db1 Added missing quest ID in quest_db.txt (#2033) hazimjauhari90 2017-04-10 22:33:04 +08:00
  • e525ac3682 Cleanup of the title clif functions Lemongrass3110 2017-04-10 01:04:07 +02:00
  • 6ff421aa3e Couple more achievement system fixes * Added missing script command define achievementremove. * Added achievement table to the upgrade file. * Fixed the achievement score not displaying after relog. Thanks to @anacondaqq, @Atemo, and @Tokeiburu! aleos 2017-04-09 18:57:59 -04:00
  • eee6f0cf4c Fixed the title selection issue Lemongrass3110 2017-04-10 00:52:05 +02:00
  • 6f8caac0ac Remove password outputs on login server console Lemongrass3110 2017-04-10 00:16:08 +02:00
  • 112c9c0b10 Capped a few fields for mob info script commands Lemongrass3110 2017-04-09 23:47:57 +02:00
  • efdbd54606 Fixed titles to change on selection * Added the missing packet parse function to the packet database. Thanks to @sikiro and @anacondaqq! aleos 2017-04-09 02:28:12 -04:00
  • 300a122249 Cleaned up achievement_mobexists * Small follow up to a8b153f. * Added a battle config check for when the achievement system is disabled and killing monsters. * Moved the achievement_mob struct to the header. aleos 2017-04-08 23:26:41 -04:00
  • def470c4a1 Tweaked dts_warper. Liam Mitchell 2017-04-09 13:23:03 +12:00
  • 3cf6994f5b Fixed achievement rewards * Adjusted the reward parser to not parse for the array format. Thanks to @sikiro and @anacondaqq! aleos 2017-04-08 12:50:22 -04:00
  • edb5612688 Clarified achievement packet comments * Clarified a few comments that were misleading. Thanks to @Smokexyz! aleos 2017-04-08 10:24:00 -04:00
  • a8b153fbd1 Added checks for the achievement setting * Added a couple more checks for the feature_achievement battle config. aleos89 2017-04-07 12:52:03 -04:00
  • 82f3d22f1f Fixed a final parse error * Follow up to 5fcb23e. aleos89 2017-04-07 12:25:30 -04:00
  • 1f2a933e20 Fixed an incorrect forwarded variable type * Follow up to 5fcb23e. aleos89 2017-04-07 12:22:59 -04:00
  • 5fcb23e850 Fixed a couple more issues * Follow up to b3510c9. * Fixed a final compile warning. * Commented out the AG_ADVENTURE mobs that aren't defined in the mob database yet. aleos89 2017-04-07 12:19:23 -04:00
  • b3510c9a0a Cleaned up compile warnings/errors * Follow up to 286a887. * Cleaned up some compile warnings and errors reported by Travis. aleos89 2017-04-07 10:56:59 -04:00
  • 286a88762f Initial release of the Achievement System * Information based on kRO patch notes. - http://ro.gnjoy.com/news/update/View.asp?seq=163&curpage=1 * Includes Title System which is integrated into the Achievement System. * Thanks to @RagnarokNova and @Tokeiburu for their help! aleos89 2017-04-07 10:40:04 -04:00
  • 37255bb624 update to the intro (renewal) hazimjauhari90 2017-04-07 20:38:32 +08:00
  • 4b9ade33ee Fixed sleep timers getting freed twice * Fixes #2042. Thanks to @Encon21! aleos 2017-04-06 21:01:08 -04:00
  • d6594eefda Re-link monster drop data with item data * Fixes script commands addmonsterdrop and delmonsterdrop to update the monster drop data that is stored within the item data struct. * This refreshes atcommand whodrops and other functions that use this data. Thanks to @technoken! aleos 2017-04-06 18:42:10 -04:00
  • 4eb936e67f Merge 201e25cfe4fae92d4255d8218ee6775a7c1cac64 into 39e54d65bb0a6f56f5a07348822cf7493c85dd47 Cydh Ramdh 2017-04-06 22:00:37 +00:00
  • 39e54d65bb Expanded baby jobs (#2039) hazimjauhari90 2017-04-07 06:00:30 +08:00
  • 72fe4cd515 Adds chatmes (scriptcommand). (#1924) Jeybla 2017-04-06 23:55:58 +02:00
  • 4c6940b7f5 Merge branch 'rathena/master' into NPCTalkInChat Jey 2017-04-06 22:54:32 +02:00
  • 4601ea07b8 Follow up to 8cd4dea670cc06e8488dc96a9643b486fe05767c. Jey 2017-04-06 22:44:22 +02:00
  • 73b798bf12 Removed extra semi-colon Atemo 2017-04-06 14:40:36 +02:00
  • 78d77e2a1e Fixed mistake follow up 34adb40095 Atemo 2017-04-06 14:38:06 +02:00
  • 90e13da623 Merge 4339972154173bca71247f27d7a19011fe3bb1b7 into ec1fe15d7d480e4fa6ff3f56986bbfd49a4cde2a hazimjauhari90 2017-04-05 21:30:33 +00:00
  • 7236a79258 Merge 5cbd8097af767b2f2c62b499f83aa5406bd5bf3b into ec1fe15d7d480e4fa6ff3f56986bbfd49a4cde2a hazimjauhari90 2017-04-05 21:30:33 +00:00
  • 8052fce343 Merge 3f3de216884ce16fbd6c31efa635b41f1efaa7cd into ec1fe15d7d480e4fa6ff3f56986bbfd49a4cde2a hazimjauhari90 2017-04-05 21:30:33 +00:00
  • 83f15ded30 Merge a12b8cf9ff4d790f49776a2d13e7fc04defae92e into ec1fe15d7d480e4fa6ff3f56986bbfd49a4cde2a hazimjauhari90 2017-04-05 21:30:33 +00:00
  • ec1fe15d7d Fixed an error with renewal table loading Lemongrass3110 2017-04-05 22:33:15 +02:00
  • 5d204e55d3 Merge branch 'master' of https://github.com/rathena/rathena Lemongrass3110 2017-04-05 21:57:20 +02:00
  • f9ee491f65 cleanup hazimjauhari90 2017-04-06 03:20:18 +08:00
  • e0d6a365aa follow up to d395ccf hazimjauhari90 2017-04-06 03:05:50 +08:00
  • 0a35e3a976 Bomb used by monsters (fixes #2041) * When Bomb used by monsters deals damage, it is now always considered melee damage Playtester 2017-04-05 17:37:50 +02:00
  • a6b252c01e Added rid check in SaraMemory.txt (issue #2032) Atemo 2017-04-04 19:20:26 +02:00
  • 858634112c Merge branch 'master' of https://github.com/rathena/rathena Lemongrass3110 2017-04-03 22:39:06 +02:00
  • 3cce333fc6 Added cash shop support for 2012-04-10 Lemongrass3110 2017-04-03 22:34:05 +02:00
  • c218eb6120 Fixes #2022 (#2023) Lemongrass3110 2017-04-03 22:12:28 +02:00
  • f45f9efda0 Merge branch 'master' of https://github.com/rathena/rathena Lemongrass3110 2017-04-03 22:01:13 +02:00
  • d395ccff3d Update char.c hazimjauhari90 2017-04-04 03:13:14 +08:00
  • 4369b4715b Fixed compiler warning (follow-up to 5d90380) Playtester 2017-04-03 20:40:09 +02:00
  • 5d90380fcc Claymore Trap, Blast Mine, Land Mine renewal damage (fixes #2036) - Fixed a rounding issue when calculating trap damage Playtester 2017-04-03 20:33:55 +02:00
  • 900516edd2 Fixed too many column error for pre-re hazimjauhari90 2017-04-04 00:23:22 +08:00
  • d859bd4322 added exp table for job ID 4229 hazimjauhari90 2017-04-04 00:07:38 +08:00
  • 1d8e745bc8 Renewal content (required for some core features) hazimjauhari90 2017-04-03 23:55:55 +08:00
  • ac2e022b7e alternate 3rd job bodystyle updated to 12ee8aa hazimjauhari90 2017-04-03 23:20:30 +08:00
  • 2f68294092 Added support for expanded baby jobs hazimjauhari90 2017-04-03 23:14:47 +08:00
  • 6d58946864 SQL synchronization rAthenaAPI 2017-04-03 15:31:27 +02:00
  • f0b7feb3f6 Makes Breeze Armor (Shadow) 24024 refineable. (#2034) Jeybla 2017-04-03 15:31:22 +02:00
  • 25858b907f Update mob_db.txt hazimjauhari90 2017-04-03 20:48:25 +08:00
  • 53f28a82e6 Update mob_db.txt hazimjauhari90 2017-04-03 19:35:24 +08:00
  • bf3061dfb8 Update dts_warper.txt moc_ruins wrong id. Liam Mitchell 2017-04-03 16:01:05 +12:00
  • 7998a3b58e Makes Breeze Armor (Shadow) 24024 refineable. Jey 2017-04-02 16:34:51 +02:00
  • f50af7ec8b Added missing quest ID in quest_db.txt hazimjauhari90 2017-04-02 16:34:09 +08:00
  • 82967fceb4 Updated doc/sample/instancing.txt follow up cb703c5bfa Atemo 2017-04-01 16:42:39 +02:00
  • e655a73815 Corrected a random option warning Aleos 2017-03-31 12:40:53 -04:00
  • c1ef0aa4ce Fixed invalid vending items being saved * Fixes #2030 * Resolves a potential case of an invalid item being saved to the vending table resulting in a random item being sold for 0 zeny. Thanks to @Tokeiburu! aleos89 2017-03-31 12:24:24 -04:00
  • d92fd01368 Follow up to bd70335fd0fca79ebb3d24b38f5ea201e2d5edd9 Daegaladh 2017-03-30 00:47:23 +02:00
  • bd70335fd0 Added the corresponding upgrade files to change the default date. Also reverted the changes on the old ones. Daegaladh 2017-03-29 21:53:44 +02:00
  • 9dc8743434 Merge branch 'master' of https://github.com/rathena/rathena Daegaladh 2017-03-29 14:07:23 +02:00
  • 2a7fecbe24 Merge branch 'master' of https://github.com/rathena/rathena Lemongrass3110 2017-03-28 22:59:24 +02:00
  • ebc39cda6b Follow up to 5fa2db9 Aleos 2017-03-28 15:57:43 -04:00
  • 92b4a56919 Follow up to 11f5009 Lemongrass3110 2017-03-28 19:41:44 +02:00
  • 3b225f6f0c Rebase Lemongrass3110 2017-03-28 19:39:38 +02:00
  • 11f5009e82 Partial revert of b8d1dc6 Lemongrass3110 2017-03-28 19:38:51 +02:00
  • 5fa2db993d Fixed #2028 Lemongrass3110 2017-03-28 19:36:40 +02:00
  • b8d1dc6b14 Fixed #2027 Lemongrass3110 2017-03-28 19:34:13 +02:00
  • ec33dd6ae0 Fixed default dates for MySQL 5.7 Daegaladh 2017-03-28 10:57:58 +02:00
  • 0b5687db13 Fixed a typo in GeffenMagicTournament.txt issue #2002 Atemo 2017-03-27 18:35:42 +02:00
  • 34adb40095 Clean-up Atemo 2017-03-27 18:30:51 +02:00
  • 12ee8aa2a7 Updated alternate 3rd job bodystyles (#2021) Radian 2017-03-27 11:23:24 -04:00
  • 09732b79db Follow up to 36b0804 Aleos 2017-03-27 11:03:06 -04:00
  • 36b080446d Added missing classes from atcommand bodystyle Aleos 2017-03-27 10:48:19 -04:00
  • 2b26d25685 Merge 35af9471fff1f6e5a07498ea3dbb4edcb1986e35 into 6eb4cc408fdc793b319b5cf869f5b49b1daeaf88 Radian 2017-03-27 08:01:57 +00:00
  • 6eb4cc408f Fixes #2004 Lemongrass3110 2017-03-27 00:31:02 +02:00
  • 506a264bf4 Fixes #2022 Lemongrass3110 2017-03-26 23:58:43 +02:00
  • 55e445b588 Fixes #2005 Lemongrass3110 2017-03-26 22:50:52 +02:00
  • b23143de4d Added Shadow Chaser alternate costume Radian 2017-03-24 19:16:19 -04:00
  • 35af9471ff Update atcommand.c Radian 2017-03-24 18:50:28 -04:00
  • 401159f6c3 Updated double attack skills success rates * Updated double attack success rates for Picky Peck, Scratch, Scar of Tarou, and Stem Spear to closer match official rates. Thanks to @Atemo for the data! aleos 2017-03-22 18:15:35 -04:00
  • 08338e0a64 Summoner Eden Group Equip Quest Implementation Atemo 2017-03-22 21:43:08 +01:00
  • 5ea0081459 Merge 81341ac84d33130ae762da87c7eba4049ebcf168 into f581d26c21d78a7529174dceeb6321d1fdcd5dcb MysticFutur0 2017-03-22 20:36:37 +00:00
  • f581d26c21 Partial fix of issue #2002 (cannot access instance variable "'ins_nyd2") Atemo 2017-03-22 21:30:33 +01:00
  • 29b06700ff Fixed job name display (#2013) hazimjauhari90 2017-03-23 02:21:47 +08:00
  • f74e8f2ddb Corrected Faceworm Queen Leg item bonus * Autospell bonus should be 3 options, not 4. * Related to #2014. Thanks to @srhmike! aleos89 2017-03-22 10:13:00 -04:00
  • 17a273864a Added missing quest ID in quest_db.txt (issue #2012) Partial fix of issue #2002, Incorrect use of 'close' command in quests_eclage.txt Atemo 2017-03-20 15:30:46 +01:00
  • 744042066b SQL synchronization rAthenaAPI 2017-03-20 02:07:34 +01:00