diff options
author | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-01 17:27:37 +0000 |
---|---|---|
committer | rud0lp20 <rud0lp20@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-01 17:27:37 +0000 |
commit | 9755833db59badc0e1c890646db6dcc504a654a4 (patch) | |
tree | 109f0d1580fd8cbf6e2afb3ff1336de09aea0e25 /db/pre-re/skill_cast_db.txt | |
parent | bff5eb4080d3f376c13956ccfc9fe77a268656b9 (diff) | |
download | hercules-9755833db59badc0e1c890646db6dcc504a654a4.tar.gz hercules-9755833db59badc0e1c890646db6dcc504a654a4.tar.bz2 hercules-9755833db59badc0e1c890646db6dcc504a654a4.tar.xz hercules-9755833db59badc0e1c890646db6dcc504a654a4.zip |
Fixed bugreport:5788 WL_READING_SB should now work like official behavior(save preserved spell on relog, proper skill fail message, maximum number of spell that a char can hold)
Fixed bugreport:5657 WL_EARTHSTRAIN should now work like official behavior(total number of range [15x4+lv], layout when casted, interval)
Updated WL_IMPRISON duration, rate and proper skill fail message.
Special thanks to Yommy and his amazing tool...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16365 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/pre-re/skill_cast_db.txt')
-rw-r--r-- | db/pre-re/skill_cast_db.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/pre-re/skill_cast_db.txt b/db/pre-re/skill_cast_db.txt index 3cb1b0542..0525571e6 100644 --- a/db/pre-re/skill_cast_db.txt +++ b/db/pre-re/skill_cast_db.txt @@ -1184,8 +1184,8 @@ //========================================== //===== Warlock ============================ -//-- WL_WHITEIMPRISON //CHECK Is reuse delay hard coded to work only if successful? Duration 1 may be incorrect. Is duration 2 for if casted on self? -2201,0,0,0,10000:12000:14000:16000:18000,5000,0 +//-- WL_WHITEIMPRISON +2201,0,0,0,6000:8000:10000:12000:14000,15000,0,0 //-- WL_SOULEXPANSION 2202,2000,500,0,0,0,0 //-- WL_FROSTMISTY @@ -1212,8 +1212,8 @@ //-- WL_CHAINLIGHTNING //CHECK Whats duration 1 used for? 2214,4500:5000:5500:6000:6500,3000,0,1000,0,0 -//-- WL_EARTHSTRAIN //CHECK What is duration 2 used for? -2216,3000:4000:5000:6000:7000,1000,0,500,60000,10000 +//-- WL_EARTHSTRAIN +2216,2000:3000:4000:5000:6000,1000,0,150,0,10000,2000 //-- WL_TETRAVORTEX //CHECK Duration 1 might be correct? 2217,6000:7000:8000:9000:10000,2000,0,20000,0,15000 @@ -1227,8 +1227,8 @@ //-- WL_SUMMONSTONE 2229,2000,0,0,30000:40000:50000:60000:70000,0,0 -//-- WL_READING_SB //CHECK Is duration 1 how long the spell will be stored for? -2231,4000,500,0,30000,0,5000 +//-- WL_READING_SB +2231,4000,500,0,0,0,5000 //========================================== //===== Ranger ============================= |