217 Commits

Author SHA1 Message Date
Cydh Ramdh
e9f2f6859c * Added Rebellion Guns and Ammos (part of 2013-08-01 items). Thank Ziu
* Update doc/item_db.txt as follow up of 9cca188

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2014-01-09 01:00:09 +07:00
Cydh Ramdh
be516cb53b * Fixed bugreport http://rathena.org/board/tracker/issue-8408-script-line-931-data-too-long-for-column-atkmatk-at-row-1/
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2014-01-04 21:51:12 +07:00
Euphy
357f1fd16c Minor bug fixes.
* Added itemscript for WoE Weapon Supply Box (12675). (bugreport:8421)
http://rathena.org/board/tracker/issue-8421-woe-weapon-supply-box12675-missing-item-script/
* Fixed two block comment errors. (bugreport:8409)
http://rathena.org/board/tracker/issue-8409-script-error-on-item-db-re-line-6123/
* Follow-ups to 97687ca.

Signed-off-by: Euphy <euphy.raliel@rathena.org>
2014-01-03 20:53:43 -05:00
Cydh Ramdh
6900a3a30f Just updated some reverted items
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2014-01-01 21:37:13 +07:00
Cydh Ramdh
ce518600f3 * Added and modified some item script
* Warped itemdb_re_split_atoi with #ifdef RENEWAL

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-31 13:09:27 +07:00
Cydh Ramdh
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'?

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-31 01:52:14 +07:00
Cydh Ramdh
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

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-29 23:55:13 +07:00
Euphy
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/

Signed-off-by: Euphy <euphy.raliel@rathena.org>
2013-12-28 22:47:32 -05:00
Cydh Ramdh
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

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-29 06:44:48 +07:00
Cydh Ramdh
5d77ab2b68 Follow up 5363a8d (thank Lemongrass3110)
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-29 03:46:39 +07:00
Cydh Ramdh
5363a8d771 * Added some items (thank Ziu)
* Fixed some missing view id (thank Ziu)

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-28 16:10:33 +07:00
Cydh Ramdh
af319f9eb5 Added item script for Underripe Yggseed, http://rathena.org/board/tracker/issue-8384-item-script-of-12405-underripe-yggseed/
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-26 15:39:05 +07:00
Cydh Ramdh
2211ea156a * Follow up 51074a0, 2bf2216, 432cdb7
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-25 12:13:02 +07:00
nanakiwurtz
e797f085e5 Merge branch 'Upstream/master' 2013-12-25 04:23:29 +07:00
Cydh Ramdh
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

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-23 23:37:27 +07:00
nanakiwurtz
5b75c045cc Merge branch 'Upstream/master' 2013-12-21 15:51:15 +07:00
nanakiwurtz
f62100ae70 Fixed some minor typo
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-21 15:49:10 +07:00
lighta
9cca188908 Itemtype
Fix itemtype IT_ARMOR and IT_WEAPON being inverted, bugreport:8180
please run tools/convert_itemtype.pl to update your dbs.
Upd athena-start having some issue for some os.
Fix a typo on DC_SERVICEFORYOU for val1 assignment.
2013-12-21 01:02:41 -05:00
nanakiwurtz
5c7e1fa683 Merge branch 'Upstream/master' 2013-12-19 00:04:50 +07:00
Cydh Ramdh
b7fd7468bb Fixed query for '18766' on item_db_re.sql
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-18 18:40:19 +07:00
Cydh Ramdh
4d8558489b [db/re/item_db.txt] Fixed 18742 and 18744 class. 7 to 63
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-16 10:57:40 +07:00
nanakiwurtz
0abc1b9914 New Items.
Source: http://forums.irowiki.org/showpost.php?p=1368518&postcount=660

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-14 02:16:29 +07:00
Cydh Ramdh
5c698ef4f4 Merge pull request #23 from nanakiwurtz/master
New Items from http://forums.irowiki.org/showpost.php?p=1367852&postcount=651
2013-12-13 08:27:41 -08:00
nanakiwurtz
3b81f0b263 * Changed item script for "Improved Helm of Angel"
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-13 23:15:50 +07:00
Lilith-
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 2013-12-13 00:53:56 -08:00
nanakiwurtz
056af72f21 * Follow up 93d4b176 2013-12-13 01:43:47 +07:00
Cydh Ramdh
45951b6864 Added items from http://forums.irowiki.org/showpost.php?p=1373816&postcount=769
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-13 00:17:11 +07:00
nanakiwurtz
93d4b176fc * Follow up to http://forums.irowiki.org/showpost.php?p=1367852&postcount=651
Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-12 23:50:28 +07:00
nanakiwurtz
3541fae4bd New Items.
Source: http://forums.irowiki.org/showpost.php?p=1367852&postcount=651

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-12 23:37:39 +07:00
Cydh Ramdh
c2dc9e684c Follow up fba3ed9, tq Euphy
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-12 23:19:22 +07:00
Cydh Ramdh
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

Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-11 23:10:01 +07:00
nanakiwurtz
518a038f49 fc37599 2013-12-11 01:45:29 +07:00
Cydh Ramdh
c54f35dad0 Just a little follow up of d3f6236
Signed-off-by: Cydh Ramdh <house.bad@gmail.com>
2013-12-07 03:20:28 +07:00
nanakiwurtz
c8f3ddeb4d Removed extra space 2013-12-06 23:50:11 +07:00
nanakiwurtz
fc37599a25 More items.
Source: http://forums.irowiki.org/showpost.php?p=1356728&postcount=365

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-06 23:15:13 +07:00
nanakiwurtz
3e2536b09d Add new items.
Source: http://forums.irowiki.org/showpost.php?p=1360597&postcount=448

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-05 00:57:34 +07:00
nanakiwurtz
d60230f495 New items added.
Source: http://forums.irowiki.org/showpost.php?p=1364909&postcount=585

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-05 00:25:25 +07:00
Cydh Ramdh
2755164385 Merge pull request #18 from nanakiwurtz/master
New items added.
Source: http://forums.irowiki.org/showpost.php?p=1364909&postcount=585
2013-12-03 11:48:56 -08:00
nanakiwurtz
3db1a6a80d New items added.
Source: http://forums.irowiki.org/showpost.php?p=1364909&postcount=585

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-04 01:58:22 +07:00
Cahyadi Ramadhan Togihon
c4890a4984 * Follow up b307531, updating item_db_re.sql
* Follow up 2524c69, compile problem on MSVS compiler

Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
2013-12-04 01:52:23 +07:00
nanakiwurtz
9c5bf1f241 New items added.
Source: http://forums.irowiki.org/showpost.php?p=1364909&postcount=585

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-04 01:26:23 +07:00
Cahyadi Ramadhan Togihon
98949d5355 * Follow up b307531, updating item_db_re.sql
* Follow up 2524c69, compile problem on MSVS compiler

Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
2013-12-04 00:55:52 +07:00
nanakiwurtz
273e919bed New items added.
Source: http://forums.irowiki.org/showpost.php?p=1364909&postcount=585

Signed-off-by: nanakiwurtz <nanakiwurtz240@gmail.com>
2013-12-04 00:45:41 +07:00
Cahyadi Ramadhan Togihon
81e659090f * Follow up 3428ae2 (fixed bugreport http://rathena.org/board/tracker/issue-8267-cant-save-point/)
* Follow up 532cbd1 (comment 532cbd1ab1 (commitcomment-4624825))

Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
2013-11-20 20:14:23 +07:00
Cahyadi Ramadhan Togihon
7e9e4b066e * Added some new items
-- http://forums.irowiki.org/showpost.php?p=1369133&postcount=668
-- http://forums.irowiki.org/showpost.php?p=1371672&postcount=732
-- http://forums.irowiki.org/showpost.php?p=1374428&postcount=792
-- Thank Ziu and nanakiwurtz
-- Updated item_db_re.sql
* Follow up 3064821
-- Fixed error when compiling for MSVS compiler
-- Fixed bugreport http://rathena.org/board/tracker/issue-8261-vip-storage-increase/

Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
2013-11-19 13:45:02 +07:00
Cahyadi Ramadhan Togihon
24ca5b5c3c Fixed bug report http://rathena.org/board/tracker/issue-8256-rebellion-lower-hp-bug-and-some-other-bug/ (Thank reigneil)
Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
2013-11-18 22:07:23 +07:00
Cahyadi Ramadhan Togihon
532cbd1ab1 * Added some new renewal items (err still need add more!)
-- http://forums.irowiki.org/showpost.php?p=1339744&postcount=72
-- http://forums.irowiki.org/showpost.php?p=1363146&postcount=480
-- http://forums.irowiki.org/showpost.php?p=1371309&postcount=730
-- http://forums.irowiki.org/showpost.php?p=1373338&postcount=751
-- Thank Antares, Ziu, nanakiwurtz, and everyone who talking about "New Cards 2013" here http://rathena.org/board/topic/89728-new-cards-2013/
-- (Anyone feel free to correct if any wrong/missing script :P)
* Updated renewal skill_required_db for Rebellion following the added items

Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
2013-11-18 10:09:22 +07:00
Cahyadi Ramadhan Togihon
fef6307cf0 * Follow up to bd2503e and 7355677
-- Modified field data of `equip_locations` to mediumint
-- Updated converter tool for item_db following this update
-- Updated item_db.sql, item_db2.sql, item_db_re.sql, item_db_re2.sql
-- CAUTION: Please update item_db MySQL tables by using 'upgrade_20131115_2.sql'

Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>
2013-11-15 10:51:35 +07:00
Akinari1087
735567737e Update the SQL item DB to current text DB 2013-11-14 18:35:29 -07:00
Euphy
dcb2572dc8 * Added many official 'bonus_script' item bonuses. (follow-up 99098c1)
Signed-off-by: Euphy <euphy.raliel@rathena.org>
2013-11-10 15:13:07 -05:00