Commit Graph

  • 9d8bd59e1f Partial revert for compatibility Atemo 2020-01-14 19:58:03 +01:00
  • 4ef3ab2f1e
    Update battle.cpp gamingmagic 2020-01-14 17:16:43 +08:00
  • 8f512d8abb Fixed a newly introduced stack bug Lemongrass3110 2020-01-14 09:47:28 +01:00
  • 4aac91759a Add some warp points and lore pieces Akaineko 2020-01-13 22:58:00 +03:00
  • b2ce22cd35 Adjust mob names Akaineko 2020-01-13 20:29:15 +03:00
  • 035db6bfe1 Adjust mob drops Akaineko 2020-01-13 20:26:11 +03:00
  • e2e4ac110f Fixed some compile errors aleos89 2020-01-13 11:04:28 -05:00
  • de56c7629f
    Merge branch 'master' into refactor/skill_db Aleos 2020-01-13 10:43:34 -05:00
  • bfaaa4561e
    Merge branch 'master' into refactor/quest Aleos 2020-01-13 09:16:58 -05:00
  • b59628befe Cleanups * Shrink skill requirement vectors if requirement is ignored. * Removed skill name constant check. * Utilized the vector_get utility. * Adjusted skill_id check to follow CPP Core Guidelines. aleos89 2020-01-13 08:52:20 -05:00
  • d4eda3a6b5 Updated documentation aleos89 2020-01-13 08:49:41 -05:00
  • e72c7360cf
    Added int64 support to the script engine (#4522) Lemongrass3110 2020-01-13 14:44:48 +01:00
  • 3142863a13
    Cleaned up Storage Database documentation (#4521) Aleos 2020-01-13 08:12:25 -05:00
  • 3e9ce13e0e Removing Unnecessary Curtin Usage Johnny 2020-01-12 22:13:35 -03:00
  • 474898c038 Added some early returns Lemongrass3110 2020-01-13 00:03:14 +01:00
  • d4446183d1 Cleaned up utility vector_exists aleos 2020-01-11 19:55:45 -05:00
  • ff5fdac61c Changed key size to size_t aleos 2020-01-11 17:31:16 -05:00
  • dfb05a5eed Corrected LGTM alerts aleos 2020-01-11 16:34:36 -05:00
  • 939761a02d
    Fixed Magazine Dealer coordinates in pre-re (#4512) Daegaladh 2020-01-11 15:41:44 +01:00
  • 78a02330b2
    Follow up to e27aa8b2d82620aa461291b293e00afb7c79e0cb (#4509) Daegaladh 2020-01-11 15:14:33 +01:00
  • 178fe06519 Merge branch 'master' into Racing_hat attackjom 2020-01-11 13:38:07 +07:00
  • 4590a90730 Corrected a pre-renewal compile error aleos 2020-01-10 21:22:05 -05:00
  • edb1b114e6 Corrected more CI warnings/errors aleos 2020-01-10 21:13:59 -05:00
  • 2bb6b31705 Included in wrong file aleos 2020-01-10 19:08:51 -05:00
  • 74389bf0bc Corrected CI warnings/errors aleos 2020-01-10 19:02:58 -05:00
  • 6fbe1f8030 Cleanups aleos 2020-01-10 18:51:49 -05:00
  • 609f18c24d Converted the skill database to YAML * Combines skill_cast_db, skill_castnodex_db, skill_copyable_db, skill_nonearnpc_db, skill_require_db, and skill_unit_db into skill_db. * Introduced a cached YAML class for quicker lookups. * General cleanups and optimizations. * Includes CSV2YAML conversion tool. Thanks to @Lemongrass3110! aleos 2020-01-10 17:42:25 -05:00
  • 74c423bd68 Fixed a value cap Lemongrass3110 2020-01-09 21:20:29 +01:00
  • 830a3fcb23 Corrected Spore Explosion (part 2) * Fixed the delay. aleos89 2020-01-09 14:11:22 -05:00
  • d46b03aa87 Updated Homunculus skills * Updated the homunculus skills based off the newer patch data. aleos89 2020-01-09 13:06:30 -05:00
  • 4d14359375
    Corrected a cast error Aleos 2020-01-09 10:57:16 -05:00
  • 7fadb2b256
    Merge branch 'master' into update/homunculus Aleos 2020-01-09 10:30:11 -05:00
  • b0bc3369e2 Removed an extra status calculation for players * Follow up to 2732176. * Fixes #4150. * Removed an extra status calculation for players resulting in some status data being nullified. * Adjusted status calculation for autobonus and unequipping items. * Cleaned up delayed damage logic. Thanks to @cydh, @Hatfun, and @NeutralDev! aleos89 2020-01-09 10:21:29 -05:00
  • 21be92b828 Fixed linux compilation on certain systems Lemongrass3110 2020-01-09 01:33:23 +01:00
  • 7268c0942e Fixed LGTM errors Lemongrass3110 2020-01-09 00:24:50 +01:00
  • b53282ada4 Added int64 support to the script engine Lemongrass3110 2020-01-08 23:52:57 +01:00
  • fb8a752320 Follow up to f2a1b6e Lemongrass3110 2020-01-08 21:00:02 +01:00
  • f4dd8eb96a SQL synchronization rAthenaAPI 2020-01-08 05:00:57 +01:00
  • 4452833ca4 Mob and NPC Identity Update rAthenaAPI 2020-01-08 05:00:38 +01:00
  • 0de934d088 SQL synchronization rAthenaAPI 2020-01-07 23:10:11 +01:00
  • 55aeebc3c5
    Costume Update (#4473) crazyarashi 2020-01-08 07:09:55 +09:00
  • 4680a1169e Removed extra call aleos89 2020-01-07 13:22:27 -05:00
  • e7e337a9b9
    Merge branch 'master' into feature/battleground_queue Aleos 2020-01-07 13:16:54 -05:00
  • 4bed4773fc Follow up aleos89 2020-01-07 13:13:47 -05:00
  • 4ecd746123 Cleaned up Storage Database documentation * Adjusted documentation to match standard. * Removed double quote from Table as there are no special characters used for these. * Added license to import file. aleos89 2020-01-07 12:35:15 -05:00
  • f5d65ec22e Cleanups * Cleaned up the YAML Upgrade tool to match fixes in the CSV2YAML tool. * Removed the unique index value for Dependent Achievement ID. aleos89 2020-01-07 10:29:45 -05:00
  • d7de6f7e3d
    Merge branch 'master' into update/achievements Aleos 2020-01-07 09:21:09 -05:00
  • a09a071172
    add ID unique for friends and charlog Maz-V 2020-01-06 10:37:08 +07:00
  • a2cc3cad37 * Fixed Dual Wielding Axes breaking when they should be unbreakable. Neutral 2020-01-05 12:16:20 -06:00
  • 9993639177
    Updated Cat Paw texts and name (#4515) Daegaladh 2020-01-05 19:01:52 +01:00
  • 305c51ede9
    Fixed official Cat Paw addition exploit (#4514) Daegaladh 2020-01-05 18:13:28 +01:00
  • 108d48aeb6 * Corrects the system to warp the player in the rooms * Corrects the Sky Fortress Key Keeper spawn location and rates atemo 2020-01-05 16:14:58 +01:00
  • 2069209d05 Fixed a couple of typos Daegaladh 2020-01-05 02:03:48 +01:00
  • 86c610892a Fixed invalid usage of bRegenPercentHP/SP Lemongrass3110 2020-01-05 00:34:57 +01:00
  • c619d135bc Updated Cat Paw texts and name Daegaladh 2020-01-05 00:16:54 +01:00
  • bc5b147644 Fixed bonus2 bRegenPercentHP and SP (#4511) ~Neutral~ 2020-01-04 17:08:19 -06:00
  • 8a6f4f8c5f Missed the 'al' in the Alberta duplicate Daegaladh 2020-01-04 23:56:55 +01:00
  • cd22443dc9 Reverted all changes except the exploit Daegaladh 2020-01-04 23:49:13 +01:00
  • 5ee1d4873c Reverted all Cat Paw name changes except for quests_13_2.txt Daegaladh 2020-01-04 23:05:59 +01:00
  • 467188d622 Copypaste fail Daegaladh 2020-01-04 21:21:08 +01:00
  • d5b8e2e0c5 Updated Cat Paw addition to match official servers * Also fixed all instances of Cat Paw name Daegaladh 2020-01-04 21:08:25 +01:00
  • ca30d71283 Fixed Magazine Dealer coordinates in pre-re * Also switched the main npc in renewal in case they change the duplicates again in the future Daegaladh 2020-01-04 19:23:52 +01:00
  • 7a77a2cbbc
    Small correction of ritual of blessing instance (#4413) Atemo 2020-01-04 15:23:15 +01:00
  • 2533408bad
    Added missing sub-races to pre-renewal (#4510) Daegaladh 2020-01-04 13:02:01 +01:00
  • ae339afcee * Fixed bonus2 bRegenPercentHP / bRegenPercentSP not working at all and fixed incorrect percentage formula for the functions. Neutral 2020-01-04 00:11:28 -06:00
  • eb9ae813b5
    Fixed pet eggs as mail attachments (#4506) Lemongrass3110 2020-01-04 03:22:10 +01:00
  • c6cfcdec2a Added missing sub-races to pre-renewal Daegaladh 2020-01-03 22:52:26 +01:00
  • f48dc629d5 Remove the unused event Atemo 2020-01-03 21:19:24 +01:00
  • 9807708f5d Merge branch 'master' into script/rob_update Atemo 2020-01-03 19:56:08 +01:00
  • 9ffbe6ddac Corrects a mistake coming from the previous commit Atemo 2020-01-03 19:47:56 +01:00
  • b08060db43 * Little simplification of the code * Extends the target type for flag 2 to match the docs (target applicable for player, monster, pet, homunculus) Atemo 2020-01-03 19:41:42 +01:00
  • 0ba7ba00b4 Changed code flow a little Lemongrass3110 2020-01-03 17:04:52 +01:00
  • 4f8a764891 Follow up to e27aa8b2d82620aa461291b293e00afb7c79e0cb * Additional configs for boss idle AI Daegaladh 2020-01-03 15:03:56 +01:00
  • 7d4e253014 Fixed pet eggs as mail attachments Lemongrass3110 2020-01-03 01:52:24 +01:00
  • e27aa8b2d8
    Additional configs for mobs idle AI (#4503) Daegaladh 2020-01-03 00:20:50 +01:00
  • c52b3b784a
    Expanded a couple baby job names (#4500) Aleos 2020-01-01 22:53:40 -05:00
  • 6f52f6794f
    Corrected mob availability database sprite lookup (#4502) Aleos 2020-01-01 22:30:12 -05:00
  • 50715f92e3
    Corrected mob warp check (#4501) Aleos 2020-01-01 21:53:02 -05:00
  • 5a79a499f0 Grammar fixes Lemongrass3110 2020-01-02 01:10:44 +01:00
  • 6851b7fa3e Fixed type declaration Lemongrass3110 2020-01-01 16:32:42 +01:00
  • e1f9483807 Effect State Update rAthenaAPI 2019-12-31 20:05:31 +01:00
  • 8bbad7a5a3 Cleanup and removed useless defines Lemongrass3110 2019-12-31 16:34:11 +01:00
  • b08145ffae Added conf options to enable/disable monsters using idle skills and move when there's no players nearby. Daegaladh 2019-12-30 21:17:21 +01:00
  • 58874fe71d Adjusted to support return type aleos89 2019-12-30 14:22:27 -05:00
  • 613024c549 Corrected mob availability database sprite lookup * Fixes #4495. * Adjusted the monster sprite lookup to ignore any restrictions based on monster data. Thanks to @sader1992! aleos89 2019-12-30 14:06:44 -05:00
  • e680da7ddd Corrected mob warp check * Fixes #4499. * Corrected mob warp check failing to determine validity of target map. Thanks to @ai4rei! aleos89 2019-12-30 13:29:10 -05:00
  • 4a4a19fee5 Added missing inter-server adjustment aleos89 2019-12-30 12:45:28 -05:00
  • 08afea6337 Expanded a couple baby job names * Expanded Job_Baby_Rune -> Job_Baby_Rune_Knight, Job_Baby_Bishop -> Job_Baby_Arch_Bishop, Job_Baby_Cross -> Job_Baby_Guillotine_Cross, Job_Baby_Guard -> Job_Baby_Royal_Guard, and Job_Baby_Chaser -> Job_Baby_Shadow_Chaser. * Expanded related MAPID/EAJ constants as well. * Added deprecation notice for old constants. * Updated database and NPC scripts to use new constants. aleos89 2019-12-30 12:38:18 -05:00
  • 6a81238959
    Follow up to bcf1ff19fec76ee5f93a41a417a0da569b3b3fa5 (#4496) Daegaladh 2019-12-30 14:10:33 +01:00
  • 1884f4d503
    Corrected Gatling Fever damage (#4493) Aleos 2019-12-30 07:44:13 -05:00
  • 8b36b983d0 Follow up to bcf1ff19fec76ee5f93a41a417a0da569b3b3fa5 * Forgot to add the shop in the pre-re shops file. Daegaladh 2019-12-27 20:54:14 +01:00
  • 0e8fab0c82 SQL synchronization rAthenaAPI 2019-12-24 18:00:42 +01:00
  • 7211db3249 Mob and NPC Identity Update rAthenaAPI 2019-12-24 18:00:27 +01:00
  • efb4808a1c Updated Wind Charm bonuses * Increases Lightning Jolt (NJ_RAIGEKISAI) damage from 15% to 20% per 1 charm. * Increases First Wind (NJ_KAMAITACHI) damage from 10% to 100% per 1 charm. Thanks to @teededung! aleos 2019-12-23 21:09:32 -05:00
  • be8792cc85 Corrections * Fixed Hammer of God damage formula. * Corrected Dragon Tail to no longer require ammo. * Corrected Grenade Launcher weapon types to not check for Grenades anymore. Now checks for bullets. Thanks to @Tokeiburu and @Tolimatoi! aleos 2019-12-23 21:00:33 -05:00
  • 139c0227af Corrected Gatling Fever damage * Fixes #4492. * Damage no longer depends on the target's size. Thanks to @kyurejl! aleos 2019-12-23 20:24:38 -05:00
  • 464fd40607
    Corrected Vacuum Extreme behavior (#2526) Aleos 2019-12-23 18:36:54 -05:00
  • 440ade1de5
    Resolved compile error Aleos 2019-12-23 16:24:01 -05:00
  • ad0899b3d0
    Merge branch 'master' into hotfix/issue2497 Aleos 2019-12-22 11:25:12 -05:00
  • b0119631a4
    Allow NPC view data modifications (#4385) Aleos 2019-12-22 10:27:43 -05:00