Commit Graph

  • fb4692583e Added missing columns for yaml2sql jasonch 2024-05-09 09:12:13 +08:00
  • 1262acd78a Added status_get_clientamotion and optimized implementation Playtester 2024-05-08 17:46:13 +02:00
  • 31ad1f489c ClientAttackMotion cleanup part deux aleos 2024-05-08 11:15:43 -04:00
  • 70fdcba509 Update ClientAttackMotion values * Add missing values for cloned or special event type monsters. * Update values for several monsters that was determined incorrect from the sprite parser. aleos 2024-05-08 08:09:00 -04:00
  • 52ee3748d1 Monster Powerskill Levels, Silver Sniper, Magic Decoy - Fixed some monsters using the normal player level 10 version of a skill instead of the special NPC powerskill version (e.g. Heal for 9999 HP) * See doc/mob_skill_db_powerskill.txt for more information - Fixed Silver Sniper and Magic Decoy using Heal 10 - Fixed Magic Decoy doing normal attacks - Fixes #8306 Playtester 2024-05-08 12:35:43 +02:00
  • 10d999de1f Added more comments Playtester 2024-05-08 00:14:54 +02:00
  • 30adb7f2f6
    Fixed possible map crash eppc0330 2024-05-08 06:52:10 +09:00
  • 247ad52e50 Improved comments and removed unnecessary empty lines Playtester 2024-05-07 23:03:13 +02:00
  • b5bef7f88b
    Apply suggestions from code review Playtester 2024-05-07 22:37:35 +02:00
  • c62395fe35 Cleanups and optimizations aleos 2024-05-07 13:34:33 -04:00
  • 6ffcedcda8 Merge branch 'master' into feature/map_zones aleos 2024-05-07 12:38:19 -04:00
  • 92b6879b30 Fixes a compile error aleos 2024-05-07 12:30:35 -04:00
  • 477c845027 Clean ups from review Thanks to @Lemongrass3110! aleos 2024-05-07 12:26:13 -04:00
  • 538470f985 Exported group constants Atemo 2024-05-07 16:35:08 +02:00
  • e02f546190 Updated item DB and mapcache up to may 2 2024 Atemo 2024-05-06 23:52:13 +02:00
  • d37c7e4f0b Use message conf Lemongrass3110 2024-05-07 09:42:50 +02:00
  • 703f606b36 Added an alias Lemongrass3110 2024-05-07 09:38:46 +02:00
  • 56f32bc7ad Merge branch 'master' of https://github.com/rathena/rathena into atcommand_cashshopsql Lemongrass3110 2024-05-07 01:13:17 +02:00
  • b5b61a7beb Removed db_use_sqlcashdbs Lemongrass3110 2024-05-07 01:09:20 +02:00
  • 968cb96043 Merge branch 'master' into hotfix/issue8146 Lemongrass3110 2024-05-07 00:55:46 +02:00
  • 423a5c406b Added check for natural expiration in status.cpp Lemongrass3110 2024-05-07 00:54:53 +02:00
  • 38e80385fd
    Apply suggestions from code review Lemongrass3110 2024-05-07 00:46:30 +02:00
  • a24529b4b3
    Merge branch 'master' into update_items idk-whoami 2024-05-07 02:45:19 +07:00
  • fe7e947874
    Corrections from code review idk-whoami 2024-05-07 02:39:40 +07:00
  • f62a90310b Further monster AI improvements - Monsters will now receive an aMotion walk delay after having used a skill - A monster that could not walk randomly because of walk delay will now walk immediately once the walk delay expires - Angry skills now also follow the one spell attempt per second rule and will always first be attempted at the end of the walk delay after a normal attack - Using angry or berserk skills will now set a monster's attack delay - Lazy monsters now use MOB_SKILL_INTERVAL for processing their AI rather than MIN_MOBTHINKTIME*10 so that MIN_MOBTHINKTIME can be reduced without having to worry about skills being cast more often - Removed "hack" to make monsters cast chase skills when trapped in icewall * This was solved by implementing checking for chase skills before starting to move * For truly official behavior you'd need to set MIN_MOBTHINKTIME to 20 Playtester 2024-05-06 20:07:15 +02:00
  • 8219f0a859 Merge branch 'master' of github.com:nquizx/rathena-jan2024 into chore/merge-with-master nquizx 2024-05-06 17:40:28 +00:00
  • 13ba386069
    Merge branch 'master' into update_items idk-whoami 2024-05-06 17:23:08 +07:00
  • c025d256ee Fixed compilation for PACKETVER < 20170830 Lemongrass3110 2024-05-06 02:31:33 +02:00
  • 40e24c1986 Merge branch 'master' into cleanup/packets Lemongrass3110 2024-05-06 02:15:09 +02:00
  • 1bf9e30104 Removed clif_updatestatus packets from old packetdb Lemongrass3110 2024-05-06 01:54:55 +02:00
  • 5c27383535 Removed clif_guild_xy packets from old packetdb Lemongrass3110 2024-05-06 01:51:46 +02:00
  • 96aada6b8a Removed clif_clearcart packets from old packetdb Lemongrass3110 2024-05-06 01:51:13 +02:00
  • 2c06a31df3 Removed clif_delitem packets from old packetdb Lemongrass3110 2024-05-06 01:50:26 +02:00
  • 24f3ed8ee0 Removed clif_dropitem packets from old packetdb Lemongrass3110 2024-05-06 01:49:34 +02:00
  • 36814e351f Removed clif_cutin packets from old packetdb Lemongrass3110 2024-05-06 01:48:51 +02:00
  • d298b78c5a Removed clif_viewpoint packets from old packetdb Lemongrass3110 2024-05-06 01:47:58 +02:00
  • 782fc8b731 Removed clif_scriptinputstr packets from old packetdb Lemongrass3110 2024-05-06 01:47:22 +02:00
  • 5ac6a60160 Removed clif_scriptinput packets from old packetdb Lemongrass3110 2024-05-06 01:46:54 +02:00
  • 39ae01aa1a Removed clif_scriptmenu packets from old packetdb Lemongrass3110 2024-05-06 01:46:14 +02:00
  • 0d2f6bec49 Removed clif_sendfakenpc packets from old packetdb Lemongrass3110 2024-05-06 01:45:15 +02:00
  • 540cb58427 Removed clif_scriptclose packets from old packetdb Lemongrass3110 2024-05-06 01:43:28 +02:00
  • 6c5384c0ec Removed clif_selllist packets from old packetdb Lemongrass3110 2024-05-06 01:42:46 +02:00
  • dda62a575d Removed clif_npcbuysell packets from old packetdb Lemongrass3110 2024-05-06 01:41:45 +02:00
  • 2ca76f1e38 Removed clif_fixpos packets from old packetdb Lemongrass3110 2024-05-06 01:41:11 +02:00
  • e3ef2af50c Removed clif_changemapserver packets from old packetdb Lemongrass3110 2024-05-06 01:39:43 +02:00
  • 373ea46e04 Removed clif_changemap packets from old packetdb Lemongrass3110 2024-05-06 01:38:42 +02:00
  • 85ecbad9cf Removed clif_move packets from old packetdb Lemongrass3110 2024-05-06 01:37:38 +02:00
  • 0a02a827c9 Removed clif_walkok packets from old packetdb Lemongrass3110 2024-05-06 01:36:34 +02:00
  • bc7ff6cf5d Removed clif_homskillup packets from old packetdb Lemongrass3110 2024-05-06 01:35:37 +02:00
  • 3f7deb7da2 Removed clif_homskillinfoblock packets from old packetdb Lemongrass3110 2024-05-06 01:34:41 +02:00
  • 6b9d0e0c15 Removed clif_send_homdata packets from old packetdb Lemongrass3110 2024-05-06 01:33:13 +02:00
  • 31d8b3f373 Removed clif_spiritcharm packets from old packetdb Lemongrass3110 2024-05-06 01:31:43 +02:00
  • 11695f803d Removed clif_millenniumshield packets from old packetdb Lemongrass3110 2024-05-06 01:30:14 +02:00
  • d66a424bcd Removed clif_clearunit packets from old packetdb Lemongrass3110 2024-05-06 01:27:25 +02:00
  • 9c68c886bc Removed clif_clearflooritem packets from old packetdb Lemongrass3110 2024-05-06 01:26:05 +02:00
  • fac740d4d4 Removed clif_charselectok packets from old packetdb Lemongrass3110 2024-05-06 01:25:08 +02:00
  • 269e9f0dd2 Removed clif_authfail_fd packets from old packetdb Lemongrass3110 2024-05-06 01:23:55 +02:00
  • 6da2935e76 Removed clif_authrefuse packets from old packetdb Lemongrass3110 2024-05-06 01:22:20 +02:00
  • ce5eab584d Removed clif_authok packets from old packetdb Lemongrass3110 2024-05-06 01:21:03 +02:00
  • 1ccd715234 Cleaned up clif_updatestatus Lemongrass3110 2024-05-06 01:18:19 +02:00
  • dfd03d5a95 Misc fixes to clif_updatestatus Lemongrass3110 2024-05-06 01:06:24 +02:00
  • 6b71dc5ac8 Cleaned up clif_guild_xy_remove Lemongrass3110 2024-05-06 00:38:09 +02:00
  • 373bb6137c Cleaned up clif_guild_xy_single Lemongrass3110 2024-05-06 00:35:51 +02:00
  • 33e2c5e1f1 Cleaned up clif_guild_xy Lemongrass3110 2024-05-06 00:31:11 +02:00
  • 48e256c5bc Cleaned up clif_delitem Lemongrass3110 2024-05-06 00:27:56 +02:00
  • f70a37a63c Cleaned up clif_dropitem Lemongrass3110 2024-05-06 00:23:28 +02:00
  • 20e22f923c Cleaned up clif_cutin Lemongrass3110 2024-05-06 00:19:09 +02:00
  • 78991779ca Fixed clif_wis_message Lemongrass3110 2024-05-06 00:12:38 +02:00
  • 4ac8e8b434 Cleaned up clif_viewpoint Lemongrass3110 2024-05-06 00:07:16 +02:00
  • 6372506c80 Cleaned up clif_scriptinputstr Lemongrass3110 2024-05-05 23:59:34 +02:00
  • 865bb9747d Cleaned up clif_scriptinput Lemongrass3110 2024-05-05 23:57:30 +02:00
  • b87dea2ef3 Cleaned up clif_scriptmenu Lemongrass3110 2024-05-05 23:55:36 +02:00
  • ebedaf8564 Cleaned up clif_sendfakenpc Lemongrass3110 2024-05-05 23:51:36 +02:00
  • 9b439fd066 Cleaned up clif_scriptclose Lemongrass3110 2024-05-05 23:48:50 +02:00
  • c60a50cc87 Cleaned up clif_selllist Lemongrass3110 2024-05-05 23:44:28 +02:00
  • 4ea3629b7f Cleaned up clif_npcbuysell Lemongrass3110 2024-05-05 23:35:17 +02:00
  • d56cf6dcc8 Cleaned up clif_fixpos Lemongrass3110 2024-05-05 23:32:24 +02:00
  • 3e581afd72 Cleaned up clif_changemapserver Lemongrass3110 2024-05-05 23:27:25 +02:00
  • 1b19392374 Cleaned up clif_changemap Lemongrass3110 2024-05-05 23:19:15 +02:00
  • 06bb9e6f94 Cleaned up clif_walkok Lemongrass3110 2024-05-05 23:13:23 +02:00
  • f001d85bcf Cleaned up clif_homskillup Lemongrass3110 2024-05-05 23:06:21 +02:00
  • b3314e1aab Cleaned up clif_homskillinfoblock Lemongrass3110 2024-05-05 23:00:35 +02:00
  • 67b1538309 chore: add build parallel for make nquizx 2024-05-05 16:46:51 +00:00
  • 4c256c3666
    Merge pull request #12 from nquizx/chore/merge-from-master nquizx 2024-05-05 23:46:13 +07:00
  • c6eabfa38a Merge branch 'master' of github.com:nquizx/rathena-jan2024 into chore/merge-from-master nquizx 2024-05-05 16:45:16 +00:00
  • 06f8b6788f chore: change names nquizx 2024-05-05 16:05:49 +00:00
  • e15f781150
    Merge pull request #13 from nquizx/feature/pet-evolution nquizx 2024-05-05 23:05:00 +07:00
  • 3ba327f6b4 feat(pet): done correct pet bonus script nquizx 2024-05-05 14:23:03 +00:00
  • 3bc4534c34 Ensure clientamotion is at least 1 already in constructor Playtester 2024-05-05 12:52:19 +02:00
  • ef28d9ed3c
    Apply suggestions from code review Playtester 2024-05-05 12:33:35 +02:00
  • d30e016554 Made synchronize_damage work together with delay_battle_damage Playtester 2024-05-05 12:25:20 +02:00
  • 2b027655c3 Resolves invalid parsed values aleos 2024-05-04 17:42:33 -04:00
  • fae8477842 ClientAttackMotion Min and Default - Added minimum value of 1 for ClientAttackMotion to prevent division by 0 - Changed default value from 432 to AttackMotion Playtester 2024-05-04 21:42:47 +02:00
  • 82afe60aca Synchronize Damage Feature - Added a new config synchronize_damage, when set to "yes", the client will display the damage of normal monster attacks at the exact time it is applied on the server, removing position lag (fixes #259) Playtester 2024-05-04 19:53:42 +02:00
  • caf9959a67 Fixes clif_viewequip_ack packet length Fixes #8303 Singe-Horizontal 2024-05-04 17:01:43 +02:00
  • 0f251638f9
    Cleanup eppc0330 2024-05-04 21:57:09 +09:00
  • e4d9292fb6 Added some Windows fixes, Added MAXXCON option to CMake Jittapan Pluemsumran 2024-05-04 19:47:01 +07:00
  • f54a204a7d Merge branch 'master' into refactor/cmake vstumpf 2024-07-05 01:01:11 +00:00
  • 529d8fea3d
    Reverting Magic Wand Quest to request Trunks (#8473) Carlosgrr 2024-07-04 15:33:14 -03:00
  • d2cb6c10e1
    Fixed packets 0x440 and 0x8cf (#8486) Lemongrass3110 2024-07-04 19:29:00 +02:00