diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/item_db.txt | 4 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 7b4a5cec2..bc231a594 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -44,6 +44,7 @@ 13107 Western_Outlaw Need correct HIT and ASPD Rate ======================== 08/14 + * Implemented Wolfhedin and Mithril Magic Manteau [Playtester] * Fixed the damage area of the "path damage" skills [Playtester] * Fixed some entries in the mob_skill_db [Playtester] 08/13 diff --git a/db/item_db.txt b/db/item_db.txt index 10509373d..db2bdc388 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -1171,8 +1171,8 @@ 2528,Wool_Scarf,Wool Scarf,5,,10,50,,3,,1,0xFFFFFFFE,2,2,4,,55,1,0,{ bonus bMdef,4;},{},{} 2529,Decoration_of_the_Rider,Decoration of the Rider,5,,10,500,,4,,0,0xFFFFFFFE,2,2,4,,55,1,0,{ bonus bAgi,2; if (isequipped(2425)) bonus bFlee,10; },{},{} 2530,Decoration_of_the_Rider_,Decoration of the Rider,5,,10,500,,4,,1,0xFFFFFFFE,2,2,4,,55,1,0,{ bonus bAgi,2; },{},{} -2531,Wolfhedin,Wolfhedin,5,,10,700,,3,,1,0x000654E2,2,2,4,,70,1,0,{},{},{} -2532,Mithril_Magic_Cape,Mithril Magic Cape,5,,10,400,,3,,1,0x00198B1C,2,2,4,,70,1,0,{ bonus bMdef,3; },{},{} +2531,Wolfhedin,Wolfhedin,5,,10,700,,3,,1,0x000654E2,2,2,4,,70,1,0,{ bonus5 bAutoSpellWhenHit,675,1,10,BF_WEAPON,0; },{},{} +2532,Mithril_Magic_Cape,Mithril Magic Cape,5,,10,400,,3,,1,0x00098B1C,2,2,4,,70,1,0,{ bonus bMdef,3; bonus5 bAutoSpellWhenHit,676,1,10,BF_MAGIC,0; },{},{} // Accessories //=================================================================== 2601,Ring,Ring,5,30000,,100,,0,,0,0xFFFFFFFE,7,2,136,,20,0,0,{ bonus bStr,2; },{},{} diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 5e390509f..9c803145b 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -959,9 +959,9 @@ //-- NPC_CRITICALWOUND 673,0,0,0,0,30000 //-- NPC_STONESKIN -675,0,0,0,30000,0 +675,0,0,0,2000:9000:16000:23000:30000,0 //-- NPC_ANTIMAGIC -676,0,0,0,30000,0 +676,0,0,0,2000:9000:16000:23000:30000,0 //-- NPC_WIDECURSE 677,0,0,0,0,30000 //-- NPC_WIDESTUN |