diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-01 16:33:39 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-01 16:33:39 +0000 |
commit | 81a95db7c1ad0099c5198b1d891225918253fa29 (patch) | |
tree | fa74d8a2938ff9c7cb646feace299804b9a6b7a7 /db/item_db.txt | |
parent | a71ebb32f66b2ae36e4302bc8d90fb83fbc1eaa6 (diff) | |
download | hercules-81a95db7c1ad0099c5198b1d891225918253fa29.tar.gz hercules-81a95db7c1ad0099c5198b1d891225918253fa29.tar.bz2 hercules-81a95db7c1ad0099c5198b1d891225918253fa29.tar.xz hercules-81a95db7c1ad0099c5198b1d891225918253fa29.zip |
Added effect of Speed Potion
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6432 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/item_db.txt')
-rw-r--r-- | db/item_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 10b1f1075..7cbde0ea1 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -2240,7 +2240,7 @@ 12014,Immaterial_Arrow_Quiver,Immaterial Arrow Quiver,2,1500,,250,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 1757,500; },{},{}
12015,Rusty_Arrow_Quiver,Rusty Arrow Quiver,2,1500,,250,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 1762,500; },{},{}
// Speed Potions
-12016,Speed_Potion,Speed Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
+12016,Speed_Potion,Speed Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ specialeffect 507; sc_start SC_SpeedUp0,1800000,0; },{},{}
12017,Slow_Potion,Slow Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
12018,Firecracker,Firecracker,2,100,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ misceffect(256); },{},{}
12019,Holy_Egg,Holy Egg,2,,10,150,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill 54,2,"Resurrection"; },{},{}
|