From 957a4097db740769f10d92d5d17779fae1be918b Mon Sep 17 00:00:00 2001 From: Playtester Date: Thu, 17 May 2007 18:30:53 +0000 Subject: Fixed Earthen and Gale Bow being all mixed up git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10556 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/item_db.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 42ffe6524..13f0f8b9d 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -49,6 +49,7 @@ ---- ======================== 05/17 + * Fixed Earthen and Gale Bow being all mixed up [Playtester] * Updated price and weight of some etc items [Playtester] - removed weight on The Sign quest items 05/16 diff --git a/db/item_db.txt b/db/item_db.txt index f051c049b..dda7b7976 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -804,8 +804,8 @@ 1729,Refined_Bow_Of_Rudra,Refined Rudra Bow,4,,,0,185,,5,0,0x000A0808,7,2,34,4,1,0,11,{ bonus bAtkEle,Ele_Holy; bonus bInt,5; skill 35,1; skill 28,1; },{},{} 1730,Burning_Bow,Burning Bow,4,,10,1400,95,,5,1,0x00020800,7,2,34,3,55,1,11,{ bonus2 bSubEle,Ele_Fire,10; if(isequipped(1752)) bonus bLongAtkRate,25; },{},{} 1731,Freezing_Bow,Freezing Bow,4,,10,1400,100,,5,1,0x00020800,7,2,34,3,55,1,11,{ bonus2 bAddEff,Eff_Freeze,500; if(isequipped(1754)) bonus bLongAtkRate,25; },{},{} -1732,Gale_Bow,Gale Bow,4,,10,1400,105,,5,1,0x00020800,7,2,34,3,55,1,11,{ if(readparam(bInt)>40) { bonus4 bAutoSpell,540,5,20,1; } else bonus4 bAutoSpell,540,5,50,1; if(isequipped(1755)) bonus bLongAtkRate,25; },{},{} -1733,Earthen_Bow,Earthen Bow,4,,10,1400,95,,5,1,0x00020800,7,2,34,3,55,1,11,{ bonus2 bAddEff,Eff_Blind,500; if(isequipped(1756)) bonus bLongAtkRate,25; },{},{} +1732,Earthen_Bow,Earthen Bow,4,,10,1400,105,,5,1,0x00020800,7,2,34,3,55,1,11,{ bonus2 bAddEff,Eff_Blind,500; if(isequipped(1756)) bonus bLongAtkRate,25; },{},{} +1733,Gale_Bow,Gale Bow,4,,10,1400,95,,5,1,0x00020800,7,2,34,3,55,1,11,{ if(readparam(bInt)>40) { bonus4 bAutoSpell,540,5,50,1; } else bonus4 bAutoSpell,540,5,20,1; if(isequipped(1755)) bonus bLongAtkRate,25; },{},{} 1734,Orc_Archer's_Bow,Orc Archer's Bow,4,,10,1600,120,,5,1,0x00020800,7,2,34,3,55,1,11,{ bonus2 bAddMonsterDropItem,1770,200; if(isequipped(1770)) bonus bLongAtkRate,25; },{},{} // Arrows 1750,Arrow,Arrow,10,1,,1,25,,,,0x000A1848,7,2,32768,,1,,1,{},{},{} -- cgit v1.2.3-70-g09d2