diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-01 11:02:16 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-01 11:02:16 +0000 |
commit | 9b666296b5dbaa82c1fa203008eaff82be2f7a85 (patch) | |
tree | cff8b373df7e524c7326c0b0ca1245295f5f3abe /db | |
parent | 6c12c1841ba0f37da66f03d8a4c7a2e686ad81ab (diff) | |
download | hercules-9b666296b5dbaa82c1fa203008eaff82be2f7a85.tar.gz hercules-9b666296b5dbaa82c1fa203008eaff82be2f7a85.tar.bz2 hercules-9b666296b5dbaa82c1fa203008eaff82be2f7a85.tar.xz hercules-9b666296b5dbaa82c1fa203008eaff82be2f7a85.zip |
* Added some of the new arrow craftings for testing purposes
- some item names are still unknown, help needed
- fixed an item name
- more to come
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10942 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 5 | ||||
-rw-r--r-- | db/create_arrow_db.txt | 50 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
3 files changed, 56 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 1efc7cd83..70dfd829b 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -48,6 +48,11 @@ 13107 Western_Outlaw Need correct HIT and ASPD Rate ---- ======================== +08/01 + * Added some of the new arrow craftings for testing purposes [Playtester] + - some item names are still unknown, help needed + - fixed an item name + - more to come 07/30 * Rev. 10932 Added several localized quest items to item_trade. [L0ne_W0lf] - Added some Rachel quest items as well as cash shop specific items to item_trade diff --git a/db/create_arrow_db.txt b/db/create_arrow_db.txt index 2a23ca5f6..b4cd9b99a 100644 --- a/db/create_arrow_db.txt +++ b/db/create_arrow_db.txt @@ -193,3 +193,53 @@ 7035,1752,3000 // Fang of Garm --> 300 Crystal Arrows 7036,1754,300 + +//New Ingredients + +//Ice Cubic --> 100 Crystal Arrows +7066,1754,100 +//Stone Fragment --> 150 Stone Arrows +7067,1756,150 +//Burnt Tree --> 250 Fire Arrows +7068,1752,250 +//Destroyed Armor --> 150 Steel Arrows +7069,1753,150 +//Burning Heart --> 150 Fire Arrows +7097,1752,150 +//Sharp Leaf --> 30 Sharp Arrows +7100,1764,30 +//Piece of Shield --> 100 Steel Arrows, 100 Oridecon Arrows, 300 Immaterial Arrows +7108,1753,100,1765,100,1757,300 +//Shining Spear Blade --> 100 Oridecon Arrows +7109,1765,100 +//Burning Horseshoe --> 100 Steel Arrows +7120,1753,100 +//Piece of Bamboo --> 100 Arrows +7150,1750,100 +//Poisonous Toad Skin --> 20 Poison Arrows +7155,1763,20 +//Hard Feeler --> 20 Sharp Arrows +7163,1764,20 +//Solid Peach --> 30 Stun Arrows +7164,1758,30 +//Leopard Claw --> 10 Sharp Arrows +7172,1764,10 +//Armor Piece of Dullahan --> 150 Arrows of Shadow +7210,1767,150 +//Cat's Eye Stone --> 200 Arrows of Wind +7263,1755,200 +//Dark Crystal Fragment --> 30 Cursed Arrows, 50 Arrows of Shadow +7315,1761,30,1767,50 +//Battered Kettle --> 50 Steel Arrows +7323,1753,50 +//Golden Ornament --> 200 Silver Arrows, 300 Holy Arrows +7435,1751,200,1772,300 +//Rune of Darkness -> 300 Arrows of Shadow, 150 Flash Arrows +7511,1767,300,1760,150 + +//Unknown +//Piece of Fire -> Fire Arrow 100 EA +//Cursed One -> CUrsed Arrow 50, Silence Arrow 50 EA +//Piece of Rock Crystal -> Flash Arrow 10, Sleep Arrow 30 EA +//Will of the Darkness (1) -> Cursed Arrow 30, Poison Arrow 30, Shadow Arrow 50 EA +//Will of the Darkness (2) -> Cursed Arrow 200, Poison Arrow 200, Shadow Arrow 100 EA
\ No newline at end of file diff --git a/db/item_db.txt b/db/item_db.txt index e1fd11312..19fb061a4 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2131,7 +2131,7 @@ 7161,Black_Bear's_Skin,Black Bear Skin,3,,192,10,,,,,,,,,,,,,{},{},{} 7162,Cloud_Piece,Cloud Crumb,3,,195,10,,,,,,,,,,,,,{},{},{} 7163,Sharp_Feeler,Hard Feeler,3,,285,10,,,,,,,,,,,,,{},{},{} -7164,Hard_Peach,Solid_Peach,3,,200,10,,,,,,,,,,,,,{},{},{} +7164,Hard_Peach,Solid Peach,3,,200,10,,,,,,,,,,,,,{},{},{} 7165,Limpid_Celestial_Robe,Transparent Celestial Robe,3,,325,10,,,,,,,,,,,,,{},{},{} 7166,Soft_Silk_Cloth,Soft Silk,3,,600,10,,,,,,,,,,,,,{},{},{} 7167,Mystery_Iron_Bit,Strange Steel Piece,3,,215,10,,,,,,,,,,,,,{},{},{} |