diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-01 19:14:28 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-01 19:14:28 +0000 |
commit | bf07760665f25b3a80af93c7bc68427c1f77349c (patch) | |
tree | 5db4a28757064dfd690ab3c9955abb3b97d6991f /db | |
parent | 16e98db60869923981239814297888b46a425c7c (diff) | |
download | hercules-bf07760665f25b3a80af93c7bc68427c1f77349c.tar.gz hercules-bf07760665f25b3a80af93c7bc68427c1f77349c.tar.bz2 hercules-bf07760665f25b3a80af93c7bc68427c1f77349c.tar.xz hercules-bf07760665f25b3a80af93c7bc68427c1f77349c.zip |
- Trick Dead makes you stop walking now.
- Falcon Assault only does 1 hit now.
- Soul Burn is not affected by Lex Aeterna, not affected by target's cards.
- Freeze and Stone take preference over Benedictio
- Opt1 inducing SCs fail if the target has already another Opt1
- Fixed areamonster when the passed class is negative
- Removed the clear screen when launching the server.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5156 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index a70f3b8e8..9c544cdfa 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -27,6 +27,8 @@ =========================
+02/01
+ * Falcon Assault only does one hit now. [Skotlex]
01/31
* Changed Lady Tany's skills a bit and removed the CANWALK from her mode [MasterOfMuppets]
* Changed Vesper's mode to boss [MasterOfMuppets]
diff --git a/db/skill_db.txt b/db/skill_db.txt index e7ce2936d..ec1a1801e 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -397,7 +397,7 @@ 378,0,6,4,5,1,5,1,no,0,1024,0,weapon,0 //ASC_EDP#Deadly Poison Enchantment#
379,5,6,1,-1,0,10,1,yes,0,0,0,weapon,0 //ASC_BREAKER#Soul Destroyer#
380,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //SN_SIGHT#Falcon Eyes#
-381,5,8,1,0,0,5,1:2:3:4:5,yes,0,0,0,misc,0 //SN_FALCONASSAULT#Falcon Assault#
+381,5,8,1,0,0,5,1,yes,0,0,0,misc,0 //SN_FALCONASSAULT#Falcon Assault#
382,4,8,1,-1,0,5,1,yes,0,0,0,weapon,0 //SN_SHARPSHOOTING#Focused Arrow Strike#
383,0,6,4,0,1,10,1,yes,0,0,0,weapon,0 //SN_WINDWALK#Wind Walker#
384,0,0,4,0,1,10,1,yes,0,0,0,weapon,0 //WS_MELTDOWN#Shattering Strike#
|