From 471eeea2f896b96fd76bbe0f285e7cad1ab76060 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 4 May 2006 18:21:21 +0000 Subject: - All KA-spells are interruptable. - Added a temporary SI_RUN state. Actual value needs to be found... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6469 54d463be-8e91-2dee-dedb-b68131a5f0ec --- db/Changelog.txt | 1 + db/skill_db.txt | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'db') diff --git a/db/Changelog.txt b/db/Changelog.txt index 9f5cdc69a..8c333b8ad 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -28,6 +28,7 @@ ========================= 05/04 + * All KA-spells are interruptable. [Skotlex] * Modified NPC_STUNATTACK: Max level is 5, stun duration is 1+lv seconds (these duration values are guessed, but they are better than the previous 5+lv seconds) [Skotlex] diff --git a/db/skill_db.txt b/db/skill_db.txt index 328a45de7..5d8aa9beb 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -481,11 +481,11 @@ 459,0,6,4,0,3,-1,1,1,no,0,8,0,weapon,0 //BS_ADRENALINE2#Full Adrenaline Rush# 460,9,6,16,0,1,0,5,1,yes,0,0,0,magic,0 //SL_HUNTER#Spirit of the Hunter# 461,9,6,16,0,1,0,5,1,yes,0,512,0,magic,0 //SL_SOULLINKER#Spirit of the Soul Linker# -462,9,6,16,0,1,0,7,1,no,0,0,0,magic,0 //SL_KAIZEL#Kaizel# -463,9,6,16,0,1,0,7,1,no,0,0,0,magic,0 //SL_KAAHI#Kahai# -464,9,6,16,0,1,0,3,1,no,0,0,0,magic,0 //SL_KAUPE#Kauf# -465,9,6,16,0,1,0,7,1,no,0,0,0,magic,0 //SL_KAITE#Kaite# -466,0,0,0,0,0,0,7,0,no,0,0,0,magic,0 //SL_KAINA#Kaina# +462,9,6,16,0,1,0,7,1,yes,0,0,0,magic,0 //SL_KAIZEL#Kaizel# +463,9,6,16,0,1,0,7,1,yes,0,0,0,magic,0 //SL_KAAHI#Kahai# +464,9,6,16,0,1,0,3,1,yes,0,0,0,magic,0 //SL_KAUPE#Kauf# +465,9,6,16,0,1,0,7,1,yes,0,0,0,magic,0 //SL_KAITE#Kaite# +466,0,0,0,0,0,0,7,0,yes,0,0,0,magic,0 //SL_KAINA#Kaina# 467,9,6,1,-2,0,0,7,1,no,0,0,0,magic,2 //SL_STIN#Estin# 468,9,6,1,-2,0,0,7,1,no,0,0,0,magic,0 //SL_STUN#Estern# 469,9,8,1,-2,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0 //SL_SMA#Esma# -- cgit v1.2.3-70-g09d2