Commit Graph

  • 1952c94991 Merge branch 'master' into feature/itemdb2yaml aleos 2020-06-26 11:32:05 -04:00
  • 005a2c4f48
    Fixed slave monsters not teleporting with their master (#5150) Daegaladh 2020-06-26 17:29:49 +02:00
  • 8d4b9ddc8c Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-06-26 21:44:16 +07:00
  • 0f9dde4e33
    OnTouch support when npc is walking (#5134) Atemo 2020-06-26 15:59:39 +02:00
  • ffb91fff89 Code moved to unit_warp *Thanks to @aleos89 for the suggestion Daegaladh 2020-06-26 15:52:49 +02:00
  • 0fb4c9b578
    Merge branch 'master' into feature/automatic_sql_updater feature/automatic_sql_updater Aleos 2020-06-26 09:51:39 -04:00
  • dc363a163a Commit suggestions from code review atemo 2020-06-26 15:31:02 +02:00
  • 9977690679 Adjusts individual fixed cast levels aleos 2020-06-26 09:25:56 -04:00
  • 606f299d58 address more comments vstumpf 2020-06-25 22:37:26 -07:00
  • 6aac25a440 address more comments vstumpf 2020-06-25 09:48:52 -07:00
  • 5daa53fdcc address comments vstumpf 2020-06-25 00:22:19 -07:00
  • 5a1121ca61 Update packetvers vstumpf 2020-06-24 19:59:33 -07:00
  • 352dfd8436 hu? u vstumpf 2020-06-23 22:19:31 -07:00
  • 646c2c8860 updated vstumpf 2020-06-23 21:50:57 -07:00
  • db6d274db6 Added SQL file changes * Adjusted main SQL files from smallint(5) to int(10). * Added upgrade SQL scripts. aleos89 2019-04-25 10:49:03 -04:00
  • 2d3bb42d2d Small revert * Reverted a print specifier. aleos89 2019-04-25 09:58:49 -04:00
  • 4aec019120 Converted msg_table strings to use %u versus %hu aleos89 2019-04-25 09:50:45 -04:00
  • 6bc22a0047 only use typedef for packets vstumpf 2019-01-10 04:29:34 +00:00
  • d3dd6277be change type name, get rid of some ifdefs vstumpf 2019-01-09 06:38:01 +00:00
  • 07db7e5813 clean compiles vstumpf 2019-01-09 06:14:58 +00:00
  • 412b452e48 70% done vstumpf 2019-01-07 08:45:12 +00:00
  • 6e189ea76f clif is mostly done vstumpf 2019-01-07 07:43:17 +00:00
  • 86704657c2 20% done vstumpf 2019-01-07 04:49:27 +00:00
  • 61256fec4d Update start.sql Kanin Temsrisuk 2020-06-26 09:12:21 +07:00
  • 8892a71279 Merge branch 'correct_up_item_db_27_apr_2020' of https://github.com/kaninhot004/Start into template Kanin Temsrisuk 2020-06-26 09:07:52 +07:00
  • 99183cad1f Update item_combo_db.txt Kanin Temsrisuk 2020-06-26 09:07:03 +07:00
  • a5815c66fe Merge branch 'master' of https://github.com/rathena/rathena into correct_up_item_db_27_apr_2020 Kanin Temsrisuk 2020-06-26 09:06:00 +07:00
  • 28b22be3e2 Update item_db.txt Kanin Temsrisuk 2020-06-26 09:03:51 +07:00
  • 1485217231 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-06-26 09:01:47 +07:00
  • 825aff48a2 Added an extra check for slave_stick_with_master so the slaves aren't called twice Daegaladh 2020-06-25 23:43:30 +02:00
  • cf50ffdcc0 Fixed slave monsters not teleporting with their master Daegaladh 2020-06-25 23:10:25 +02:00
  • f86a237f8a Commit suggestion from code review atemo 2020-06-25 21:51:35 +02:00
  • 7638b1bb42 (Re)added the cards atemo 2020-06-25 21:12:23 +02:00
  • 0aa7248fbb Merge branch 'master' into script/skyfortrest_instance atemo 2020-06-25 21:08:17 +02:00
  • 23fdc6ab16
    Merge branch 'master' into feature/rdmopt_update Atemo 2020-06-25 20:55:16 +02:00
  • f082562c3e Updated item_randomopt_db atemo 2020-06-25 20:52:26 +02:00
  • ed797e6647 Resolves conflits atemo 2020-06-25 20:16:59 +02:00
  • 8fb74a53e3 Merge branch 'master' into feature/rdmopt_update atemo 2020-06-25 20:13:22 +02:00
  • 11164b275c SQL synchronization rAthenaAPI 2020-06-25 20:06:13 +02:00
  • 96bf3904db
    Added the race RC_PLAYER_DORAM (#5132) Atemo 2020-06-25 20:06:04 +02:00
  • 464e570181 Fixes Flame Launcher burning duration * Fixes #5147. * Flame Launcher should give burning status for 7 * skill level. * Burning no longer requires val2 or val3 values. aleos 2020-06-25 13:55:19 -04:00
  • c4c2f5fd48 Removed RC_PLAYER_DORAM from geffen magic tower buff atemo 2020-06-25 19:49:02 +02:00
  • 940c22a6ee
    Fixed accessory-card insertion (#5145) Atemo 2020-06-25 19:33:38 +02:00
  • cd12022c2f
    Adjusts vector to be const static Aleos 2020-06-25 13:24:40 -04:00
  • 4591ece39a Adds support for Tetra Vortex to be used by mobs * Fixes #2128. * Adds support for mobs to be able to cast Tetra Vortex. * Adjusts duration of different status effects to official. Thanks to @Felleonel and @mrjnumber1! aleos 2020-06-25 09:58:06 -04:00
  • b0ab6cce93 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-06-25 20:56:39 +07:00
  • 9e79d59d2d SQL synchronization rAthenaAPI 2020-06-25 15:35:05 +02:00
  • dccf15292f
    Fixed Temporal Boots DB (#5022) qwerty7vp 2020-06-25 20:34:53 +07:00
  • ae681a83d4
    Apply suggestions from code review Jittapan Pluemsumran 2020-06-25 12:17:39 +07:00
  • de96052729
    Corrected typo in the comment Jittapan Pluemsumran 2020-06-25 12:17:12 +07:00
  • 89c530f156 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-06-25 09:06:16 +07:00
  • c14f05b652 Fixed supportive monsters calling monsters with no assist mode Daegaladh 2020-06-25 02:55:22 +02:00
  • 4c1955664f Fixes a compile warning * Follow up to 5ef29be. * Casts the size of the guild storage log to int16. aleos 2020-06-24 20:40:34 -04:00
  • 6490cebd59 Fixed accessory-card insertion atemo 2020-06-24 23:29:35 +02:00
  • 5ef29be68e
    Fixed an issue with guild storage log (#5138) Lemongrass3110 2020-06-24 22:36:55 +02:00
  • 00d6014c8c
    Web authentication token feature (#5093) Jittapan Pluemsumran 2020-06-25 03:15:58 +07:00
  • 1c3fdeba10 Renamed the SQL upgrade file [skip ci] Jittapan Pluemsumran 2020-06-25 03:13:43 +07:00
  • 9aa579c15f More cleanups Jittapan Pluemsumran 2020-06-25 03:08:32 +07:00
  • c350705926 Follow up for clif_parse_GuildChangeEmblem2 Jittapan Pluemsumran 2020-06-25 02:36:19 +07:00
  • 4cba1f9235 Cleans up atcommand soulball aleos 2020-06-24 15:34:20 -04:00
  • cde5958cc5 Clean up guild_check_emblem_change_condition Jittapan Pluemsumran 2020-06-25 02:29:32 +07:00
  • 356fe67ed5 Guild emblem implementation for late 2019 clients or later valhein 2020-06-24 20:45:50 +07:00
  • 844e86597e Corrects Fire Dance ammo consumption * Fixes #5137. * Fire Dance should remove 3 bullets. Thanks to @Badarosk0! aleos 2020-06-24 15:13:15 -04:00
  • 3079611a5f Fixed a problem with going back to char selection Lemongrass3110 2020-06-24 21:04:49 +02:00
  • 8fb2a10aa9 Further cleanup Lemongrass3110 2020-06-24 20:43:03 +02:00
  • 8874b74735 Status ending * Souls (any count) should be removed after 10 minutes. aleos 2020-06-24 14:24:16 -04:00
  • 9c273a522d Soul Reaper souls now persist relog * Fixes #5032. * Soul Reaper souls will now persist relogs. * Removed the soul_timer as the timer data is stored to the status change. Thanks to @laziem and @Tokeiburu! aleos 2020-06-24 14:17:26 -04:00
  • a03f86b90f Merge branch 'correct_up_item_db_27_apr_2020' of https://github.com/kaninhot004/Start into template Kanin Temsrisuk 2020-06-24 23:30:13 +07:00
  • 0e440abf2a Corrected item db, item combo db. Kanin Temsrisuk 2020-06-24 23:28:26 +07:00
  • 4d480bebbb Merge branch 'master' of https://github.com/rathena/rathena into correct_up_item_db_27_apr_2020 Kanin Temsrisuk 2020-06-24 23:03:25 +07:00
  • e30f2b9fdb Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-06-24 23:02:40 +07:00
  • 0c299bf85f SQL synchronization rAthenaAPI 2020-06-24 16:31:44 +02:00
  • 3bdd0fbcae
    Sarah and fenrir instance hotfix (#5140) Atemo 2020-06-24 16:31:36 +02:00
  • 27cef7bf86
    Fixed lucky roulette updating (#5139) Lemongrass3110 2020-06-24 08:57:36 +02:00
  • 2aff7439de Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-06-24 09:15:40 +07:00
  • d35e2899d9 Fixed passive slave monsters becoming aggressive (Passive slave monsters officially get stuck when are too far from their master and lost their target) *Follow up to 04ba3e3d96887ca766fee7ae0e62e5252313ce22 Daegaladh 2020-06-24 02:52:22 +02:00
  • f05e8b495c Corrected MM_SARAH monstter mode Changed warpparty to mapwarp command in the instance script for now atemo 2020-06-24 00:14:18 +02:00
  • 0ecf1eb56f Fixed lucky roulette updating Lemongrass3110 2020-06-23 23:58:18 +02:00
  • 1ea2ab28bb Fixed an issue with guild storage log Lemongrass3110 2020-06-23 23:55:14 +02:00
  • aaa9d2a9fb Replaced PC_Player by RC_Player_Human and added a deprecation notice atemo 2020-06-23 21:16:25 +02:00
  • 6c7e2c33cb Updated the DB for doram race atemo 2020-06-23 21:00:33 +02:00
  • 9f35451226 Adjusts behavior of skill fixed cast time * Fixes #1061. * Skills no longer assign 20% of the variable cast to fixed cast. * Inverts the skill database behavior so that 0 actually means 0 cast time and -1 represents 20% behavior for backwards support. * Updates documentation. Thanks to @Tokeiburu! aleos 2020-06-23 11:40:56 -04:00
  • 3158c542de
    Fixes NC_REPAIR and NC_SHAPESHIFT requirements (#5129) Aleos 2020-06-23 10:58:35 -04:00
  • 460b772aa1
    Corrected 'Healer Haru' npc to grant permanently first aid to doram race (#5135) Atemo 2020-06-23 15:39:12 +02:00
  • 15c3c3d3fc
    Player skill check Aleos 2020-06-23 09:25:17 -04:00
  • 298ec695d3
    Minor cleanup Aleos 2020-06-23 09:17:19 -04:00
  • b1c931f9e3
    Merge branch 'master' into hotfix/issue4524 Aleos 2020-06-23 09:14:10 -04:00
  • 4b8879170d SQL synchronization rAthenaAPI 2020-06-23 05:00:42 +02:00
  • 9f4972d7d3 Mob and NPC Identity Update rAthenaAPI 2020-06-23 05:00:30 +02:00
  • d926cfd50e Merge branch 'master' of https://github.com/rathena/rathena into correct_up_item_db_27_apr_2020 Kanin Temsrisuk 2020-06-23 09:00:48 +07:00
  • e3455d1a6f Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-06-23 08:57:23 +07:00
  • fc4f82838e
    Corrected guild relay script (#5131) Atemo 2020-06-23 01:43:42 +02:00
  • 0417bf83ab Corrected 'Healer Haru' npc to grant permanently first aid to doram race atemo 2020-06-23 01:39:33 +02:00
  • 9844afb75a Added support to trigger 'OnTouch'/'OnTouch_' npc label when a npc is moving through npcwalkto script command atemo 2020-06-23 01:21:14 +02:00
  • e278678403
    Fixed typo in GeffenMagicTournament.txt (#5133) Atemo 2020-06-23 01:15:50 +02:00
  • 4c5eab8c67 Fixed typo in GeffenMagicTournament.txt atemo 2020-06-22 20:36:25 +02:00
  • 12ae97fd48 Added RC_PLAYER_DORAM to differentiate summoner race from monster race RC_BRUTE (similiarly to RC_Player_Human and RC_DemiHuman) atemo 2020-06-22 20:14:51 +02:00
  • 9f16d167b7
    Corrected Wanderer Outer + Wanderer's Sakkat combo (#5130) Atemo 2020-06-22 20:01:12 +02:00
  • 17c154ecc1 Corrected guildtime variable value to match official script atemo 2020-06-22 19:59:29 +02:00
  • d2c3967805 Fixes a potential crash aleos 2020-06-22 13:20:37 -04:00