diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-13 00:17:32 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-13 00:17:32 +0000 |
commit | dc2e94dba8a7d0a894456ac03262f14c5a9090ca (patch) | |
tree | 0c778a51ae75afe77b22e11339a8abf40d7b7d88 /db | |
parent | e0fff5c212007819f29a3406629967d36bc6ede1 (diff) | |
download | hercules-dc2e94dba8a7d0a894456ac03262f14c5a9090ca.tar.gz hercules-dc2e94dba8a7d0a894456ac03262f14c5a9090ca.tar.bz2 hercules-dc2e94dba8a7d0a894456ac03262f14c5a9090ca.tar.xz hercules-dc2e94dba8a7d0a894456ac03262f14c5a9090ca.zip |
- Reverted Venom Splasher's element to take your weapon's
- reverted the item skill usage update since Flywings and the like do not use skill use scripts anymore.
- Restored tid when a castend-id skill becomes castend-pos, fixes certain skills, most notably Resurrect Homunculus.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9858 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index e6213af2c..419baf05a 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,7 @@ ======================== 02/12 + * Reverted Venom Splasher's element to take your weapon's * Corrected range of self destruction / bio explosion to be equal to their splash range. [Skotlex] 02/10 diff --git a/db/skill_db.txt b/db/skill_db.txt index e07c1b524..db76ee287 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -172,7 +172,7 @@ 138,1,6,16,5,1,0,10,1,no,0,0x400,0,weapon,0 //AS_ENCHANTPOISON#Enchant Poison# 139,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0 //AS_POISONREACT#Poison React# 140,2,6,2,5,1,0,10,1,no,0,0,0,weapon,0 //AS_VENOMDUST#Venom Dust# -141,1,6,1,5,1,2,10,1,yes,0,0,0,weapon,0 //AS_SPLASHER#Venom Splasher# +141,1,6,1,-1,1,2,10,1,yes,0,0,0,weapon,0 //AS_SPLASHER#Venom Splasher# 142,0,6,4,0,1,0,1,1,no,0,0x1,0,none,0 //NV_FIRSTAID#First Aid# 143,0,6,4,0,1,0,1,1,no,0,0x1,0,none,0 //NV_TRICKDEAD#Act Dead# 144,0,0,0,0,0,0,1,0,no,0,0x1,0,none,0 //SM_MOVINGRECOVERY#Moving HP-Recovery# |