diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-08 19:21:35 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-08 19:21:35 +0000 |
commit | 4723777c3312562f5e4902f4230e180cc10f0bc1 (patch) | |
tree | 4ee5747fd67505d61b071bdd26ed91c5e04c7d23 | |
parent | 1531c96f8140ffa5c86add64482f3060a650853b (diff) | |
download | hercules-4723777c3312562f5e4902f4230e180cc10f0bc1.tar.gz hercules-4723777c3312562f5e4902f4230e180cc10f0bc1.tar.bz2 hercules-4723777c3312562f5e4902f4230e180cc10f0bc1.tar.xz hercules-4723777c3312562f5e4902f4230e180cc10f0bc1.zip |
Some item/skill db fixes, thanks to Zephiris and Foruken
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5521 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/item_db.txt | 10 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 94ecdba43..29aed0ffa 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2414,11 +2414,11 @@ 13252,Flash_Shuriken,Flash Shuriken,10,1,,30,45,,,,268435456,7,2,32768,,1,,,{}
13253,Pointed_Leaf_Shuriken,Pointed Leaf Shuriken,10,1,,30,70,,,,268435456,7,2,32768,,1,,,{}
13254,Piercing_Thorn_Shuriken,Piercing Thorn Shuriken,10,1,,20,100,,,,268435456,7,2,32768,,1,,,{}
-13255,Kunai_of_Frozen_Icicle,Kunai of Frozen Icicle,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{} bonus bAtkEle,Ele_Water; }
-13256,Kunai_of_Black_Earth,Kunai of Black Earth,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{} bonus bAtkEle,Ele_Earth; }
-13257,Kunai_of_Violent_Winds,Kunai of Violent Winds,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{} bonus bAtkEle,Ele_Wind; }
-13258,Kunai_of_Fierce_Heat,Kunai of Fierce Heat,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{} bonus bAtkEle,Ele_Fire; }
-13259,Kunai_of_Deadly_Poison,Kunai of Deadly Poison,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{} bonus2 bAddEff,Eff_Poison,500; }
+13255,Kunai_of_Frozen_Icicle,Kunai of Frozen Icicle,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{ bonus bAtkEle,Ele_Water; }
+13256,Kunai_of_Black_Earth,Kunai of Black Earth,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{ bonus bAtkEle,Ele_Earth; }
+13257,Kunai_of_Violent_Winds,Kunai of Violent Winds,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{ bonus bAtkEle,Ele_Wind; }
+13258,Kunai_of_Fierce_Heat,Kunai of Fierce Heat,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{ bonus bAtkEle,Ele_Fire; }
+13259,Kunai_of_Deadly_Poison,Kunai of Deadly Poison,10,1,,50,30,,,,268435456,7,2,32768,,1,,,{ bonus2 bAddEff,Eff_Poison,500; }
// Ninja Stones
7521,Burning_Stone,Burning Stone,3,10,,10,,,,,,7,2,,,,,,{}
diff --git a/db/skill_db.txt b/db/skill_db.txt index a1b3bab6e..10fc0f384 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -518,7 +518,7 @@ 498,0,6,4,0,1,0,1,0,no,0,8,0,none,0 //AM_TWILIGHT3#Twilight Alchemy 3#
499,-9,8,4,-1,0,0,1,2,no,0,8,0,weapon,0 //HT_POWER#Beast Strafing#
//Temp Plugs(using bash as base)
-500,-5,6,1,-1,0,0,5,1,no,0,0,0,weapon,0 //GS_GLITTERING#Flip the Coin#
+500,0,6,4,0,0,0,5,1,no,0,0,0,none,0 //GS_GLITTERING#Flip the Coin#
501,-5,6,1,-1,0,0,1,1,no,0,0,0,weapon,0 //GS_FLING#Fling#
502,-5,6,1,-1,0,0,1,1,no,0,0,0,weapon,0 //GS_TRIPLEACTION#Triple Action#
503,-5,6,1,-1,0,0,1,1,no,0,0,0,weapon,0 //GS_BULLSEYE#Bulls Eye#
|