diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-02 07:58:16 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-02 07:58:16 +0000 |
commit | 5ea975d8db76fed920066180ad1246ab2b055dad (patch) | |
tree | dc56b86fb36aaae183c7d5f1e508f6acba52ffd7 | |
parent | c8f8a541c9ab0b9152d08e7dc8193100a63b4381 (diff) | |
download | hercules-5ea975d8db76fed920066180ad1246ab2b055dad.tar.gz hercules-5ea975d8db76fed920066180ad1246ab2b055dad.tar.bz2 hercules-5ea975d8db76fed920066180ad1246ab2b055dad.tar.xz hercules-5ea975d8db76fed920066180ad1246ab2b055dad.zip |
Lowered the duration of Speed Potion to 5 seconds
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6444 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index bceace60c..9d6326390 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -26,6 +26,8 @@ -----
=========================
+05/02
+ * Lowered the duration of Speed Potion to 5 seconds [Playtester]
05/01
* Fixed Jump Kick's range to 9. [Skotlex]
* Modified the AM_TWILIGHT* skills to require 200 medicine bowls. [Skotlex]
diff --git a/db/item_db.txt b/db/item_db.txt index 7cbde0ea1..9d85613d3 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,,,,,,{ specialeffect 507; sc_start SC_SpeedUp0,1800000,0; },{},{}
+12016,Speed_Potion,Speed Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ specialeffect 507; sc_start SC_SpeedUp0,5000,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"; },{},{}
|