Commit Graph

  • e18bf43547 * Revert this 487f84e, please import upgrade_20131231.sql. Thank Lemongrass3110 and Toshiro90 * Follow up 7a9aa7f, enum errors * Follow up 12007fe, function return type error * Follow up dae8122, 'skill' to 'skill_learnlv'? Cydh Ramdh 2013-12-31 01:52:14 +07:00
  • 7a9aa7fbcf Bugfixes * Fixed WE_MALE and WE_FEMALE up to You to not consume HP/SP when it's below 10%. (bugreport:3546) * Fixed WE_CALLPARTNER, WE_CALLPARENT, and WE_CALLBABY to not recall target if they are autotrading. (bugreport:2479) * Fixed WE_BABY not checking for parents if they are in the same party and in the area. (bugreport:2518) * Fixed Dragon Breath - Water not requiring a dragon. (bugreport:8237) * Added a new config 'char_del_option' to set whether email or birthdate should be used for deleting characters. (bugreport:8240) * Follow up to 9a5a6b9. Fixed a missing define check for 2013 clients when deleting a character. (bugreport:8399) * Fixed Weapon Refining to use clif_upgrademessage. (bugreport:2135) * Fixed script command 'prompt' not ending script state when player selects Cancel from menu. (bugreport:7932) * Fixed nomineeffect display on GvG enabled maps. (bugreport:7754) Others * All items, except for Cash items, can no longer be used when storage is open. * Defined constants for a lot of item and monster IDs used throughout the source. * Follow up to 0f2dd7f. Corrected a change to the wrong hostname array. aleos89 2013-12-30 13:20:33 -05:00
  • dae81222a8 * Added AEGIS 'CLASS_' enum - Removed RC_BOSS, RC_NONBOSS, RC_NONDEMIHUMAN. - Added CLASS_NORMAL, CLASS_BOSS, CLASS_GUARDIAN enum. - Added CLASS_ALL, RC_ALL, ELE_ALL, SZ_ALL. - Item bonuses 'bAddDefClass' and 'bAddMdefClass' replaced by 'bAddDefMonster' and 'bAddMdefMonster'. - Item bonuses 'bIgnoreMdefRate' and 'bIgnoreDefRate' replaced by 'bIgnoreMdefRaceRate' and 'bIgnoreDefRaceRate'. - Added new item bonuses: bIgnoreDefClass, bIgnoreMdefRaceRate, bDefRatioAtkClass, bAddClass, bSubClass, bMagicAddClass, bWeaponComaClass, bHpDrainValueClass, bSpDrainValueClass, bIgnoreMdefClassRate. - Updated doc/item_bonus.txt - Updated db/re/level_penalty.txt & 'pc_level_penalty_mod' function. - Updated 'battle_calc_cardfix' function. - 'md->class_' replaced by 'md->mob_id' Lilith 2013-12-30 08:46:24 -08:00
  • 12007fef7e * Follow ups of: -- 51074a0: Moved the 'group' check when make 'must' item also as random item -- 96443cd: Leftover, fixed @allstats issue -- 7083ecf: 7083ecf079 (commitcomment-4952745) -- 744195a * Added 'get_githash' script command. * Fixed overflowed parameters calculation will gives 32767 stat effect instead 1 (ex. overflowed LUK will gives crit 32767) Cydh Ramdh 2013-12-30 20:03:21 +07:00
  • 744195a931 Leak and Optimisation lighta 2013-12-30 02:05:34 -05:00
  • 7083ecf079 Standardized formatting of database files. Euphy 2013-12-29 15:58:17 -05:00
  • cf1798265c Follow up 487f84e, another typos Cydh Ramdh 2013-12-30 00:46:49 +07:00
  • aa66cdc724 Follow up 96443cd: * Updated status bonus for job level 50 until 60 for 3rd Classes, also fixed Minstrel & Wanderer bonus * Updated status bonus for Rebellion Ref: http://ro.gnjoy.com/guide/runemidgarts/joblist.asp?lineseq=2 Thank reigneil, http://rathena.org/board/topic/90964-updated-calculation-for-max-hpsp-max-level-cap-and-parameters/#entry237760 Cydh Ramdh 2013-12-29 23:55:13 +07:00
  • 96443cd710 Updated calculation for Max HP/SP, Max level cap, and parameters! * Renamed job_maxhpsp_db to job_basehpsp_db.txt and add new values according to the base HP/SP calculation. Ref: http://irowiki.org/wiki/Max_HP, http://irowiki.org/wiki/Max_SP * Updated the Max HP/SP calculation. Ref: http://irowiki.org/wiki/Max_HP, http://irowiki.org/wiki/Max_SP * Changed Max Level for 3rd classes become 175/60. Ref: http://forums.irowiki.org/showpost.php?p=1344057&postcount=217 * Changed Max Parameters for 3rd classes from 125 to 130. Ref: http://forums.irowiki.org/showpost.php?p=1344057&postcount=217 * Changed Max Parameters for Baby 3rd Classes from 107 to 118: Ref: http://forums.irowiki.org/showpost.php?p=1344057&postcount=217 * Oboro/Kagerou and Rebellion, are 160/50 and max param is still 125 * Added and separated configs on conf/player.conf, becomes: -- max_parameter, -- max_trans_parameter, -- max_third_parameter, -- max_third_trans_parameter, -- max_baby_parameter, -- max_baby_third_parameter, -- max_extended_parameter, * Added new db file job_param_db.txt for RE and PRE-RE, which allow you to modify the max param for each job * HP_SP_TABLES on core.h is disable by default Cydh Ramdh 2013-12-29 16:12:30 +07:00
  • 676d00796b Merge branch 'master' of github.com:rathena/rathena lighta 2013-12-29 01:28:58 -05:00
  • cb7e4b44cd Misc Upd lighta 2013-12-29 01:28:15 -05:00
  • 1d64b8f9e1 Script/database bug fixes. * Fixed an issue in "Message Delivery" quest blocking level 100+ characters. (bugreport:8373) http://rathena.org/board/tracker/issue-8373-message-delivery/ * Added Renewal quest items to Ayothaya Dungeon Entrance quest. (bugreport:8375) http://rathena.org/board/tracker/issue-8375-ayothaya-dungeon-entrance-quest/ * Temporarily moved the Renewal location of "Strange Machine" in the "Muff's Loan" quest; confirmation needed. (bugreport:8370) http://rathena.org/board/tracker/issue-8370-muffs-loan/ * Updated Blacksmith job quest with some extra conditions. (fixes bugreport:8347) http://rathena.org/board/tracker/issue-8347-about-blacksmith-job-quest/ * Changed all 'bAtk' bonuses to 'bBaseAtk', a continuation of r17149. (fixes bugreport:8372) http://rathena.org/board/tracker/issue-8372-daehyon-card-is-not-working/ Euphy 2013-12-28 22:47:32 -05:00
  • 487f84ef92 * Changed some item_db's fields on MySQL table to use char types rather than numeric types (those fields are never been used for calculation) * Added missing config on inter_athena.conf for MySQL database (use_sql_db: yes) * Please upgrade your MySQL database with upgrade_20131229.sql Cydh Ramdh 2013-12-29 06:44:48 +07:00
  • 5d77ab2b68 Follow up 5363a8d (thank Lemongrass3110) Cydh Ramdh 2013-12-29 03:46:39 +07:00
  • f0c798846d Changed Sleep chance of Lullaby's effect. Chance is increased with INT, http://irowiki.org/wiki/Lullaby Cydh Ramdh 2013-12-29 02:02:37 +07:00
  • 3ee970a0e0 * Renamed SI_CARTSBOOST for Genetic to SI_GN_CARTBOOST * Fixed Crimson Marker icon that doesn't show when it's casted to mob Cydh Ramdh 2013-12-29 01:29:46 +07:00
  • ebe7f21605 Fixed mistakes. Added support for using some definition, like RC_ALL, ELE_ALL, CLASS_ALL, SZ_ALL, instead of enum of RC_Formless, RC_Plant, RC_Brute, etc... Lilith 2013-12-28 06:30:36 -08:00
  • 04b3ee6703 Added RC_ALL, CLASS_ALL, ELE_ALL & SZ_ALL enum, updated item bonuses(re) again Lilith 2013-12-28 06:22:07 -08:00
  • 5363a8d771 * Added some items (thank Ziu) * Fixed some missing view id (thank Ziu) Cydh Ramdh 2013-12-28 16:10:33 +07:00
  • 42bb8629b6 Merge dd9c75a70d0a4b624511832c5b39c364d544d808 into be05bc399b3b95af716b11b99232e1b76fbeeca5 Lilith 2013-12-27 20:46:29 -08:00
  • dd9c75a70d Updated item bonuses, fixed some mistakes, replaced md->class_ with md->mob_id Lilith 2013-12-27 20:46:27 -08:00
  • f4ae37e142 Implemented AEGIS Class_ system. Deleted RC_BOSS, RC_NON_BOSS, RC_NONDEMIHUMAN. Updated/added item bonuses. Lilith 2013-12-27 07:56:55 -08:00
  • be05bc399b *Added 'status_icon' param for *bonus_script script, thank QQfoolsorellina for the suggestion (https://github.com/rathena/rathena/commit/99098c1#commitcomment-4558795) --> bonus_script "<script code>",<duration>{,<flag>{,<type>{,<status_icon>{,<char_id>}}}}; * Please update your sql database (main database) with upgrade_20131227.sql Cydh Ramdh 2013-12-27 18:17:41 +07:00
  • 90ced830a4 Eleanor Tinder combo lighta 2013-12-27 04:13:30 -05:00
  • 4212080bd9 Storagelist fix lighta 2013-12-26 04:13:32 -05:00
  • af319f9eb5 Added item script for Underripe Yggseed, http://rathena.org/board/tracker/issue-8384-item-script-of-12405-underripe-yggseed/ Cydh Ramdh 2013-12-26 15:39:05 +07:00
  • 1fd10b13da Merge branch 'rathena/master' Cydh Ramdh 2013-12-26 13:34:07 +07:00
  • 6ccc9757f2 Follow up 2211ea1 Cydh Ramdh 2013-12-25 12:28:08 +07:00
  • 716de547dc Added newline at end of file, http://rathena.org/board/tracker/issue-8380-warnings-warnings/ Cydh Ramdh 2013-12-25 12:17:48 +07:00
  • 2211ea156a * Follow up 51074a0, 2bf2216, 432cdb7 Cydh Ramdh 2013-12-25 12:13:02 +07:00
  • 2bf221679f Merge pull request #28 from nanakiwurtz/master Cydh Ramdh 2013-12-24 21:04:09 -08:00
  • e797f085e5 Merge branch 'Upstream/master' nanakiwurtz 2013-12-25 04:23:29 +07:00
  • 51074a0637 Added some official item packages! - Added db/re/item_package.txt, imported file for item_group_db.txt - Added doc/item_group.txt for more details about item group - Added new IG_ids on db/const.txt, up to 300 additions - Added 'getgroupitem' script command to get item from specified item group (see doc/script_commands.txt) - Modified 'grouprandomitem', added an optional parameter: 'sub_group' (see doc/script_commands.txt) - Modified 'getrandgroupitem', added an optional parameter: 'sub_group' (see doc/script_commands.txt) - Updated db/re/item_db.txt - Updated sql-files/item_db_re.sql, so for MySQL user, please udate your item db NOTE: - I ocmmented some lines because some items aren't exist yet on rAthena db (or maybe have different name?) - For pre-re, maybe I can do it later, or will someone do it? - If there's something I forget to tell you, it's habit Cydh Ramdh 2013-12-23 23:37:27 +07:00
  • 4cfaba055d * Follow up 74740b4 Cydh Ramdh 2013-12-23 11:10:34 +07:00
  • 74740b4491 * Follow up 9cca188, change enum of IT_WEAPON and IT_ARMOR on src files Cydh Ramdh 2013-12-23 11:07:49 +07:00
  • 00e63be81c Upd Documentation lighta 2013-12-21 04:41:11 -05:00
  • 207c696f50 Changed quantity for "Siege Violet Potion Box (200)" ID:12683 to 200 instead of 50 nanakiwurtz 2013-12-21 16:16:46 +07:00
  • 5b75c045cc Merge branch 'Upstream/master' nanakiwurtz 2013-12-21 15:51:15 +07:00
  • f62100ae70 Fixed some minor typo nanakiwurtz 2013-12-21 15:49:10 +07:00
  • 9cca188908 Itemtype lighta 2013-12-21 01:02:41 -05:00
  • e6b0acfb9d Follow up 4ec6925, thx lighta Cydh Ramdh 2013-12-21 11:57:46 +07:00
  • 4ec69254c3 * Updated Dancer skill's effect: Service For You / Gypsy's Kiss, according to http://irowiki.org/wiki/Gypsy%27s_Kiss * Fixed bugreport:8363, http://rathena.org/board/tracker/issue-8363-identify/ Cydh Ramdh 2013-12-20 16:35:06 +07:00
  • 5c3a1abd34 Merge pull request #24 from nanakiwurtz/master Cydh Ramdh 2013-12-20 01:30:47 -08:00
  • 3b5e527c7f Vip_followup lighta 2013-12-20 02:01:51 -05:00
  • 5ed0a5bf99 Merge branch 'rathena/master' Cydh Ramdh 2013-12-20 11:17:25 +07:00
  • 854f8fc502 Quickfix lighta 2013-12-19 18:27:01 -05:00
  • e531b972dc Added 2 item scripts for Shadow item combo. Source: http://forums.irowiki.org/showpost.php?p=1368518&postcount=660 nanakiwurtz 2013-12-19 14:11:25 +07:00
  • 49b034e6f5 Merge branch 'Upstream/master' nanakiwurtz 2013-12-19 13:48:03 +07:00
  • 432cdb7686 Implemented 'devotion_rdamage' on conf/battle/skill.conf for suggestion on http://rathena.org/board/topic/78620-renewal-devotion/ // Using 'old' behavior for devotion vs reflect damage? (Note 2) // Default is 0 (official). If 'devotion_rdamage' is > 0 (chance to devot the reflected damage), // when player with devotion attacks player with reflect damage ability (item bonus or skill), // the damage will be taken by the person who provides devotion instead the attacker. devotion_rdamage: 0 Cydh Ramdh 2013-12-19 12:59:26 +07:00
  • 2330caaf0c * Fixed bugreport http://rathena.org/board/tracker/issue-8360-error-report-0000-still-images/ Cydh Ramdh 2013-12-19 11:33:10 +07:00
  • 5c7e1fa683 Merge branch 'Upstream/master' nanakiwurtz 2013-12-17 23:14:40 +07:00
  • b7fd7468bb Fixed query for '18766' on item_db_re.sql Cydh Ramdh 2013-12-18 18:40:19 +07:00
  • a29aace9c5 Follow up bd2503e,7355677 and fef6307. Merged Hercules e115c30 Lilith- 2013-12-16 06:46:21 -08:00
  • 54dfc67925 * Fixed bug http://rathena.org/board/tracker/issue-8330-secure-npctimeout-bug-for-those-npc-who-have-no-dialog-window/ Merged Hercules adc2e6e Lilith- 2013-12-16 05:04:52 -08:00
  • 4d8558489b [db/re/item_db.txt] Fixed 18742 and 18744 class. 7 to 63 Cydh Ramdh 2013-12-16 10:57:40 +07:00
  • b05ce44d19 Merge pull request #27 from Rekiem/patch-3 Cydh Ramdh 2013-12-14 19:45:24 -08:00
  • 6dc538c343 Merge pull request #25 from exneval/master Cydh Ramdh 2013-12-14 19:44:02 -08:00
  • 2520c85714 Merge branch 'master' of github.com:rathena/rathena exneval 2013-12-15 09:06:22 +07:00
  • a872bd2fb4 Update bard_quest.txt Rekiem 2013-12-14 20:32:47 -05:00
  • 6a18170985 Merge pull request #26 from Rekiem/patch-2 Cydh Ramdh 2013-12-14 15:32:13 -08:00
  • bb3173c0bf Update item_db.txt Rekiem 2013-12-14 15:52:35 -05:00
  • 7f6afa84b0 *Fix bugreport http://rathena.org/board/tracker/issue-8107-dual-wield-problem/ exneval 2013-12-14 14:20:19 +07:00
  • fc763367db *Fix bugreport http://rathena.org/board/tracker/issue-8332-npc-dark-breath/ exneval 2013-12-14 14:13:01 +07:00
  • bc9eff5b0c Merge branch 'master' of github.com:rathena/rathena exneval 2013-12-14 13:42:26 +07:00
  • 43c21ad667 *Fix bugreport http://rathena.org/board/tracker/issue-8337-all-hidecloaking-skills-in-pvpduelwoe/ exneval 2013-12-14 13:40:23 +07:00
  • 0f2dd7fcf0 * Cleaned up a mercenary kill check. (bugreport:2222) Bug Fixes * Adjusted script commands that use script_isstring and script_isint to use script_getdata to dereference if variable is given. (bugreport:8198) * Removed the hardcoded password so that users can pass blank passwords through the config for MySQL. (bugreport:7787) * Increased the hostname array to account for longer hostnames. (bugreport:8003) * Fixed the CashShop not listing items correctly. (bugreport:7585) * Fixed Offertorium not consuming the correct amount of SP. (bugreport:8266) * Cart Boost effect stays even if the cart is removed. Revert of change in r16339. (bugreport:5808) aleos89 2013-12-13 15:24:04 -05:00
  • 0abc1b9914 New Items. Source: http://forums.irowiki.org/showpost.php?p=1368518&postcount=660 nanakiwurtz 2013-12-14 02:16:29 +07:00
  • 5c698ef4f4 Merge pull request #23 from nanakiwurtz/master Cydh Ramdh 2013-12-13 08:27:41 -08:00
  • 3b81f0b263 * Changed item script for "Improved Helm of Angel" nanakiwurtz 2013-12-13 23:15:50 +07:00
  • c81607f1ca Added missed items from http://forums.irowiki.org/showpost.php?p=1366277&postcount=624 and http://forums.irowiki.org/showpost.php?p=1367371&postcount=636 Lilith- 2013-12-13 00:53:56 -08:00
  • dab21907b6 Fixed bugreport http://rathena.org/board/tracker/issue-8334-the-mapflag-of-monk-in-should-exclude-nosavesavepoint/ Thank t79979119 and exneval Cydh Ramdh 2013-12-13 13:27:32 +07:00
  • 056af72f21 * Follow up 93d4b176 nanakiwurtz 2013-12-13 01:43:47 +07:00
  • 45951b6864 Added items from http://forums.irowiki.org/showpost.php?p=1373816&postcount=769 Cydh Ramdh 2013-12-13 00:17:11 +07:00
  • 93d4b176fc * Follow up to http://forums.irowiki.org/showpost.php?p=1367852&postcount=651 nanakiwurtz 2013-12-12 23:50:28 +07:00
  • 3541fae4bd New Items. Source: http://forums.irowiki.org/showpost.php?p=1367852&postcount=651 nanakiwurtz 2013-12-12 23:37:39 +07:00
  • c2dc9e684c Follow up fba3ed9, tq Euphy Cydh Ramdh 2013-12-12 23:19:22 +07:00
  • 42811c9869 Merge remote-tracking branch 'rathena/master' Cydh Ramdh 2013-12-11 23:16:10 +07:00
  • fba3ed9e3e * Added items from http://forums.irowiki.org/showpost.php?p=1360597&postcount=448 (Thank Lilith) * Added items from http://forums.irowiki.org/showpost.php?p=1367371&postcount=636 (Thank Lilith) * Fixed some typos Cydh Ramdh 2013-12-11 23:10:01 +07:00
  • 1520030c38 Merge branch 'rathena/master' Cydh Ramdh 2013-12-11 23:07:18 +07:00
  • fca883b0ab Merge pull request #22 from nanakiwurtz/master Cydh Ramdh 2013-12-10 17:49:13 -08:00
  • 518a038f49 fc37599 nanakiwurtz 2013-12-07 10:08:12 +07:00
  • 5beaa7ea09 Merge pull request #21 from exneval/master Cydh Ramdh 2013-12-09 04:41:52 -08:00
  • 6c41f74d1a *Fix typo in vip_gemstone. exneval 2013-12-09 18:44:09 +07:00
  • 701a0580d2 Merge branch 'rathena/master' Cydh Ramdh 2013-12-09 12:20:19 +07:00
  • 8ce56465ad Update athena-start thx to <Talaysen> for reminding Fix log directory check/creation Fix watch option Add help command to know how to use the script and explain a bit lighta 2013-12-08 18:03:52 -05:00
  • 3029d3bbc4 * Fxied Telekinesis Intense buff duration (thx Akuma) * Fixed Earth Strain divest chance (part of rebalancing formula) Cydh Ramdh 2013-12-08 16:27:28 +07:00
  • c88b77f5fd Fixed cell_basilica which gave nothing. Only works only for player Cydh Ramdh 2013-12-08 14:21:16 +07:00
  • ea925a05b1 Update check-doc to allow only listing, (for IDE that require functions for markup langage) Add option for extra documentation file inc_scrtf and inc_atcf (for people who have their customs documented in other file, wich is probably best to avoid conflicts) lighta 2013-12-07 18:03:03 -05:00
  • 7107cc7ce9 * Fixed succes rate of Dark Crow * Fixed damage rate bonus of Telekinesis Intense Cydh Ramdh 2013-12-07 14:28:37 +07:00
  • c54f35dad0 Just a little follow up of d3f6236 Cydh Ramdh 2013-12-07 03:20:28 +07:00
  • 654172b3a9 Merge 5d12e664cd9cbc77ce1e4c6ced7538e6c686f490 into d3f623613e09ef7f149388dbec03612ef0be6d46 nanakiwurtz 2013-12-06 11:47:00 -08:00
  • 5d12e664cd * More items. Source: http://forums.irowiki.org/showpost.php?p=1356728&postcount=365 nanakiwurtz 2013-12-07 02:45:06 +07:00
  • d3f623613e Merge pull request #19 from nanakiwurtz/master Cydh Ramdh 2013-12-06 09:42:51 -08:00
  • c8f3ddeb4d Removed extra space nanakiwurtz 2013-12-06 23:49:04 +07:00
  • fc37599a25 More items. Source: http://forums.irowiki.org/showpost.php?p=1356728&postcount=365 nanakiwurtz 2013-12-06 23:15:13 +07:00
  • 423fa17075 wrong comment for 'countspiritball' Cydh Ramdh 2013-12-06 16:52:20 +07:00
  • 84b5dbfb7e Merge branch 'rathena/master' Cydh Ramdh 2013-12-06 16:46:00 +07:00
  • 4f2c1d4eb3 Fix charban, align to Herc model, Add a timered function to refresh block data if you still on charselection waiting for unban (prevent deco reco for refresh) Fix char_charlist_notify (0x9a0) counting page. The previous was quite an ugly estimate. lighta 2013-12-06 03:36:51 -05:00
  • edaddfd02d Rebellion update. Merged Hercules 19758ee Cydh Ramdh 2013-12-06 13:01:55 +07:00
  • ffa4273475 Fixed bugreport http://rathena.org/board/tracker/issue-8311-latest-update-commit-broken/ (Just a little leftover) Cydh Ramdh 2013-12-05 16:23:11 +07:00