Commit Graph

  • 4a81d21758 Fixed dynamic NPC timeout Lemongrass3110 2022-12-16 22:09:36 +01:00
  • 4d734abc53
    Cleaned up monster skill status checks (#7495) Lemongrass3110 2022-12-16 21:56:55 +01:00
  • 101c6d29fc Small correction for SHC_SAVAGE_IMPACT and SHC_DANCING_KNIFE skills * SHC_SAVAGE_IMPACT should move the player from 1 cell to the target, between the target and the player * SHC_DANCING_KNIFE shouldn't force the player to stand Atemo 2022-12-16 21:48:39 +01:00
  • ef602d98cb
    Multiple dynamic npc (#7486) Atemo 2022-12-16 21:22:31 +01:00
  • ecc347b484 Fixed a follow up warning Lemongrass3110 2022-12-16 21:10:30 +01:00
  • 7c81b1cdef Merge branch 'master' into update/ci_codeql Lemongrass3110 2022-12-16 21:06:08 +01:00
  • 5a0134bdc4 Fixed the CodeQL findings Lemongrass3110 2022-12-16 21:05:24 +01:00
  • d4b5b252be Merge branch 'master' into hotfix/issue7473 Lemongrass3110 2022-12-16 20:33:26 +01:00
  • 2ea9c5fa7a Cleaned up monster skill status checks Lemongrass3110 2022-12-16 20:27:03 +01:00
  • 20dedc7918
    Update items first aid starter pack (#7493) idk-whoami 2022-12-17 02:24:47 +07:00
  • 8eac71f57f
    Cleaned struct tokens for map_session_data and status_change (#7490) Singe Horizontal 2022-12-16 19:16:29 +01:00
  • b74aec1e04 Disabled security and quality warnings for the time being Lemongrass3110 2022-12-16 18:56:15 +01:00
  • 0214c36a39 Added concurrency check Lemongrass3110 2022-12-16 18:55:36 +01:00
  • d8011b63ae Merge branch 'master' into update/ci_codeql Lemongrass3110 2022-12-16 18:54:55 +01:00
  • 7e7a1dce8a
    Apply suggestions from code review Lemongrass3110 2022-12-16 18:52:53 +01:00
  • 1c35b2286c Adds official Wand of Hermode clear list * Wand of Hermode has a unique status clear list separate from the list other skills use. * Adds RemoveOnHermode status flag to identify statuses that can be removed from Wand of Hermode. Thanks to @mrjnumber1! aleos 2022-12-16 10:56:42 -05:00
  • 1454f16adf
    Merge 525bd8b72b975dc12bf8886b26e62f6d55f446bf into da375a04c13cb590405d3491688f1666d2eaf8dc Balfear 2022-12-15 19:37:03 -03:00
  • 957b6192b9
    Merge branch 'master' into Update-Warper-npc idk-whoami 2022-12-16 04:32:53 +07:00
  • f1ec02c639
    Merge branch 'master' into hotfix/issue7458 idk-whoami 2022-12-16 04:32:43 +07:00
  • 23f52af4bb
    Merge branch 'master' into update_items idk-whoami 2022-12-16 04:31:00 +07:00
  • 9a073a157b
    Update items first aid starter pack idk-whoami 2022-12-16 04:19:56 +07:00
  • abfa146f78 removed a remaining struct token Singe-Horizontal 2022-12-15 20:08:56 +01:00
  • 6511a13a30 cleaned struct tokens for map_session_data and status_change Singe-Horizontal 2022-12-15 11:06:57 +01:00
  • 5676a45908 Resolves compile errors aleos 2022-12-14 15:08:50 -05:00
  • 1c1bb9892c
    Merge branch 'master' into hotfix/issue4984 Aleos 2022-12-14 14:41:56 -05:00
  • da375a04c1
    Adds battle config mob_respawn_time (#7312) Aleos 2022-12-14 14:17:41 -05:00
  • 789b3527c1 Attempt to clean up some dialog aleos 2022-12-14 10:14:07 -05:00
  • 3da5320c10
    Merge branch 'master' into feature/mob_respawn_time Aleos 2022-12-14 08:25:32 -05:00
  • 1f4c068c39
    Refactor status change entries (#7356) Vincent Stumpf 2022-12-13 23:47:53 -08:00
  • 27378a608d
    Merge branch 'master' into hotfix/issue7458 idk-whoami 2022-12-14 12:38:46 +07:00
  • 0d4591b4cd
    Merge branch 'master' into Update-Warper-npc idk-whoami 2022-12-14 12:38:29 +07:00
  • 4d1c2138f5
    Merge branch 'master' into update_items idk-whoami 2022-12-14 12:38:06 +07:00
  • ee2dcf816e
    New macro detection features (#7359) Aleos 2022-12-13 15:44:42 -05:00
  • 6a45ffe791
    Merge ca73989ae12bedae657630f14bb78838c0237e5b into 5a533a7a12efc349c53c74e3376a2b6a3e4cb151 Aleos 2022-12-13 15:05:49 -05:00
  • f81408371f Minor fix to renewal mob spawns aleos 2022-12-13 14:58:14 -05:00
  • d91bb194c8 Minor cleanups * Add some extra documentation for guardian spawns. * Adds check for parameter count. * Resolves 2 pre-re permanent monster spawns having incorrect delay values. Thanks to @Lemongrass3110! aleos 2022-12-13 13:54:23 -05:00
  • 89349c2d82 Corrected an issue when the player log out Atemo 2022-12-13 18:01:41 +01:00
  • 5247e887d3
    Corrects comment for jail locationss Aleos 2022-12-13 11:26:19 -05:00
  • d789da3f86 Corrections 1 Atemo 2022-12-13 16:40:36 +01:00
  • b0c5e3fa8b Minor cleanups * Ending SC_JAILED will now properly remove the jail status rather than trying to reset the timer to 1 second resolving any possibility of players getting stuck. * Moves macro memory cleanup up a scope. * Set some defaults. Thanks to @Lemongrass3110! aleos 2022-12-13 10:20:57 -05:00
  • aa5284e4f0 NPCs in rgsr_in Atemo 2022-12-13 15:41:41 +01:00
  • 7bcdb1ab93 Add C_WING_OF_FLY Balfear 2022-12-13 17:05:58 +03:00
  • 5a533a7a12
    Fixes drop rate for size-moded mobs (#7482) Singe Horizontal 2022-12-13 14:23:00 +01:00
  • 340bf90b7f Update flywings list Balfear 2022-12-13 15:26:18 +03:00
  • 603eaaab01 Merge remote-tracking branch 'upstream/master' into refactor/status_change Vincent Stumpf 2022-12-12 16:52:55 -08:00
  • 83699b3b82 replaced size parameter with mob_data* Singe-Horizontal 2022-12-13 00:24:00 +01:00
  • 08ed030ade Added some checks if the variable name was already defined Lemongrass3110 2022-12-13 00:00:03 +01:00
  • 371e25950c
    Apply suggestions from code review Atemo 2022-12-12 23:38:55 +01:00
  • 7d0fdf3722 Removed an useless check Atemo 2022-12-12 23:23:31 +01:00
  • 08807c5f18 Multiple dynamic npc Atemo 2022-12-12 21:48:56 +01:00
  • 9c889b8d4b
    Merge branch 'master' into feature/mob_respawn_time Lemongrass3110 2022-12-12 21:33:37 +01:00
  • 3545a9c82f
    Minor corrections to SQL readme (#7484) Aleos 2022-12-12 15:09:24 -05:00
  • ca73989ae1
    Merge branch 'master' into cleanup/removeonchangemap cleanup/removeonchangemap Aleos 2022-12-12 14:59:25 -05:00
  • a1920e727b put logic in mob_getdroprate again, adds a new size parameter Singe-Horizontal 2022-12-12 19:09:32 +01:00
  • 98ab148288 Updates Cashmall Guide warpers * Adds duplicate NPC. * Adds ability to save player city location to return to when done. Thanks to @eppc0330! aleos 2022-12-12 14:47:00 -05:00
  • 6a01368756 Translate NPCs to English aleos 2022-12-12 13:35:56 -05:00
  • da6a7cb875
    Corrected script for some item #13 idk-whoami 2022-12-13 00:03:50 +07:00
  • a1798f7094
    Fix skill SO_VARETYR_SPEAR (#7425) Takius 2022-12-12 20:53:40 +05:00
  • 6056ea1539 Minor corrections to SQL readme * Cleans up a bit of the SQL readme so it's less confusing. Thanks to @emmamarshall451! aleos 2022-12-12 10:22:49 -05:00
  • eaaa78f2c6 adding mob_ prefix Singe-Horizontal 2022-12-11 15:47:09 +01:00
  • f943e8f470 restores correct drop rate for spawned size Fixes #7481 Singe-Horizontal 2022-12-11 15:12:39 +01:00
  • 031e5d5d10
    Update skill.cpp eppc0330 2022-12-11 21:17:28 +09:00
  • 7ea06f7dae
    Update battle.cpp eppc0330 2022-12-11 21:11:34 +09:00
  • d70dce7021
    Merge 05812529d2593171a671a8ef6b47fea808a10fb5 into 1f1b5fe4a038a404bd7cc351955a9dd0e86e8497 Atemo 2022-12-11 14:13:33 +08:00
  • 1f1b5fe4a0
    Restores Dispell removing NPC_AGIUP (#7479) Singe Horizontal 2022-12-11 05:06:07 +01:00
  • f7dbe79c34
    Fix wedding skill checks (#5579) lighta 2022-12-10 22:16:52 +01:00
  • f897b1c224
    Add autotrade check for WE_CALLPARTNER Aleos 2022-12-10 15:47:04 -05:00
  • b5d593dc8e
    Merge branch 'master' into hotfix/issue5576 Aleos 2022-12-10 15:42:17 -05:00
  • 3f42edcd35
    Merge branch 'master' into hotfix/issue6900 Aleos 2022-12-10 14:18:17 -05:00
  • 7859f92fbe Restores Dispell removing NPC_AGIUP Fixes #7478 Singe-Horizontal 2022-12-10 15:18:17 +01:00
  • 10dac8f89b Fixes prerequisite skills * Resolves prerequisite skills not being treated as a list. * Cleaned up the header doc. aleos 2022-12-09 17:56:20 -05:00
  • db8ae6f16d Convert to ryml aleos 2022-12-09 16:39:29 -05:00
  • 6bd087e887 Cleanups * Adds some missing checks for default values. * Adds the ability to clear a skill or prerequisite skill from the homunculus skill tree for import databases. * Updates documentation. Thanks to @Atemo! aleos 2022-12-09 16:22:17 -05:00
  • efba0fb2a5
    Merge branch 'master' into hotfix/issue7458 idk-whoami 2022-12-10 03:28:18 +07:00
  • 82eaf41fc6
    Merge branch 'rathena:master' into update_items Pokye 2022-12-09 17:01:59 -03:00
  • 6bd3a52921
    Merge branch 'master' into refactor/homunculus_db Aleos 2022-12-09 14:59:56 -05:00
  • 076f7aa79f
    Merge 5083913e0cde47d0ebea0f0035fbc7d7874a654b into aa2bbaa31f3c213000a01679a93c968fd81c6c23 Aleos 2022-12-09 14:56:38 -05:00
  • c951f68250
    Merge branch 'master' into hotfix/issue4984 Aleos 2022-12-09 14:54:37 -05:00
  • 1c02e5b253
    Merge branch 'master' into hotfix/issue7111 Aleos 2022-12-09 14:54:30 -05:00
  • 793bb7b62b
    Merge branch 'master' into feature/mob_respawn_time Aleos 2022-12-09 14:53:48 -05:00
  • aa2bbaa31f
    Update GitHub workflows (#7477) Aleos 2022-12-09 14:53:25 -05:00
  • fdf93e3e47 Fixed a typo Atemo 2022-12-09 20:36:41 +01:00
  • a5613d03bc Ensure script spawned monsters are at 5 seconds * Monsters that don't define a delay1 for permanent spawn scripts are defaulted to 5 seconds. Thanks to @Atemo! aleos 2022-12-09 14:33:15 -05:00
  • 36159bbde7 Fixed a condition Atemo 2022-12-09 19:55:36 +01:00
  • 323888b23c
    Merge branch 'rathena:master' into update_items Pokye 2022-12-08 16:35:34 -03:00
  • ed82197ac0 New items Pokye 2022-12-08 16:10:19 -03:00
  • 65f464ad77
    Revert clang Aleos 2022-12-08 10:53:09 -05:00
  • 26a79629d2 Remove gcc 8 aleos 2022-12-08 10:45:37 -05:00
  • e6a1908e6d Update GitHub workflows * Updates gcc and clang to work on Ubuntu 22.04. * Adds a concurrency check to disable any active prior runs. aleos 2022-12-08 10:42:42 -05:00
  • 9440ba8929 Minor clif fix * tick_total is not a timer ID and thus a lookup is unnecessary. aleos 2022-12-08 08:11:08 -05:00
  • 3437f13611
    Merge branch 'master' into hotfix/issue7458 idk-whoami 2022-12-08 16:11:43 +07:00
  • 980e4155de
    Merge branch 'master' into Update-Warper-npc idk-whoami 2022-12-08 16:11:40 +07:00
  • 9ff252d2b1 Merge branch 'master' into hotfix/issue4984 aleos 2022-12-07 13:12:16 -05:00
  • b9aa1344e6 Fixes autobonuses not clearing on unequip aleos 2022-12-07 10:31:31 -05:00
  • 7bfae25c74
    Fix grade upgrade fail announcement (#7189) eppc0330 2022-12-05 17:55:58 +09:00
  • 428870886a
    Apply suggestion eppc0330 2022-12-05 06:44:08 +09:00
  • 644351585c
    Merge branch 'rathena:master' into patch-1 eppc0330 2022-12-04 07:30:33 +09:00
  • 81ec4a1b6b
    Merge branch 'rathena:master' into Magicmirror-damage-type-01 eppc0330 2022-12-04 07:30:15 +09:00
  • d779cd1d20
    Merge branch 'rathena:master' into New-Boss-Skills eppc0330 2022-12-04 07:30:08 +09:00
  • e200f1a63f Merge remote-tracking branch 'upstream/master' into refactor/status_change Vincent Stumpf 2022-12-02 00:28:05 -08:00