Commit Graph

  • 97170c4ffb Adjusts a few gender type returns aleos 2020-06-02 08:49:55 -04:00
  • f3efd39c70 Converts item_id storage back to unsigned aleos 2020-06-02 08:27:36 -04:00
  • 3ccb23ce99 Resolves compile error for CSV2YAML tool aleos 2020-06-02 08:27:16 -04:00
  • a956d40747 SQL synchronization rAthenaAPI 2020-06-02 04:00:41 +02:00
  • 3691a21e3d Mob and NPC Identity Update rAthenaAPI 2020-06-02 04:00:28 +02:00
  • c79f6d3d9c Various improvements and fixes Thanks to @Lemongrass3110! aleos 2020-06-01 17:09:18 -04:00
  • 2d7252ecdc Partial revert from testing aleos 2020-06-01 09:44:19 -04:00
  • 8aaad23aaf Follow up to 76b2b08 aleos 2020-06-01 09:00:56 -04:00
  • cc276b3b7a Fixes a couple missing string conversions * Renames jname to ename. aleos 2020-06-01 08:57:40 -04:00
  • 9de68f6a3f Merges item_avail into item_db.yml * The item_avail database is now part of item_db.yml. * Moves defines to db/import/item_alias.yml. * Adjusts various documentation. aleos 2020-06-01 08:31:41 -04:00
  • 24c22c7741 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-06-01 09:28:08 +07:00
  • 088efd44e2 Fixes pet.cpp 1209 "//FIXME: delete taming item here, if this was an item-invoked capture and the item was flagged as delay-consume [ultramage]" Seravy 2020-06-01 03:25:07 +02:00
  • e3fadf0d60 Added a missing percentheal Lemongrass3110 2020-06-01 00:48:20 +02:00
  • 8ee4a85fc7 Merge branch 'master' into packets/2020-04 Lemongrass3110 2020-06-01 00:40:52 +02:00
  • 613b0d47b5 Updated to master atemo 2020-05-31 19:41:26 +02:00
  • 97262a92d7 Merge branch 'master' into script/wave_instance atemo 2020-05-31 19:27:39 +02:00
  • 371d81247b Fixes memory leaks aleos 2020-05-31 12:11:10 -04:00
  • cd0937c468
    Fix missing pet egg checks (#5029) SeravySensei 2020-05-31 16:11:01 +02:00
  • b3ed627bba Fixed market shop replies Lemongrass3110 2020-05-31 16:03:18 +02:00
  • 740063114b Fixed big storages for real this time Lemongrass3110 2020-05-31 15:58:32 +02:00
  • f88eff8831 Fixed clif_name "bad type 64" Lemongrass3110 2020-05-31 15:14:28 +02:00
  • a6e46a84ab Fixed talkie box Lemongrass3110 2020-05-31 15:08:08 +02:00
  • d0567a360d Added a warning when packet length is invalid Lemongrass3110 2020-05-31 14:55:17 +02:00
  • a4b4f05e9c Update Gramps to April 9 set Eric 2020-05-31 13:28:14 +10:00
  • 531e994202 Merge branch 'master' into chocobot-ro Eric 2020-05-31 12:49:22 +10:00
  • 075e63ea56 Fixes Card Seller * Adjusts Card Seller query to use new column name. aleos 2020-05-30 21:37:25 -04:00
  • d555e082cd Trim item scripts aleos 2020-05-30 21:30:13 -04:00
  • 2a3a1a28d3 Adjusts item class to TypesafeCachedYamlDatabase * Creates faster lookups of cached data based on log(1). * Adjusts storage of item ID from uint32 to int32. aleos 2020-05-30 21:07:00 -04:00
  • 1123374b08 Cleanup of dummy_item * Adjusts dummy_item from being created by malloc and now creates it by make_shared. * dummy_item is no longer a global variable as all that was being used during the lookup was the ITEMID_DUMMY. * Moves the freeing of item combo destruction to the item_data struct. aleos 2020-05-30 21:01:30 -04:00
  • 2fa4501576 Merge branch 'master' into feature/itemdb2yaml aleos 2020-05-30 20:51:34 -04:00
  • 89ad638878 Minor fixes * ATK should range from 80-140. * Fixes Earthquake attack type to use what's defined in the skill_db. Thanks to @mrjnumber1 and @Daegaladh! aleos 2020-05-30 19:53:55 -04:00
  • fd064e4b8b Updates ATK formula to official Thanks to @mrjnumber1! aleos 2020-05-30 16:56:36 -04:00
  • 6318f4b8f0 Fixes some final SQL error messages * Properly create the sql_updates table if it doesn't exist. * Adds a parameter to suppress SQL error messages during queries. * Adjusts patch_date to datetime format. aleos 2020-05-30 13:50:08 -04:00
  • 1e4e21d8ae Merge branch 'master' into script/wave_instance atemo 2020-05-30 16:27:18 +02:00
  • 97d37d7ef1 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-05-30 10:21:32 +07:00
  • 7e6e618e89 Save SQL update progress to a SQL table * Moves storage of progress from a flat file to a SQL table. aleos 2020-05-29 22:08:11 -04:00
  • 32a8584095 Fix missing pet egg checks Seravy 2020-05-30 00:51:08 +02:00
  • 1921912fc1 Remove warning * Remove a warning if modes don't match. aleos 2020-05-29 16:39:41 -04:00
  • 2c1477d4ce SQL synchronization rAthenaAPI 2020-05-29 21:08:43 +02:00
  • bb5fd45d09
    Corrects Valkyrie Knife item script (#4948) qwerty7vp 2020-05-30 02:08:35 +07:00
  • 74cbb835b6 Fixes a compile error * Adds a missing semicolon for pre-renewal. aleos 2020-05-29 14:58:16 -04:00
  • 0de5244c56 SQL synchronization rAthenaAPI 2020-05-29 20:20:20 +02:00
  • ec05f56ecb
    Whikebain Ears should Ignore 100% MDEF (#5025) qwerty7vp 2020-05-30 01:20:10 +07:00
  • d386d515a2
    Fix Racing Cap combo with Racing 3Lv (#5020) LordWhiplash 2020-05-29 14:40:20 -03:00
  • 28ca72d60f
    Convert instance_db.txt to instance_db.yml format GMFenrir 2020-05-30 00:53:54 +08:00
  • 6f163887d0
    Changes display format Aleos 2020-05-29 12:24:05 -04:00
  • f6cfc40c24 Fixes Rune Mastery visual effects * Fixes #5023. * Fixes Rune Mastery displaying a success effect under the failure effect when a Rune fails to be produced. Thanks to @Masao87! aleos 2020-05-29 11:05:45 -04:00
  • 7c07122fc2 bonus2 xd qwerty7vp 2020-05-29 22:02:27 +07:00
  • 1f77a6d7ed Changed items autobonus qwerty7vp 2020-05-29 21:59:58 +07:00
  • 76b2b08f6d Fixes SQL job checks being inverted aleos 2020-05-29 09:05:16 -04:00
  • 40a010a1b7 Merge branch 'master' into feature/itemdb2yaml aleos 2020-05-29 08:38:14 -04:00
  • 5faaea80f4 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-05-29 12:37:08 +07:00
  • 0ea96c34f0 Fixed Bonus for Slotted Version qwerty7vp 2020-05-29 12:00:25 +07:00
  • 0172d22686 Fixed Ignore MDEF of item qwerty7vp 2020-05-29 10:07:33 +07:00
  • 4f68d0c144
    Fixes Mercenary kill counter (#5010) Aleos 2020-05-28 13:22:31 -04:00
  • 082f69f845 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-05-28 22:50:45 +07:00
  • 9fb2eddb1d Fixed Super Novice can be used Temporal Boots qwerty7vp 2020-05-28 22:47:28 +07:00
  • c3e5e4a74f
    Reverts Ensemble fatigue to 10 seconds Aleos 2020-05-28 11:43:33 -04:00
  • 023dcac49f
    Adjusts Reverberation behavior (#5013) Aleos 2020-05-28 11:37:31 -04:00
  • 96007af856 Adds support for sharing battle-type Achievements * Fixes #5018. * Adds support for sharing battle-type Achievements when killing monsters. * The behavior mimics Quest objectives. * Adds a battle_config to easily toggle (off by default until confirmed on kRO). Thanks to @MccloudBR's suggestion! aleos 2020-05-28 11:19:50 -04:00
  • 68465fd685 Fixed showname Lemongrass3110 2020-05-28 16:06:01 +02:00
  • af2c9fbdbb Implemented guild storage log Lemongrass3110 2020-05-28 15:19:21 +02:00
  • 9105fd2cae Added another copyright header Lemongrass3110 2020-05-28 14:43:48 +02:00
  • 05807b6d98 Fixed sending of big storages Lemongrass3110 2020-05-28 14:43:01 +02:00
  • 7af9efd19b Fixed carts Lemongrass3110 2020-05-28 14:08:32 +02:00
  • 9563dd6293 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-05-28 09:17:28 +07:00
  • e09cada7e5
    Fix Racing Cap (Super Novice) combo with Racing 3Lv LordWhiplash 2020-05-27 21:08:41 -03:00
  • 7e38cc6fa8 SQL synchronization rAthenaAPI 2020-05-27 22:54:02 +02:00
  • 55e3d45fa1
    Fix Whikebain's Black Tail (#5016) LordWhiplash 2020-05-27 17:53:55 -03:00
  • f870260f08 Fixes Reading Spellbook * Fixes Reading Spellbook not memorizing the spell when using the item. * Minor cleanups and fixes for Release. aleos 2020-05-27 14:40:21 -04:00
  • 3fdca18c13 Cleans up Release cast requirement Thanks to @Balferian! aleos 2020-05-27 10:14:26 -04:00
  • df9fa7bc15 Adjusts NPC_EARTHQUAKE behavior * Fixes #3176. * Converts the skill to a unit-based skill. * Damage is now properly calculated based on the caster's ATK. * Damage is considered magic with the element forced to Neutral. * Now ignores target's DEF and Land Protector. * Removed old bits of the skill. Thanks to @poporing, @mrjnumber1, @Daegaladh, @malufett, and @exneval! aleos 2020-05-27 09:56:07 -04:00
  • 7efd696af7
    Added several check for OnTouch and OnTouch_ before running the event (#5009) Atemo 2020-05-27 15:52:37 +02:00
  • 805a899d79 Update Header attackjom 2020-05-27 12:48:54 +07:00
  • df533d9a05 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-05-27 10:47:20 +07:00
  • 63c1ec8857 Fix Whikebain's Black Tail LordWhiplash 2020-05-26 20:29:08 -03:00
  • 386ffbd5a0 Clean up Brasilis Town valhein 2020-05-27 00:50:44 +07:00
  • f0af228b2a Monster Spawn Update valhein 2020-05-27 00:26:33 +07:00
  • 0e42b738c5
    Fixes looter mobs getting stuck (#5000) Aleos 2020-05-26 10:30:59 -04:00
  • 4f0c971ce0 Fixes a pre-re compile error aleos 2020-05-26 09:45:11 -04:00
  • c81e6ffc09
    Fixes Decorate Cart requirement (#5012) Aleos 2020-05-26 09:41:08 -04:00
  • 17bcd49200 Fixes Ensemble skills behavior * Fixes #4987. * Ensemble skills apply SC_ENSEMBLEFATIGUE which should disable skill casting and reduces movement speed/ASPD by 30%. * Applies SC_ENSEMBLEFATIGUE to both the caster and partner. Thanks to @LordWhiplash! aleos 2020-05-26 09:27:22 -04:00
  • 11aced29f9
    Count the damaged based on each hit Aleos 2020-05-26 08:39:17 -04:00
  • 18abdab6eb Adjusts Reverberation behavior * Reverberation no longer uses any sub-attack skill. Thanks to @attackjom! aleos 2020-05-26 08:25:08 -04:00
  • aab8e6930f Fixes Decorate Cart requirement * Fixes #4980. * Decorate Cart requires a Cart be active. Thanks to @LordWhiplash! aleos 2020-05-26 08:09:09 -04:00
  • 52ee12012a Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-05-26 10:50:31 +07:00
  • 3d135b0620 Update the_box.txt Kanin Temsrisuk 2020-05-26 10:49:47 +07:00
  • 7cc59c6708
    Adjusts a few checks for item tradability (#4995) Aleos 2020-05-25 20:28:11 -04:00
  • 67b6ef7b68
    Typo Aleos 2020-05-25 20:24:20 -04:00
  • 98dee63581 Kill type check * Confirmed that only the master or the Mercenary can increase the kill. * Elemental and Homunculus do not increase the kill count. * Pets don't assist in attacking officially. aleos 2020-05-25 15:45:34 -04:00
  • 3ab5bd0645 Fixes Mercenary kill counter * Fixes #4329. * The master or the Mercenary are able to increase the kill count. Thanks to @Indigo000! aleos 2020-05-25 14:50:52 -04:00
  • 57b87b1d65 Change Ninja Job Change item requirement to Iron Ore Eric 2020-05-26 03:22:43 +10:00
  • 14c388b401
    Resolves some Battleground issues (#4725) Aleos 2020-05-25 12:39:36 -04:00
  • efdd60dd29 Fix duplicate definition for homunculus exp gain Eric 2020-05-26 01:32:37 +10:00
  • a2cea3a2f1 Replaced some npc events by areapercentheal and areawarp to force the player to be healed and warped to the field Revert e6e3e98e2f the ontouch+warp issue will be handled in another pr atemo 2020-05-25 17:32:08 +02:00
  • 1e56b23433 Revert "Update Sura skill pre-requisites" Eric 2020-05-26 00:54:10 +10:00
  • 93062aa946 Merge branch 'master' into chocobot-ro Eric 2020-05-26 00:53:19 +10:00
  • 42188f9d99 Added several check for OnTouch and OnTouch_ before running the event * Check if the player is still in npc range * Check if the player is still able to interact with the npc * Check if the npc is cloaked atemo 2020-05-25 15:41:32 +02:00
  • b14360faaa Fixed Croix also receiving 9 badges when Guillaume wins Daegaladh 2020-05-25 02:36:51 +02:00
  • 9b8bc9cdca
    Remove unnecessary scope variable initializations Eric Liu 2020-05-25 03:02:41 +10:00