diff options
author | glighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-31 01:38:20 +0000 |
---|---|---|
committer | glighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-10-31 01:38:20 +0000 |
commit | 0fe3daa79298bec69f8a85c210a2fc1d7a437851 (patch) | |
tree | 9f3881e9fcb323f0ba1c4db37b9b76a562530a68 /db/re/skill_cast_db.txt | |
parent | 759a1bcbe86ff54211b46a539b106b7ff174731e (diff) | |
download | hercules-0fe3daa79298bec69f8a85c210a2fc1d7a437851.tar.gz hercules-0fe3daa79298bec69f8a85c210a2fc1d7a437851.tar.bz2 hercules-0fe3daa79298bec69f8a85c210a2fc1d7a437851.tar.xz hercules-0fe3daa79298bec69f8a85c210a2fc1d7a437851.zip |
-Fix bugreport:5757 (insignia) implement remaning effect stated from irowiki, remove duplicate atk_ele
-Fix bugreport:6096 (saturday_night), add rate failure, fix sit icone, add restrict to pvp map
-Fix bugreport:6831 (sc_intravision), prevent item starting (and so ending) intravision while wearing maya purple
DB:
-Upd *INSIGNIA duration to 60s, fix requirement indigo per level (itemid ain't split in src =( )
-Upd WM_SATURDAY_NIGHT_FEVER hp/sp drain interval to 12-2*skilllv
-Upd skill_require_db fix add note about some state status wich were present but not mentionned.
-Add poisonweapon and rollingcutter code implantation. (was used in require db without effect and removed hardcoded check)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16847 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/re/skill_cast_db.txt')
-rw-r--r-- | db/re/skill_cast_db.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/skill_cast_db.txt b/db/re/skill_cast_db.txt index e37adc082..4366817c7 100644 --- a/db/re/skill_cast_db.txt +++ b/db/re/skill_cast_db.txt @@ -1511,7 +1511,7 @@ //-- WM_SOUND_OF_DESTRUCTION 2429,0:500:1000:1500:2000,1000,0,0,0,20000,500 //-- WM_SATURDAY_NIGHT_FEVER -2430,1000:2000:3000:4000:5000,1000,0,10000:15000:20000:25000:30000,3000,180000,1000 +2430,1000:2000:3000:4000:5000,1000,0,10000:15000:20000:25000:30000,10000:8000:6000:4000:2000,180000,1000 //-- WM_LERADS_DEW 2431,1000,1000,0,20000:30000:40000:50000:60000,0,180000,500 //-- WM_MELODYOFSINK @@ -1567,13 +1567,13 @@ //-- SO_EL_CURE 2464,2000,1000,0,0,0,0,-1 //-- SO_FIRE_INSIGNIA -2465,1000,0,0,600000:900000:1200000,0,60000,1000 +2465,1000,0,0,60000,0,60000,1000 //-- SO_WATER_INSIGNIA -2466,1000,0,0,600000:900000:1200000,0,60000,1000 +2466,1000,0,0,60000,0,60000,1000 //-- SO_WIND_INSIGNIA -2467,1000,0,0,600000:900000:1200000,0,60000,1000 +2467,1000,0,0,60000,0,60000,1000 //-- SO_EARTH_INSIGNIA -2468,1000,0,0,600000:900000:1200000,0,60000,1000 +2468,1000,0,0,60000,0,60000,1000 //========================================== //==== Genetic skills ====================== @@ -1911,4 +1911,4 @@ 10012,10000,0,0,0,300000,0,0 //-- GD_EMERGENCYCALL 10013,5000,0,0,0,300000,0,0 -//==========================================
\ No newline at end of file +//========================================== |