From 03bd0e5cf208a8a7f785c6b604a06e265fdc1fa3 Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 21 Aug 2007 21:26:27 +0000 Subject: Fixed Book of the Dead not autocasting the correct skill git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11062 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/item_db.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 543835901..bb0b3f88e 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,7 @@ 13107 Western_Outlaw: Need correct HIT and ASPD Rate ======================== 08/21 + * Fixed Book of the Dead not autocasting the correct skill [Playtester] * Fixed Coma status chances being way too low [Playtester] 08/20 * Rev. 11056 Corrected bonus for Gold_Tiara_. (Playtester) [L0ne_W0lf] diff --git a/db/item_db.txt b/db/item_db.txt index af327fdbe..ac4b7c312 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -753,7 +753,7 @@ 1562,Bible_Of_Battlefield,Battlefield Textbook,4,,10,700,110,,1,1,0x00410100,7,2,2,4,80,0,15,{ bonus bInt,3; bonus4 bAutoSpell,34,3+(getskilllv(34)>3)*(getskilllv(34)-3),20,0; },{},{} 1563,Diary_Of_Great_Sage_C,Refined Sage's Diary,4,,,0,135,,1,2,0x00410100,7,2,2,3,1,0,15,{ bonus bMatkRate,20; bonus bAspdRate,5; },{},{} 1564,Giant_Encyclopedia,Gieant Encyclopedia,4,,10,2000,110,,1,2,0x00410100,7,2,2,3,70,1,15,{ bonus bMatkRate,15; bonus bInt,3; bonus bDex,2; bonus bCritical,20+readparam(bLuk)/3; },{},{} -1565,Book_of_the_Dead,Book of the Dead,4,,10,1000,137,,1,2,0x00410100,7,2,2,4,85,1,15,{ bonus bMatkRate,15; bonus bStr,3; bonus bInt,3; bonus bLuk,-20; bonus2 bWeaponComaRace,RC_DemiHuman,100; bonus bAspdRate,getrefine(); if(BaseJob == Job_Sage) bonus3 bAutoSpell,677,5,10; },{},{} +1565,Book_of_the_Dead,Book of the Dead,4,,10,1000,137,,1,2,0x00410100,7,2,2,4,85,1,15,{ bonus bMatkRate,15; bonus bStr,3; bonus bInt,3; bonus bLuk,-20; bonus2 bWeaponComaRace,RC_DemiHuman,100; bonus bAspdRate,getrefine(); if(BaseJob == Job_Sage) bonus3 bAutoSpell,662,1,10; },{},{} 1599,Angra_Manyu,Angra Manyu,4,1,,10,200,,2,0,0xFFFFFFFF,7,2,2,1,1,1,8,{ bonus bAllStats,50; bonus bBaseAtk,3800; bonus2 bHPDrainRate,1000,100; },{},{} // Staffs 1601,Rod,Rod,4,50,,400,15,,1,3,0x00818315,7,2,2,1,1,1,10,{ bonus bMatkRate,15; },{},{} -- cgit v1.2.3-70-g09d2