diff options
author | reddozen <reddozen@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-24 23:13:37 +0000 |
---|---|---|
committer | reddozen <reddozen@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-24 23:13:37 +0000 |
commit | ea40b015cb26db701961714237380e2e64525ae7 (patch) | |
tree | ec0cfb1f98ea397c3bfd3f4f1d29bef001d72305 /db/skill_cast_db.txt | |
parent | 6677af13c59e6b643d561dcb17a45230e3b514fb (diff) | |
download | hercules-ea40b015cb26db701961714237380e2e64525ae7.tar.gz hercules-ea40b015cb26db701961714237380e2e64525ae7.tar.bz2 hercules-ea40b015cb26db701961714237380e2e64525ae7.tar.xz hercules-ea40b015cb26db701961714237380e2e64525ae7.zip |
* Fixed / finished most of Gunslinger [Reddozen]
- fixed some bullets in the item DB
- adjusted a few rates in skill_cast_db.txt for Gunslingers
- adjusted a couple skills in skill_db.txt to act correctly
- adjusted all the SP values for Gunslinger skills
- changed piercing shot to lv 5 from lv 10
- made ki Translation fail giving coins to Gunslingers
- equipping a weapon other than a gatlin gun should cancel SC_GATLINGING. Also made Gatlinfeaver on/off togelable
- GS_CRACKER will no longer stun players
- added GS_Disarm
* View changes here:
http://diviniaro.com/data/reddozen_3_24_2006.patch
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5739 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 549ae6cb2..fb79f6645 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -819,7 +819,7 @@ //-- GS_BULLSEYE
503,0,1000,0,0,0
//-- GS_MADNESSCANCEL
-504,0,1000,0,15000,0
+504,0,1000,15000,15000,0
//-- GS_ADJUSTMENT
505,0,1000,0,30000,0
//-- GS_INCREASING
@@ -833,7 +833,7 @@ //-- GS_DISARM
513,0,1000,0,0,0
//-- GS_PIERCINGSHOT
-514,0,1000,0,0,60000
+514,0,1000,0,0,120000
//-- GS_RAPIDSHOWER
515,0,1000,0,0,0
//-- GS_DESPERADO
|