diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2013-07-04 23:22:12 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2013-07-04 23:22:12 +0800 |
commit | 83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a (patch) | |
tree | 08c8dc134b36176461531e29c4a5f247937f38e5 /db/re/skill_cast_db.txt | |
parent | 38ad0593dd7d6c3357c2a2219fe59122969c84b9 (diff) | |
download | hercules-83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a.tar.gz hercules-83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a.tar.bz2 hercules-83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a.tar.xz hercules-83e3b8d22acc73aeaafbf2a95e1fb9e6b228a63a.zip |
Fixed Bug#7459
-where 'working in progress' state is not cancel in change map/teleport.
Fixed Bug#7265
-where casting AL_INCAGI into chars force them to stand where it now suppose to be.
Fixed Bug#7337
-fixed some skills that deals 'work in progress' state.
Fixed Bug#7467
-fixed compiling warning message.
Renewal Updates
-Temporary fix for skills final damage reduction.
-Updated NJ_KUNAI to its renewal formula.
-Updated/Fixed some interface messages.
-Implemented additional new 3rd job skills(GN_ILLUSIONDOPING,RK_LUXANIMA,SO_ELEMENTAL_SHIELD,SC_ESCAPE)
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'db/re/skill_cast_db.txt')
-rw-r--r-- | db/re/skill_cast_db.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/db/re/skill_cast_db.txt b/db/re/skill_cast_db.txt index 446f0d698..e61b066be 100644 --- a/db/re/skill_cast_db.txt +++ b/db/re/skill_cast_db.txt @@ -1113,6 +1113,8 @@ 2019,0,0,0,180000,0,0,-1 //-- RK_DRAGONBREATH_WATER 5004,0:0:0:1000:1000:1000:1500:1500:2000:2000,2000,0,40000,0,0,500 +//-- RK_LUXANIMA +5005,0,0,0,60000,0,0,-1 //========================================== //===== Gillotine Cross ==================== @@ -1148,7 +1150,7 @@ //-- GC_CROSSRIPPERSLASHER 2037,0,1000,0,0,0,0,-1 //-- GC_DARKCROW -5001,0,1500,0,5000,0,0,-1 +5001,0,1500,0,5000,0,60000,-1 //========================================== //===== Arch Bishop ======================== @@ -1380,8 +1382,8 @@ 2303,2000,2000,0,10000:20000:30000,0,180000,-1 //-- SC_FEINTBOMB 2304,1000,0,0,1000,0,5000,-1 -//-- SC_SCAPE -5010,1000,0,0,1000,0,5000,-1 +//-- SC_ESCAPE +5010,0,0,0,1000,0,15000,-1 //========================================== //==== Royal Guard skills ================== @@ -1591,6 +1593,8 @@ 2467,1000,0,0,60000,0,60000,1000 //-- SO_EARTH_INSIGNIA 2468,1000,0,0,60000,0,60000,1000 +//-- SO_ELEMENTAL_SHIELD +5008,1000,0,0,0,0,10000,-1 //========================================== //==== Genetic skills ====================== @@ -1633,6 +1637,9 @@ //-- GN_SLINGITEM_RANGEMELEEATK 2498,0,0,0,3000,0,0,-1 + +//-- GN_ILLUSIONDOPING +5003,0,0,0,10000,0,10000,-1 //========================================== //===== Extra 3rd Class Skills ============= |