Commit Graph

  • 97372ff423
    Adds reload attendance database atcommand (#4657) Aleos 2020-02-23 17:10:17 -05:00
  • be3c48082c Adds support for SQL to YAML * Adds the ability for item SQL data to be parsed into YAML Node. * Adds a YAML2SQL tool to convert YAML databases into SQL data. * Minor cleanups and fixes. aleos 2020-02-23 16:50:17 -05:00
  • 80ded5ce17 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-21 12:55:56 +07:00
  • 1fc4b8de20
    Battleground Queue fixes (#4648) Aleos 2020-02-20 22:25:14 -05:00
  • 102a1126ee Removes some extra get_timer checks aleos 2020-02-20 20:58:50 -05:00
  • 1b5bde75ba Reverts StartDelay to uint32 aleos 2020-02-20 20:53:17 -05:00
  • 5658d854ff Cleanups * Reverts NPC warp logic so that it removes players using the old Battleground System. * Adds a check for script commands bg_leave and bg_desert to only warp players out using the Battleground Queue System. * Adds documentation for script commands bg_leave and bg_desert to state players will be warped out after when using the Battleground Queue System. * Cleans up the player joining logic. * Optimizes join logic to add new players to the end of the queue rather than the front. * Cleans up the client messages so certain responses are cleared when they need to be. Thanks to @Lemongrass3110! aleos 2020-02-20 20:32:15 -05:00
  • 132fcd191a Corrected the setcell flags - the flags have been inverted atemo 2020-02-20 18:01:48 +01:00
  • 56db3c1408 Cleanups * Removes the "AG_" prefix from the Group label. * Harmonize some function between CSV2YAML and UpgradeYAML tools. * Adds a prepareFooter function to export the Footer label if it exists during an upgrade. * Updates documentation. Aleos 2020-02-20 10:27:18 -05:00
  • 81ecdc29a9 Merge branch 'master' into update/achievements Aleos 2020-02-20 08:20:44 -05:00
  • f170f3e700 Corrects EvolutionBonus indentation Thanks to @Lemongrass3110! aleos 2020-02-19 18:23:24 -05:00
  • c2af536950 Removes Homunculus S from pre-renewal Aleos 2020-02-19 13:28:25 -05:00
  • a55bcd4f65 Resolves the required skill checks * Fixes the skill ID and skill level not being properly stored. * Fixes 2 LGTM alerts. Aleos 2020-02-19 13:27:56 -05:00
  • 2115de7f31 Adds default value for required skill tree Aleos 2020-02-19 12:56:05 -05:00
  • 2d1a1cdc42 Adds missing documentation for skill tree Aleos 2020-02-19 12:52:16 -05:00
  • 9397b8efb9 Converts Homunculus Database to YAML * Converts the Homunculus Database and Homunculus Skill Tree Database into one YAML flat file. * General cleanups and optimizations. * Includes CSV2YAML converter. Aleos 2020-02-19 10:27:54 -05:00
  • b69c0f8331
    Merge branch 'master' into update/homunculus Aleos 2020-02-19 09:36:59 -05:00
  • a66ac4659a
    Removes some extra import defines Aleos 2020-02-19 09:34:04 -05:00
  • a1bb5649cf
    Merge branch 'master' into update/1st-2nd_class_skills Aleos 2020-02-19 09:27:47 -05:00
  • 718b4e50d5 Adds missing atcommand define Aleos 2020-02-19 09:13:03 -05:00
  • 9541e100c9 Cleans up Summoner dual-cast attacks * Cleans up Summoner dual-cast attacks Bite, Silvervine Stem Spear, Scar of Tarou, and Picky Peck so that they behave like Professor's Double Casting. * Adjusts success formula. Thanks to @Rytech2! Aleos 2020-02-19 09:10:45 -05:00
  • 6830fa7701 Adds reload attendance database atcommand * Fixes #4656. * Adds an atcommand option for reloading the attendance database. * Adds missing headers for attendance database. * Adds missing reload options in the atcommand configuration. Thanks to @lelouch22's suggestion! Aleos 2020-02-19 08:25:16 -05:00
  • b7f6e907c6 Fixes a potential crash when canceling Thanks to @Balferian! aleos 2020-02-18 18:55:34 -05:00
  • 9df6a4352b Replaced the for loop by inarray command as suggested Fixed an issue with getcharip - in some cases offline players didn't receive the rewards atemo 2020-02-18 19:34:44 +01:00
  • 1467ac1037 Merge branch 'master' into hotfix/issue4619 atemo 2020-02-18 19:14:40 +01:00
  • 8060858cd5 Replace *wall command by setcell command atemo 2020-02-18 19:06:42 +01:00
  • ad065e7ed3 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-18 23:35:45 +07:00
  • 2e1c3f213d Clear battleground queue on normal start Aleos 2020-02-18 11:08:02 -05:00
  • b50aa0697d Cleanups * Removes 5 second global timer cleanup from previous commit. * Initialize all battleground queues at startup to reduce overhead of creation/deletion during live server. * Removes lots of duplicate code between team checks. * Adjusts StartDelay from uint32 to int32. Aleos 2020-02-18 10:20:10 -05:00
  • 0e538526cd Corrects Battleground scripts * Resolves an issue with players claiming their badges and not being warped out. Thanks to @Balferian! Aleos 2020-02-18 09:53:18 -05:00
  • 55645b8d3d
    Updated Central Laboratory instance to match official script (#4609) Atemo 2020-02-18 15:30:59 +01:00
  • 646d235bd4 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-18 21:16:01 +07:00
  • 48d799d8e2
    Removes leftover Magic Mushroom database (#4634) Aleos 2020-02-18 09:15:34 -05:00
  • 04a83ec774
    Resolves compile warnings (#4652) Aleos 2020-02-18 08:40:55 -05:00
  • 86d9584ff6 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-18 20:39:06 +07:00
  • 3800299213
    Corrects SQL import (#4653) Aleos 2020-02-18 07:53:47 -05:00
  • a812137916 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-18 08:43:38 +07:00
  • b13bc7402c
    Resolves an issue with mob avail options (#4651) Aleos 2020-02-17 20:30:05 -05:00
  • d165c19b73 Fixed jump_zero for conditions over INT32_MAX Lemongrass3110 2020-02-17 22:50:19 +01:00
  • 59184b9e79 Introducing short-circuiting logic hotfix/issue1863 Lemongrass3110 2020-02-17 22:46:05 +01:00
  • 2a88a971ad Merge branch 'master' of https://github.com/rathena/rathena unknown 2020-02-18 00:21:52 +08:00
  • 01b12c93a3 Experimental : When mob wants to move a path the client can't display, mob moves the first 14 tiles of it instead of concluding the target is unreachable. Seravy 2020-02-16 09:27:05 +01:00
  • c5b06c58a6 Corrects SQL import * Fixes #4650. * Fixes a SQL import issue with Clans. Thanks to @reigneil! aleos 2020-02-16 16:59:02 -05:00
  • 706f630cce Resolves compile warnings * Fixes #4649. * Resolves some compile warnings for the mapcache and csv2yaml tools. Thanks to @reigneil! aleos 2020-02-16 16:41:44 -05:00
  • 03a4a50dc0 Resolves an issue with mob avail options * Fixes #4647. * Resolves an issue with mob avail options not properly checking the state of the option label. Thanks to @Litro! aleos 2020-02-16 16:33:54 -05:00
  • 390eb9772a Effect State Update rAthenaAPI 2020-02-16 11:05:27 +01:00
  • efda7d5199 Corrects Battleground Queue getting cleared early * Fixes #4644. * Fixes the Battleground Queue data getting cleared before the timer function is done. Thanks to @Balferian! aleos 2020-02-15 21:57:32 -05:00
  • c9b7eeb267
    Revert Maz-V 2020-02-14 11:15:58 +07:00
  • bf2010f5da
    Revert Maz-V 2020-02-14 11:15:13 +07:00
  • 1e091cd58a Effect State Update rAthenaAPI 2020-02-14 02:20:45 +01:00
  • e5ff060930 Adjusts item parser to support Flags label Aleos 2020-02-13 15:05:47 -05:00
  • aac647d6cd Adjusts item Flags to their own header * Pushes item flags into their own header for better readability. * Small fixes to the headgear view ID array. Aleos 2020-02-13 14:57:06 -05:00
  • fe2fa87afd Adds YAML constant parsing for the converter Aleos 2020-02-13 13:50:53 -05:00
  • 20ca7b5357 Merge branch 'master' into feature/itemdb2yaml Aleos 2020-02-13 13:17:39 -05:00
  • 1ca8792e80 Fixed rewards for multiple characters in a guild Lemongrass3110 2020-02-13 16:10:32 +01:00
  • 24c347992a Fixed #4636 Lemongrass3110 2020-02-13 16:09:06 +01:00
  • 52fd51b789 Fixed #4619 Lemongrass3110 2020-02-13 16:04:57 +01:00
  • afcf372c9b Adjusted to new header format and added changelog Lemongrass3110 2020-02-13 16:04:07 +01:00
  • e298ad946d Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-13 08:49:56 +07:00
  • b681339529 Revert "Effect State Update" Lemongrass3110 2020-02-13 00:35:43 +01:00
  • 4d34f2c4a9 Adjusts the Enter format * Enter is now a map instead of Map, X, and Y being a root label. Aleos 2020-02-12 09:14:44 -05:00
  • cee7242623 Effect State Update rAthenaAPI 2020-02-12 15:05:53 +01:00
  • 3bfb939c3e
    Merge branch 'master' into refactor/instances Aleos 2020-02-12 08:50:16 -05:00
  • 72cbb2d8a2 Removes leftover Magic Mushroom database * Removes leftover database from YAML conversion. Aleos 2020-02-12 08:33:00 -05:00
  • 2931c00bd4
    Implemented the Battleground Queue System (#3995) Aleos 2020-02-12 08:26:59 -05:00
  • c292794154 Effect State Update rAthenaAPI 2020-02-12 14:05:44 +01:00
  • 653631dfe1 Effect State Update rAthenaAPI 2020-02-12 14:05:30 +01:00
  • 775645e45e Merges renewal and pre-renewal database * Merge the two database into the main as the data is the same between both modes. aleos 2020-02-11 21:57:58 -05:00
  • 134ad9e04d
    Merge branch 'master' into feature/battleground_queue Aleos 2020-02-11 21:49:04 -05:00
  • 2b7e21bc6c Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-12 08:54:00 +07:00
  • d12b4fdca0
    Added support for RSW 2.2 (#4627) Lemongrass3110 2020-02-11 23:49:47 +01:00
  • 9b6976ea7b Removes some warnings from script command mail * Follow up to e5c22b3. * Remove the warnings for refine and bound options as these aren't mandatory fields. Thanks to @Lemongrass3110! aleos 2020-02-11 17:25:38 -05:00
  • 1c653616a0
    Corrects Feint Bomb knockback (#4632) Aleos 2020-02-11 17:05:20 -05:00
  • 1ec101b9a4
    Changed dummy item id (#4625) vakhet 2020-02-12 00:37:22 +03:00
  • 35102c3059
    Quest data should be cleared on char deletion (#4633) Aleos 2020-02-11 14:33:20 -05:00
  • 2315970da0 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-11 23:50:01 +07:00
  • e5c22b360f
    Added refine and bound options for mail command (#4272) Jason L 2020-02-11 10:18:59 -05:00
  • c3b461a19c Cleanups from conversion Aleos 2020-02-11 09:48:07 -05:00
  • 436aecc5a9
    Merge branch 'master' into feature/star_emperor_soul_reaper Aleos 2020-02-11 09:37:07 -05:00
  • dbd041c004 Cleanups from conversion Aleos 2020-02-11 09:35:04 -05:00
  • 0fbeebbfe3 Merge branch 'master' into update/1st-2nd_class_skills Aleos 2020-02-11 09:10:37 -05:00
  • 2bad5018bb Quest data should be cleared on char deletion * Fixes #4628. * Player quest data should be deleted when the character is deleted. Thanks to @Tokeiburu! Aleos 2020-02-11 08:37:35 -05:00
  • 986f8b0595 Fixes Land Protector not removing some units * Fixes Land Protector not removing units with the RangedSingleUnit flag. Thanks to @teededung! Aleos 2020-02-11 08:30:57 -05:00
  • b8cc4a56a8 Corrects Feint Bomb knockback * Fixes #4631. * Feint Bomb should make the user backslide cells equal to the level used. Thanks to @reunite-ro! Aleos 2020-02-11 08:27:01 -05:00
  • b538a22104 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-11 08:43:42 +07:00
  • 86d72dfd78
    Resolves Tetra Vortex AoE (#4624) Aleos 2020-02-10 17:39:28 -05:00
  • 39f7d28872
    Fixed some compiler warnings on prere (#4626) Lemongrass3110 2020-02-10 23:37:26 +01:00
  • ae4afe0f2e Added support for RSW 2.2 Lemongrass3110 2020-02-10 21:58:40 +01:00
  • 9f5e1a1631 Moved dummy Item ID declaration vakhet 2020-02-10 23:17:32 +03:00
  • df64cf7cfa Converted dummy Item ID into constant vakhet 2020-02-10 22:56:29 +03:00
  • 4acd690fca Fixed a missing colour ending Lemongrass3110 2020-02-10 20:47:19 +01:00
  • ce448a2fd7 Fixed some compiler warnings on prere Lemongrass3110 2020-02-10 20:41:44 +01:00
  • fe55a02af7 Fixed weight vakhet 2020-02-10 22:32:26 +03:00
  • a944bfc131 Added quest item Choko_Gangjeong vakhet 2020-02-10 21:19:23 +03:00
  • 43f4a6bb48 Changed dummy_item->nameid vakhet 2020-02-10 21:17:57 +03:00
  • e798ffe0d8 Resolves Tetra Vortex AoE * Fixes #4623. * Resolves Tetra Vortex levels 6-10 not doing an AoE. * Adds placeholder for missing cast time for levels 6-10. Thanks to @Miraakol! Aleos 2020-02-10 11:03:00 -05:00
  • a74978b258 Fixes SpiritSphereCost negative values * SphiritSphereCost has potential -1 value to remove all available spirit spheres. Thanks to @teededung! Aleos 2020-02-10 10:57:16 -05:00
  • da8625751f Fixed hardcoded castle count Lemongrass3110 2020-02-10 10:03:44 +01:00
  • a7c43f21c2 Merge branch 'master' of https://github.com/rathena/rathena into template Kanin Temsrisuk 2020-02-10 14:14:37 +07:00
  • b3e85ebe8d Fixed Spiritual Ring + Wizardry Staff combo (#4618) SeravySensei 2020-02-10 07:19:39 +01:00