Now Speed Potion gives doubled speed for 5 seconds as it should be

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6445 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2006-05-02 13:32:52 +00:00
parent 8edca874a2
commit 6bad4dc105
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
========================= =========================
05/02 05/02
* Lowered the duration of Speed Potion to 5 seconds [Playtester] * Lowered the duration of Speed Potion to 5 seconds [Playtester]
- now it's doubled speed for 5 seconds
05/01 05/01
* Fixed Jump Kick's range to 9. [Skotlex] * Fixed Jump Kick's range to 9. [Skotlex]
* Modified the AM_TWILIGHT* skills to require 200 medicine bowls. [Skotlex] * Modified the AM_TWILIGHT* skills to require 200 medicine bowls. [Skotlex]

View File

@ -2240,7 +2240,7 @@
12014,Immaterial_Arrow_Quiver,Immaterial Arrow Quiver,2,1500,,250,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 1757,500; },{},{} 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; },{},{} 12015,Rusty_Arrow_Quiver,Rusty Arrow Quiver,2,1500,,250,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem 1762,500; },{},{}
// Speed Potions // Speed Potions
12016,Speed_Potion,Speed Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ specialeffect 507; sc_start SC_SpeedUp0,5000,0; },{},{} 12016,Speed_Potion,Speed Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ specialeffect 507; sc_start SC_SpeedUp1,5000,0; },{},{}
12017,Slow_Potion,Slow Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} 12017,Slow_Potion,Slow Potion,0,1000,,100,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{}
12018,Firecracker,Firecracker,2,100,,20,,,,,0xFFFFFFFF,7,2,,,,,,{ misceffect(256); },{},{} 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"; },{},{} 12019,Holy_Egg,Holy Egg,2,,10,150,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill 54,2,"Resurrection"; },{},{}