Commit Graph

  • 35f9733b31 Implemented SC_LHZ_DUN_N buffs * The buffs are not removed (need to confirm): - on log out - on death - by SA_DISPELL - by AB_CLEARANCE - by RL_BANISHING_BUSTER * Buffs last 30 mins * Buffs increase and reduce damage from specific monsters of lhz_dun_n map by 10% (official value unknown) Atemo 2018-07-20 23:22:07 +02:00
  • ab4bc7027f Allowed setting of defaults * Using script command setmapflag for MF_NOSAVE will default to SavePoint. * Using script command setmapflag for MF_PVP_NIGHTMAREDROP will default to normal official drop values. aleos 2018-07-20 16:38:12 -04:00
  • eedd915588 Corrected a compile error aleos89 2018-07-20 14:25:57 -04:00
  • 041f4218b1 Follow up to 28e5ed7 * The checks should only see if MF_SKILL_DAMAGE is active. aleos89 2018-07-20 14:23:16 -04:00
  • 28e5ed709b More cleanups * Resolved a map crash when checking for MF_SKILL_DAMAGE. * Cleaned up script commands setmapflag and getmapflag. * Exported constants for skill_damage mapflag types. * Updated so documentation. Thanks to @ecdarreola! aleos89 2018-07-20 14:16:16 -04:00
  • 0edcba8b1d Moved SKILLDMG_CASTER outside of max * Moved SKILLDMG_CASTER outside of the max size to keep skill damage loops from increasing in size. Thanks to @Lemongrass3110! aleos89 2018-07-20 13:06:54 -04:00
  • 14f9ce1b60 Minor followup * Send empty mapflag arguments when checking for map information. * Removed a useless static_cast. aleos89 2018-07-20 12:58:20 -04:00
  • 1d88575f90 SQL synchronization rAthenaAPI 2018-07-20 18:51:26 +02:00
  • 7717c1e6bc
    Update Airship Assault Monster stats (#3338) Atemo 2018-07-20 18:51:11 +02:00
  • 3c9e6673a0 . Atemo 2018-07-20 16:48:54 +02:00
  • 8eccbed439 Follow-up e470c218b8 Atemo 2018-07-20 16:25:54 +02:00
  • e470c218b8 Update Airship Assault Monster stats Atemo 2018-07-20 16:11:22 +02:00
  • 7c5da1c343
    Revert unintentional changes Cydh Ramdh 2018-07-20 20:17:35 +07:00
  • 550ef3edd2
    Added .editorconfig file to force editor settings for certain file types Jittapan Pluemsumran 2018-07-20 10:08:23 +07:00
  • d52696b089
    Update README.md Cydh Ramdh 2018-07-20 09:51:45 +07:00
  • f0bfe10123 Mapflag doc cleanup * Removed useless note comment. Thanks to @cydh! aleos 2018-07-19 20:07:25 -04:00
  • ac62cfd9bc Further cleanup to mapflags * Follow up to a942853. * Removed ADJUST_SKILL_DAMAGE define and enabled the mapflag always. * Cleaned up atcommand mapinfo and skill_damage mapflag interaction. * Cleaned up atcommand mapflag to not allow setting of special mapflags that require extra arguments. aleos 2018-07-19 19:19:17 -04:00
  • 58eadcda15
    Fixed npc location for Lutie quest (#3329) Lemongrass3110 2018-07-19 21:22:12 +02:00
  • bca6f0a770 Changed like @aleos89 recommended Lemongrass3110 2018-07-19 08:39:42 +02:00
  • 123303ef84 Fixed missing curly braces in reloadscript Lemongrass3110 2018-07-19 08:26:06 +02:00
  • a942853d55
    Cleaned up the mapflag system (#2943) Aleos 2018-07-18 20:00:33 -04:00
  • 6c02856266 Added missing export for MF_NOEXP aleos 2018-07-18 18:23:15 -04:00
  • 1ec5922868 Removed PACKETVER Lemongrass3110 2018-07-19 00:20:11 +02:00
  • cfa823a38e Added missing MF_NOEXP aleos 2018-07-18 18:18:23 -04:00
  • f5a999d2d2 Fixed npc location for Lutie quest Lemongrass3110 2018-07-19 00:18:15 +02:00
  • 6bb75efe19 Final review * Adjusted a few final things. Thanks to @Lemongrass3110! aleos 2018-07-18 17:52:23 -04:00
  • bbe552d1d3
    Resolved Guild Storage Expansion not updating (#3321) Aleos 2018-07-18 17:10:07 -04:00
  • 125de85f74
    Merge branch 'master' into refactor/item_bonuses Aleos 2018-07-18 10:46:19 -04:00
  • db515554df Cleanups * Removed unneeded vector clear on character logout as the destructor will auto-magically be called. aleos89 2018-07-18 10:44:17 -04:00
  • ffe4cc71f1 Cleanups * Removed initialization. * Improved storage size check to check for any inequality. Thanks to @Lemongrass3110! aleos89 2018-07-18 09:03:34 -04:00
  • 8a353697b0 Effect State Update rAthenaAPI 2018-07-18 05:06:17 +02:00
  • 726f9302e5 SQL synchronization rAthenaAPI 2018-07-18 05:01:23 +02:00
  • 8a5b0a6aa4 Mob and NPC Identity Update rAthenaAPI 2018-07-18 05:00:56 +02:00
  • b409936f8d
    Updated max recovery weight to 70% for renewal (#3309) Aleos 2018-07-17 16:18:39 -04:00
  • 3205ea3be9 Change Boss spawn Atemo 2018-07-17 16:32:41 +02:00
  • 33c08953f7 Merge branch 'master' into script/nightmare_biolab Atemo 2018-07-17 16:29:34 +02:00
  • cfa65fe536 Correct * boss cards and mvp cards * Mobs HPs Atemo 2018-07-17 16:22:58 +02:00
  • 5df45754f5 Implement NPC_LEX_AETERNA, NPC_ARROWSTORM Atemo 2018-07-17 16:18:28 +02:00
  • 5686c04d1c Update tools/config.pl * Corrected target config variables Cydh Ramdh 2018-07-17 14:55:46 +07:00
  • 7812971c9a Added ifdef guards aleos 2018-07-16 21:42:30 -04:00
  • 8f0ca0f30d Resolved Guild Storage Expansion not updating * Fixes #3317. * Resolves the Guild Storage Expansion skill not refreshing the map server cached data. * Updated some inter server checks to grab the proper max size of guild storages. Thanks to @admkakaroto! aleos 2018-07-16 21:38:34 -04:00
  • e11597dd86 Final cleanups aleos 2018-07-16 17:39:39 -04:00
  • a48a1c9926
    Merge branch 'master' into cleanup/mapflags Aleos 2018-07-16 17:32:59 -04:00
  • 97cf305bd9 Merge branch 'master' into update/max_weight Lemongrass3110 2018-07-16 22:04:52 +02:00
  • f85dc5762d SQL synchronization rAthenaAPI 2018-07-16 21:40:19 +02:00
  • a5588dd9ab
    Initial Release of Attendance Feature (#3297) Lemongrass3110 2018-07-16 21:39:42 +02:00
  • f078e22694 Added the new weight limit packet Lemongrass3110 2018-07-16 21:16:09 +02:00
  • e00dd7b90b Adjusted to actual bool values aleos89 2018-07-16 13:59:51 -04:00
  • a0b4a821e7 More cleanups * Converted map_setmapflag_sub to return bool. * Cleaned up initialization of mapflag union arguments to C++ standard. * Corrected MF_SKILL_DAMAGE error message. aleos89 2018-07-16 13:22:31 -04:00
  • acc54ccb07 Merge branch 'master' into refactor/instances aleos89 2018-07-16 12:51:31 -04:00
  • 030443c9d3 Negative MDEF should not increase damage taken from magic (#3190) flamefury 2018-07-16 09:43:29 -07:00
  • f1f4709127
    Added extra nowarpto on some maps (#3320) Atemo 2018-07-16 17:02:16 +02:00
  • b4dd6d959b Added extra nowarpto on some maps mazvi 2018-07-16 16:34:24 +02:00
  • 1a6bc209a8 Freezing and Burning can occur at the same time (#3313) flamefury 2018-07-16 07:10:51 -07:00
  • c4d7dc76d3
    Hid timer function parameters in a macro (#3311) Lemongrass3110 2018-07-15 23:17:15 +02:00
  • 655b3ac991 Fixed some leftovers Lemongrass3110 2018-07-15 22:37:42 +02:00
  • 935bf176bf
    Merge 9b33443e09d60e5cb235587dad90104cd10b2161 into ec1d6d28d7dab2fce3c824c0c651f16c03ab79a1 Maz-V 2018-07-15 09:35:32 +00:00
  • 9b33443e09
    Added prt_q and prt_prison Maz-V 2018-07-15 16:34:47 +07:00
  • 83dc7779e8 Some minor cleanups * Enumerated nightmare mapflag drop types. * Refactored some final direct mapflag adjustments. * Adjusted map ID check to also check for the cap. aleos 2018-07-14 23:57:58 -04:00
  • a56fde2260 Merge branch 'master' into atcommand_cashshopsql Hazman 2018-07-15 09:10:38 +08:00
  • d60cfc7c70 Added a battle config for homun exp gain aleos 2018-07-13 19:21:06 -04:00
  • 9fa615a225 Confirmed homunculus experience gain * Confirmed homunculus experience gain to always be only 10%, no matter if the master or homunculus kills the monster. aleos 2018-07-13 19:14:59 -04:00
  • db238a2dd0 Corrected a potential crash * Fixes SC_ANCILLA and SC_GLASTHEIM_HEAL checking for the wrong target. Thanks to @admkakaroto! aleos89 2018-07-13 12:52:51 -04:00
  • ec1d6d28d7 SQL synchronization rAthenaAPI 2018-07-13 15:49:41 +02:00
  • 7a8ac46421
    Banquet for Heroes ep 16.1 (#3234) Atemo 2018-07-13 15:49:33 +02:00
  • ee39adb479 Freezing and Burning can occur at the same time flamefury 2018-07-13 01:21:27 -07:00
  • 0efc1b8a87 Corrected Expiatio * Corrected target searching. aleos 2018-07-12 20:00:10 -04:00
  • 7207afc618 Hid timer function parameters in a macro Lemongrass3110 2018-07-13 01:19:16 +02:00
  • 0cf7cdc1bf Updated max recovery weight to 70% for renewal * Fixes #2622. * Added a new battle config for renewal. * Adjusted the battle config to support dropping the recovery weight to 0. aleos 2018-07-12 16:41:00 -04:00
  • de82d138b8 Chenged variable setting order during quest 7682 Atemo 2018-07-12 15:49:48 +02:00
  • 59eeb83d7f Small cleanup aleos 2018-07-11 20:46:57 -04:00
  • 0eff410b2c Refactored global map array * Refactored global maps into a vector. * Resolves sketchy memmoves when deleting maps. Thanks to @Lemongrass3110! aleos 2018-07-11 17:21:37 -04:00
  • 43404b2981 index on script/nightmare_biolab: e0b53d12f Merge branch 'script/nightmare_biolab' of https://github.com/rathena/rathena into script/nightmare_biolab Atemo 2018-07-11 23:06:32 +02:00
  • b50066c84f Follow up to 94c6ad1 * Exported SC_ANCILLA constant. * Removed some unused things. Thanks to @xTakami! aleos89 2018-07-11 13:14:33 -04:00
  • 1c3d63cbbe Some follow-ups aleos 2018-07-10 19:09:41 -04:00
  • e0b53d12fb Merge branch 'script/nightmare_biolab' of https://github.com/rathena/rathena into script/nightmare_biolab Atemo 2018-07-11 00:22:54 +02:00
  • 3b09954ca5 Nightmare Biolab monsters * updated monsters databases and skills *** the names of some slaves are currently unknown - I just made a copy past of the name of similar monster * updated Nightmare Biolab spawn *** Boss and slaves spawn are assumptions based on lhz_dun.txt monsters spawn Atemo 2018-07-11 00:22:02 +02:00
  • e832eb77e2 SQL synchronization rAthenaAPI 2018-07-11 00:00:34 +02:00
  • cd05eb1500
    Corrected TWO skills according to aegis datas (#3307) Atemo 2018-07-11 00:00:12 +02:00
  • 792f4a09da Dropping leftovers from 4c4d680 Lemongrass3110 2018-07-10 23:16:03 +02:00
  • feac6aac42 Added a permission for attendance Lemongrass3110 2018-07-10 23:04:29 +02:00
  • 1a6b99167a Several cleanups * Converted mapflags to C++ map container. * This allows for much more simple and less code than previously required. * Converted drop_list to vector. * Converted skill_damage ERS into vector and increased limit from UINT8 to UINT16. Thanks to @Lemongrass3110! aleos 2018-07-10 16:59:51 -04:00
  • bfd7af3423
    Fixed Guild Storage Expansion skill saving (#3306) Aleos 2018-07-10 16:46:20 -04:00
  • e1dc67aa97 Corrected TWO skills according to aegis datas Atemo 2018-07-10 17:36:18 +02:00
  • 94c6ad1cd1 Added official Ancilla effects * Implemented it as a status change bonus. aleos89 2018-07-10 11:22:18 -04:00
  • 854f6a6b6b Fixed Guild Storage Expansion skill saving * Fixes #3301. * Force the Guild Storage Expansion skill to save on level up so the next time the guild storage is opened the proper increase is shown. Thanks to @spinzaku! aleos89 2018-07-10 10:43:49 -04:00
  • 56a2b1b73b Corrected Expiatio MDEF bonus * Corrected the MDEF reduction formula for Expiatio. Thanks to and @laziem @xTakami! aleos89 2018-07-10 10:23:52 -04:00
  • 042b88623b
    Pets should mimic master's walk speed (#3303) Aleos 2018-07-09 17:29:55 -04:00
  • 20d6a8dc87 Removed an unnecessary check aleos89 2018-07-09 14:38:07 -04:00
  • b0b1c2d714 Merge branch 'master' into cleanup/mapflags aleos89 2018-07-09 14:22:41 -04:00
  • 43f2bc004e Pets should mimic master's walk speed * Pets should have the same walk speed as their master. * Corrected homunculus speed check to use the proper battle config. aleos89 2018-07-09 12:46:51 -04:00
  • eeb0192318
    Adjusted Shield Chain range (#3299) Aleos 2018-07-08 20:39:18 -04:00
  • ff017f096b
    Updated pre-renewal Shield Chain range Aleos 2018-07-08 18:39:04 -04:00
  • 3de5824757
    Adjusted Amistr's Defense behavior (#3300) Aleos 2018-07-08 18:28:09 -04:00
  • fdd2475622
    Corrected some item bonuses not triggering (#3298) Aleos 2018-07-08 17:44:20 -04:00
  • 912f630666 Adjusted Amistr's Defense behavior * Effect should not be shown above master. aleos 2018-07-08 17:24:59 -04:00
  • ce8db42755 Adjusted Shield Chain range * Shield Chain should be melee skill, not ranged. aleos 2018-07-08 12:51:15 -04:00
  • e24d0c3f0d Adjusted the EXP formula * Adjusted the homunculus EXP formula to account for the homunculi's level. * Need to confirm this formula against official. aleos 2018-07-08 11:35:32 -04:00
  • 09ab747115 Corrected some item bonuses not triggering * Fixes #3265. * Fixes bAddDamageClass, bAddMagicDamageClass, bAddDefMonster, and bAddMDefMonster not checking for the correct source/target class. Thanks to @uddevil! aleos 2018-07-08 10:30:06 -04:00
  • b2c026d4b0
    Cleaned up Summer 2 code (#3294) Lemongrass3110 2018-07-08 11:58:50 +02:00