Commit Graph

  • 49578065b4 Fixes npc last path caching Fixes #7766 Singe-Horizontal 2023-05-18 04:18:22 +02:00
  • 480cf26283 Converted produce_db and skill_changematerial_db into YAML Atemo 2023-05-17 21:16:46 +02:00
  • 900735a490 Implemented new items up to may 17 2023 Added base data for 1st floor biosphere map Atemo 2023-05-17 20:49:50 +02:00
  • ccd7e5c14a
    Added debug output to navi.cpp (#7765) Stolao 2023-05-17 05:20:10 -07:00
  • 7c18321138
    Enabling EPOLL in cmake command (#7764) SapitoSucio 2023-05-17 06:19:06 -06:00
  • a03d1b60f9
    Merge branch 'master' into patch-1 Lemongrass3110 2023-05-17 11:07:05 +02:00
  • 5443d566a7 Always trigger CI on CMakeList changes Lemongrass3110 2023-05-17 11:06:19 +02:00
  • bcacb5d203
    Update navi.cpp Stolao 2023-05-17 01:57:30 -07:00
  • 8e79538a87
    Enabling EPOLL in cmake command SapitoSucio 2023-05-17 01:06:09 -06:00
  • a4a8e58ba1
    Little cleanup of skill_additional_effect (#7762) Lemongrass3110 2023-05-16 18:42:19 +02:00
  • 66fe93ef16 Cleanup to clif_cashshop_list Lemongrass3110 2023-05-16 18:03:17 +02:00
  • 1f113cd0e4 Cleanup to clif_cashshop_result Lemongrass3110 2023-05-16 17:59:35 +02:00
  • c58eccce68 Cleanup to clif_cashshop_show Lemongrass3110 2023-05-16 17:58:31 +02:00
  • d447f9ea48 Forward WFIFOHEAD allocation information Lemongrass3110 2023-05-16 17:49:35 +02:00
  • 251b8012b9 Forward socket allocation information Lemongrass3110 2023-05-16 17:39:10 +02:00
  • b5413b0997 Removed SCRIPT_CMD_END Terminate the script when SCRIPT_CMD_FAILURE is returned Atemo 2023-05-16 17:13:26 +02:00
  • 9d3b8f29ac Fixed compilation for PACKETVER < 20190807 Lemongrass3110 2023-05-16 16:35:02 +02:00
  • 8fd3e2d5e2
    Fixed a cant.attack bypass (#7753) Singe Horizontal 2023-05-16 16:17:28 +02:00
  • af28882a6f
    Removes player item bonus rate cap warnings (#7754) Aleos 2023-05-16 10:16:49 -04:00
  • ee345436de Added some malloc reporting Lemongrass3110 2023-05-16 16:05:48 +02:00
  • e3de744f82 Merge branch 'master' into hotfix/issue5382_v2 Lemongrass3110 2023-05-16 15:45:27 +02:00
  • 8f73f67395
    Apply suggestions from code review Lemongrass3110 2023-05-16 11:38:02 +02:00
  • 1b58a399e5 Little cleanup of skill_additional_effect Lemongrass3110 2023-05-16 11:34:50 +02:00
  • 5a3eb7ad52 update Singe-Horizontal 2023-05-16 00:10:42 +02:00
  • 3e73bba33d
    Update src/map/status.cpp Singe Horizontal 2023-05-15 23:59:39 +02:00
  • 95deb89f0f
    Update src/map/status.cpp Singe Horizontal 2023-05-15 23:59:34 +02:00
  • 715efbb12b
    Update src/map/status.cpp Singe Horizontal 2023-05-15 23:59:21 +02:00
  • 016e3570aa
    Fix incorrect script constants (#7758) Vincent Stumpf 2023-05-15 11:19:53 -07:00
  • 4e05efe2f7 Update achievements.md Danilo Lemes 2023-04-01 18:25:49 +01:00
  • 18adf5764b Update doc/effect_list.md Danilo Lemes 2023-03-31 22:59:04 +01:00
  • 850de955a6 Apply suggestions from code review Danilo Lemes 2023-03-31 22:58:46 +01:00
  • f8e3f6b5ca Update packet_struct_notation.md Danilo Lemes 2023-03-30 20:43:05 +01:00
  • b3ae51055e Update and rename effect_list.txt to effect_list.md Danilo Lemes 2023-03-30 20:42:16 +01:00
  • 75c3420707 Update achievements.md Danilo Lemes 2023-03-30 20:41:48 +01:00
  • 74311a17fb Update achievements.md Danilo Lemes 2023-03-30 15:04:12 +01:00
  • 438429e04f Apply suggestions from code review Danilo Lemes 2023-03-30 14:58:10 +01:00
  • 333aabe101 Update achievements.md Danilo Lemes 2023-03-30 14:55:47 +01:00
  • 9776f24224 Update achievements.md Danilo Lemes 2023-03-30 13:20:10 +01:00
  • acc675e1b1 Update and rename achievements.txt to achievements.md Danilo Lemes 2023-03-30 13:07:25 +01:00
  • f22f1292ad Apply suggestions from code review Danilo Lemes 2023-03-30 12:34:54 +01:00
  • b353fb4acc Update and rename packet_struct_notation.txt to packet_struct_notation.md Danilo Lemes 2023-03-30 10:46:17 +01:00
  • 740628a53b Fix incorrect script constants Vincent Stumpf 2023-05-14 18:41:06 +00:00
  • fcf0b5d821
    Corrected NPC Count when reloading scripts (#7756) Atemo 2023-05-13 19:01:48 +02:00
  • 360501322c Corrected NPC Count when reloading scripts Atemo 2023-05-13 14:54:16 +02:00
  • ba86a76e39 Removes player item bonus rate cap warnings * Removes all of the warnings that were displayed when players had item bonuses that eventually reached the min/max rate. * The rate is already capped so the warning was just a redundant message that could spam the console. aleos 2023-05-12 07:54:17 -04:00
  • b4b69a2cc1
    Fixed an issue where mobs instantly walked after being spotted (#7738) Atemo 2023-05-12 00:34:36 +02:00
  • 6d521798a0 Fixed pointer being always null Fixes #7743 Singe-Horizontal 2023-05-11 16:44:19 +02:00
  • 9c21d3af04 Clean-up script.cpp * Introduced SCRIPT_CMD_END which display an error and put the script state to end Atemo 2023-05-10 21:49:15 +02:00
  • 9c640ce991 Added check Atemo 2023-05-10 21:15:34 +02:00
  • 8ab5d9a48e Updated this behavior only on the monster script command Atemo 2023-05-10 17:42:51 +02:00
  • d3b99e6dc1
    Fixed market response packet when purchase fails (#7751) Jittapan Pluemsumran 2023-05-10 20:44:08 +07:00
  • c7b27cf403
    Fixed market response packet when purchase fails Jittapan Pluemsumran 2023-05-10 15:09:32 +07:00
  • 3a6992d125
    Merge branch 'rathena:master' into Magicmirror-damage-type eppc0330 2023-05-04 16:00:30 +09:00
  • dfa7e5e084
    Rename Upgrade SQL (#7742) mazvi 2023-05-04 08:15:53 +07:00
  • cb3c836e27
    Rename Upgrade SQL mazvi 2023-05-02 15:48:56 +07:00
  • fe7f2e09a8
    Update Item Inside Special_Alloy_Trap_Box mazvi 2023-05-02 07:20:48 +07:00
  • e934f70ae3 Remove attacked id at start of mob_ai_sub_hard Singe-Horizontal 2023-04-28 22:47:59 +02:00
  • 3b9ee391fd Fixed an issue where mobs instantly walked after being spotted MIN_RANDOMWALKTIME was initialized too early Atemo 2023-04-27 23:45:30 +02:00
  • cedd10a9dc export script constants for mobs and items Vincent Stumpf 2023-04-27 02:17:29 +00:00
  • 84bf6b87f1
    Fixed an issue for map_drops.yml (#7735) Atemo 2023-04-26 23:35:24 +02:00
  • cf3dd23529 Fixed an issue for map_drops.yml Atemo 2023-04-26 22:39:56 +02:00
  • 6308b4feaf Follow-up d7840cd265 Atemo 2023-04-26 22:31:32 +02:00
  • d7840cd265
    Einbech dungeon 3 (#7209) Atemo 2023-04-26 18:39:24 +02:00
  • 435db552e2 Corrections Atemo 2023-04-26 16:26:27 +02:00
  • 4718d5e813
    Added new status flag RequireNoWeapon (#7201) Singe Horizontal 2023-04-24 18:01:24 +02:00
  • 81513eadd9 Updated to match status rework Singe-Horizontal 2023-04-24 16:36:42 +02:00
  • d5d2b979fa Added doc for RequireNoWeapon Singe-Horizontal 2022-09-26 16:44:40 +02:00
  • 0e8827627a Applied changes to renewal Singe-Horizontal 2022-08-22 11:23:23 +02:00
  • 139e633209 Added new status flag RequireNoWeapon Fixes #7200 Singe-Horizontal 2022-08-21 18:41:53 +02:00
  • b4be3b059a
    Prevent an uint underflow and reformat array_size occurences in some commands (#7729) Singe Horizontal 2023-04-23 04:42:13 +02:00
  • 416a33720c Typo Atemo 2023-04-23 00:37:35 +02:00
  • 56d63d7eda Removed MD_NOCAST and MD_NORANDOMWALK from default clone mode Added MD_NORANDOMWALK for slaveclone Atemo 2023-04-22 23:21:31 +02:00
  • 606bc29108 small fixes Singe-Horizontal 2023-04-22 13:30:29 +02:00
  • 8ea481add8
    Provoke Status from Skill Autoberserk will be gone when player use flywing or teleport #7610 Mr Grohminet 2023-04-21 21:01:26 +02:00
  • 600f83df72 Prevent an int underflow and reformat array_size Fixes #7728 Singe-Horizontal 2023-04-20 15:52:56 +02:00
  • 9051fc644d
    Corrected NPC_DARKBREATH formula (#7285) Singe Horizontal 2023-04-20 10:13:37 +02:00
  • 9df8f9f113
    Corrects a short-circuit bug in status_change_clear_buffs (#7724) Singe Horizontal 2023-04-20 00:55:44 +02:00
  • d728ac3e6b now uses only one formula for both modes Singe-Horizontal 2023-04-20 00:22:35 +02:00
  • 4f1fc39b35 added a const ref for bit flag Singe-Horizontal 2023-04-19 19:43:28 +02:00
  • 66f6c3e27b Added renewal logic Singe-Horizontal 2023-04-19 17:58:09 +02:00
  • 9f56290e36 Corrects a short-circuit bug in status_change_clear_buffs Fixes #7723 Singe-Horizontal 2023-04-19 14:45:54 +02:00
  • ab66c4713e
    Merge branch 'rathena:master' into Magicmirror-damage-type eppc0330 2023-04-19 08:24:29 +09:00
  • ea65c1b9ba
    ViewID correction of item IDs 20765 (#7720) idk-whoami 2023-04-18 22:17:31 +07:00
  • a5f72b2975
    Merge branch 'master' into hotfix/7697 idk-whoami 2023-04-18 05:36:10 +07:00
  • 19ab3635f3
    ViewID correction of item IDs 20765 idk-whoami 2023-04-18 05:23:04 +07:00
  • 90e8e45c8f
    Merge branch 'rathena:master' into Magicmirror-damage-type eppc0330 2023-04-18 05:04:02 +09:00
  • 339adbbe2d
    Fixes the pincode system (#7719) Lemongrass3110 2023-04-17 18:20:15 +02:00
  • 19641cee50 Fixes the pincode system Lemongrass3110 2023-04-17 08:57:35 +02:00
  • 579dea8fad
    Add debug logs for debugging client connections (#7701) Vincent Stumpf 2023-04-16 22:47:06 -07:00
  • daa69b2596 Fix pincode skip if new character Vincent Stumpf 2023-04-17 05:25:56 +00:00
  • 5a39765d53 Fix copypaste error Vincent Stumpf 2023-04-17 05:18:11 +00:00
  • 8604cae366 Merchant Atemo 2023-04-16 23:04:33 +02:00
  • 7cc889b6ec Clean-up Atemo 2023-04-16 23:00:54 +02:00
  • 665eb969ed
    Corrected animation of the skill SHC_SAVAGE_IMPACT (#7717) Atemo 2023-04-16 22:59:19 +02:00
  • 926ef57184 Einbech dungeon 3 Atemo 2022-08-24 16:42:29 +02:00
  • 2fe7a76f20 Corrected animation of the skill SHC_SAVAGE_IMPACT * Fixed an issue where the client did not update the position of the player * Additionally fixed the player direction when the player casts the skill while being on the same cell of the target Atemo 2023-04-16 15:10:14 +02:00
  • 939567d361
    Fixed an issue with cloak*npc (#7715) Atemo 2023-04-16 14:58:47 +02:00
  • 7093a2547a format Vincent Stumpf 2023-04-16 06:59:17 +00:00
  • ed312eed7c Address comments Vincent Stumpf 2023-04-16 06:58:51 +00:00
  • 4dc8fd3efa Merge branch 'master' of https://github.com/rathena/rathena into skillupd Lemongrass3110 2023-04-16 03:59:28 +02:00