Commit Graph

  • a9c8419aa6
    Update agit_start_se.txt rosald 2022-11-20 11:59:47 +08:00
  • 7182204deb
    Merge branch 'master' into Update-Warper-npc idk-whoami 2022-11-19 22:09:16 +07:00
  • 3024d08a39
    Fixes a crash from script command searchitem (#7446) Aleos 2022-11-19 08:54:47 -05:00
  • 0e1285a94b
    Remove range & path check for NPC's skill cast (#7422) eppc0330 2022-11-19 22:06:40 +09:00
  • 3953d2059c
    Apply suggestion eppc0330 2022-11-19 10:49:14 +09:00
  • 10b928d83f
    Apply suggestion eppc0330 2022-11-19 10:48:46 +09:00
  • c17123f82d Fixes a crash from script command searchitem * Fixes #7444. * Fixes a map-server crash generated by script command searchitem. Thanks to @Oysica, @Lemongrass3110, and @Atemo! aleos 2022-11-18 12:17:57 -05:00
  • 526a3fa048
    Added close3 script command (#7439) Atemo 2022-11-18 15:39:00 +01:00
  • ee57143ac4
    Merge branch 'master' into Update-Warper-npc idk-whoami 2022-11-18 13:46:06 +07:00
  • eb8587f5b5
    Removed the strange ACK function concept (#7404) Lemongrass3110 2022-11-17 22:09:12 +01:00
  • c021154ad9
    Merge branch 'master' into cleanup/ack_packets Lemongrass3110 2022-11-17 21:28:04 +01:00
  • aa57831360
    Update src/map/status.cpp Lemongrass3110 2022-11-17 21:23:57 +01:00
  • 125093ba05
    Merge branch 'rathena:master' into Magicmirror-damage-type-01 eppc0330 2022-11-17 13:43:52 +09:00
  • c9d732de0b
    Merge branch 'rathena:master' into New-Boss-Skills eppc0330 2022-11-17 13:43:46 +09:00
  • cbbead0da9 Clean the functions Atemo 2022-11-15 23:46:42 +01:00
  • 05812529d2 Added getitemdata and setitemdata Atemo 2022-01-24 16:02:59 +01:00
  • cc5770eda4
    Removed deprecated script command "unitemote" (#7443) Atemo 2022-11-16 23:00:53 +01:00
  • 77aed690ea
    Small clean-up and correction in item_db / combo DB (#7442) Atemo 2022-11-16 23:00:39 +01:00
  • 129ce465b0
    Adjust installation and service scripts (#7407) Livia Medeiros 2022-11-17 06:04:26 +09:00
  • 4747e0717e Removed deprecated script command "unitemote" Atemo 2022-11-16 20:45:16 +01:00
  • 48f0558e94 Small clean-up and correction in item_db / combo DB Atemo 2022-11-16 20:41:35 +01:00
  • b0c4b335a6 Makes close3 an alias of close Atemo 2022-11-16 20:34:58 +01:00
  • 4e6e2c1b31 Removed CLOSE3 from e_script_state and add a new script_state Atemo 2022-11-16 15:15:44 +01:00
  • 67a0334369 Minor reversions * Set back to global array rather than scoping it to unit_data. * Adjusted array to vector so it's large enough to handle a bigger stack. aleos 2022-11-16 09:14:36 -05:00
  • 5d8e034868
    Added HelpMeShorty dynamic npc and quest (#7415) Atemo 2022-11-16 14:42:53 +01:00
  • 0ab774e468 add a cache for last-fetched status Vincent Stumpf 2022-10-13 20:59:53 -07:00
  • 6d96d51c81 Use getSCE, make data access private Vincent Stumpf 2022-08-27 15:25:08 -07:00
  • 955ee5dbc3 add create, delete, clear SCE Vincent Stumpf 2022-08-27 15:24:55 -07:00
  • eb0a7e363a add getSCE Vincent Stumpf 2022-08-27 14:46:37 -07:00
  • c27d386401 Make map_session_data a class, call constructor/destructor on alloc/free Vincent Stumpf 2022-08-27 00:30:02 -07:00
  • 15e27b3567
    Updates the db README (#7436) Aleos 2022-11-15 17:31:07 -05:00
  • 9512eb81ca
    Added roulette command documentation (#7438) mazvi 2022-11-16 04:47:08 +07:00
  • 4aaba7a1c9 Added close3 script command atemo 2020-05-16 00:10:58 +02:00
  • d2e260c1a2
    Added roulette command atcommands.yml mazvi 2022-11-15 21:51:35 +07:00
  • b5cd939ac6 Formatting and encoding Atemo 2022-11-15 15:50:40 +01:00
  • 0488b1f196
    Merge branch 'master' into Update-Warper-npc idk-whoami 2022-11-15 21:40:07 +07:00
  • c415b51b88
    isdead script command (#7434) Atemo 2022-11-15 14:45:09 +01:00
  • 56f42677df
    Added roulette command mazvi 2022-11-15 06:59:32 +07:00
  • aa1400a48f Changed pc_isdead command to isdead and char id parameter to account id This will leave the possibility to update the command for any unit if needed later Atemo 2022-11-14 23:11:47 +01:00
  • a090a0a7ba
    Added an atcommand for roulette (#7433) Lemongrass3110 2022-11-14 21:32:10 +01:00
  • c9c43094d5
    Update doc/script_commands.txt Atemo 2022-11-14 20:17:39 +01:00
  • 0c6402a154 Fixes mob_avail example description aleos 2022-11-14 13:38:17 -05:00
  • b3ffb69421 Couple more spacing fixes aleos 2022-11-14 13:36:33 -05:00
  • d5e18ff0c8 Wrap examples in code blocks Thanks to @Lemongrass3110! aleos 2022-11-14 13:34:16 -05:00
  • 94a12c2f40 Updates the db README * Updates a couple examples from TXT to YML. aleos 2022-11-14 10:23:17 -05:00
  • 60191671a6 Resolves movable skill unit stack * Fixes #1270. * Resolves an issue where movable skill units, such as Guild Skills, would stack on cells and not properly clear on an object's death. * Increases the limit from 20 to size_t. Thanks to @RadianFord and @gidzdlcrz! aleos 2022-11-14 09:56:16 -05:00
  • ddfffaf6f6 pc_isdead script command Atemo 2022-11-14 15:28:11 +01:00
  • fc9d03bb68 Fixed a typo in upgrade sql Atemo 2022-11-14 15:14:13 +01:00
  • 8e6886e64a Merge branch 'master' into script/episode_17_2 Atemo 2022-11-14 14:57:39 +01:00
  • 6e566f7559 Typo Atemo 2022-11-14 14:53:55 +01:00
  • 28d3c0142c
    Merge branch 'master' into Update-Warper-npc idk-whoami 2022-11-13 02:55:03 +07:00
  • 76b108ad4c Added an atcommand for roulette Lemongrass3110 2022-11-12 20:11:43 +01:00
  • 03f04ed507
    Fixed a small typo in Poring Village Instance (#7432) violent01 2022-11-12 21:04:17 +03:00
  • 5e9e38f8e0 Fixed a small typo violent01 2022-11-12 20:45:21 +03:00
  • f0d7e0239f add clang-format file, clang-format action Vincent Stumpf 2022-11-11 21:21:18 -08:00
  • 3f7155bf84 Revert "Bumped db version" Jittapan 2022-11-12 12:13:53 +07:00
  • 9db030fcc6 Bumped db version Jittapan 2022-11-12 12:12:57 +07:00
  • a3703495a0
    New Achievements & first aid starter pack (#7414) Balfear 2022-11-12 02:18:02 +03:00
  • 55d3c1578c
    Itemlink command and integration (#7291) SapitoSucio 2022-11-11 11:04:41 -06:00
  • 94e98c13a9
    Merge branch 'master' into Update-Warper-npc idk-whoami 2022-11-11 21:46:33 +07:00
  • cf91a056e6 Update clif.cpp Balfear 2022-11-11 14:56:28 +03:00
  • 74177265be Fixed CI script and added more test cases Lemongrass3110 2022-11-11 00:51:34 +01:00
  • 31d2935421 Renamed to PR number Lemongrass3110 2022-11-11 00:17:14 +01:00
  • 712354e2c6 Try to fix CI order of scripts Lemongrass3110 2022-11-11 00:06:44 +01:00
  • 83cade22b4 Removed message itemlink Lemongrass3110 2022-11-11 00:06:32 +01:00
  • 8e9ab6699b More reverts Lemongrass3110 2022-11-10 23:28:08 +01:00
  • a0b3266acb Merge branch 'master' of https://github.com/rathena/rathena into feature/itemlink_rA Lemongrass3110 2022-11-10 23:23:28 +01:00
  • 9cb8bfe8a0 Major cleanup Lemongrass3110 2022-11-10 23:22:16 +01:00
  • d5c97b6c30 Added a convenience function for item id only calls Lemongrass3110 2022-11-10 23:00:55 +01:00
  • 5f3ba4e7e9 Link generation now centrally respects the config Lemongrass3110 2022-11-10 22:55:54 +01:00
  • c9c30ce09b Moved item link creation into the ItemDatabase class Lemongrass3110 2022-11-10 22:47:33 +01:00
  • ea81376d79
    Apply suggestions from code review Lemongrass3110 2022-11-10 22:34:29 +01:00
  • 437a2c7789
    Apply suggestions from code review Lemongrass3110 2022-11-10 22:32:46 +01:00
  • 96efb0e426
    Block dynamic NPCs in instances (#7429) Lemongrass3110 2022-11-10 22:14:42 +01:00
  • b43efb6915 Apply suggestions from code review Atemo 2022-11-10 14:14:39 +01:00
  • 3d53cdd61d Block dynamic NPCs in instances Lemongrass3110 2022-11-10 18:24:13 +01:00
  • d73cb5b032 typo Balfear 2022-11-10 17:31:45 +03:00
  • 5730ac7c23
    Apply suggestions from code review Balfear 2022-11-10 17:23:03 +03:00
  • f2a7236076 Switch on "roulette_bonus_reward" Balfear 2022-11-10 17:20:43 +03:00
  • 29db215373 removed comment Balfear 2022-11-10 15:54:52 +03:00
  • bf6baa5f8e Bonus item reward Balfear 2022-11-10 15:45:03 +03:00
  • 8700b83395 Merge remote-tracking branch 'rAthena/master' into feature/probability_fix Toshiro90 2022-11-10 13:37:47 +01:00
  • 4cb1af31f8
    Don't show attendance UI (#7424) Balfear 2022-11-10 15:35:27 +03:00
  • fdd1351353
    Fix skill SO_VARETYR_SPEAR Takius 2022-11-10 16:09:49 +05:00
  • 2a9203354f Update achievement_db.yml Balfear 2022-11-10 11:46:31 +03:00
  • fd23e1fbb0 Update achievement_db.yml Balfear 2022-11-10 11:42:39 +03:00
  • 3ceb1ed60d Added 2 new achievements Balfear 2022-11-10 11:28:37 +03:00
  • 87dd1f889e Added missed boxes Balfear 2022-11-10 11:28:04 +03:00
  • 46f1b004b6 Check attendance day Balfear 2022-11-10 10:30:10 +03:00
  • efd3b51d3a
    Merge branch 'master' into feature/macro_additions Aleos 2022-11-09 14:55:55 -05:00
  • d3082cd067 Fix warning with add_timer Vincent Stumpf 2022-11-09 11:22:23 -08:00
  • 05128692f2
    Remove range & path check for NPC's skill cast eppc0330 2022-11-09 22:02:25 +09:00
  • 5861da6bc4
    Merge branch 'master' into Update-Warper-npc idk-whoami 2022-11-09 16:03:45 +07:00
  • d5bb710eb3
    Fix typos (#7421) Livia Medeiros 2022-11-09 17:59:40 +09:00
  • c949182a36
    Fix typos LiviaMedeiros 2022-11-09 16:32:44 +08:00
  • 3515285f43
    Correction of getpetinfo parameter in item db (#7401) Atemo 2022-11-08 22:51:44 +01:00
  • 9910cf57be typo Balfear 2022-11-08 12:43:19 +03:00
  • a5dea28003 *fixes LG_OVERBRAND AfterCastActDelay, FixedCastTime, Cooldown muh 2022-11-08 07:53:45 +00:00
  • 5d86fd578a Merge branch 'skillupd' of github.com:datawulf/rathena into skillupd muh 2022-11-08 07:42:17 +00:00
  • 2553cfaacb *fixes merge error at SHC_ENCHANTING_SHADOW Duration2 thanks @eppc0330 muh 2022-11-08 07:42:11 +00:00