diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-27 03:49:08 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-27 03:49:08 +0000 |
commit | 861ecd7929441a24b63262c902d65886fc7654ff (patch) | |
tree | 2b54b04bf28bad18f48a2b8fe080f0b53bf0cfaf /db | |
parent | 7d4f027077dd34c49ec7d8b90c3981126068ec67 (diff) | |
download | hercules-861ecd7929441a24b63262c902d65886fc7654ff.tar.gz hercules-861ecd7929441a24b63262c902d65886fc7654ff.tar.bz2 hercules-861ecd7929441a24b63262c902d65886fc7654ff.tar.xz hercules-861ecd7929441a24b63262c902d65886fc7654ff.zip |
- Corrected the element of hunter traps.
- Deadly Poison now also reduces def2 by 25%
- Changed skill_setmapcell to use skill splash rather than range.
- Cleaned up a bit skill_moonlit, now it knocks back the correct amount of cells.
- Fixed @mi displaying always 0 instead of the mob's class.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7351 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_db.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index f9ecd6c43..f3164fec5 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -1,7 +1,7 @@ ========================= Items that need fixing/implementing
2116 Angelic Guard: Reduce 5% damage from Demon Monsters. (Not Fish :/ )
- 2417 Freyr's Shoes: Increase value of Red, Orange, Yellow and White Potion by 20%.
+ 2417 Freyr's Shoes: Increase heal value of Red, Orange, Yellow and White Potion by 20%.
If the owner is equipped with the armor set, it adds Agi+ 3, MHP/MSP + 5%.
2418 Vidar's Boots: Adds VIT +5, Increase HP/SP Recovery speed by 10% if the owner is equipped with the armor set.
2515 Eagle Wing: Increase Movement Speed if the owner is equipped with Wing Staff at the same time.
diff --git a/db/skill_db.txt b/db/skill_db.txt index fb913d71d..67ba4fb33 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -141,8 +141,8 @@ 119,3,6,2,0,3,2,5,1,no,0,128,0,misc,0 //HT_SANDMAN#Sandman#
120,3,6,2,0,3,1,5,1,no,0,128,0,misc,0 //HT_FLASHER#Flasher#
121,3,6,2,1,2,1,5,1,no,0,128,0,misc,0 //HT_FREEZINGTRAP#Freezing Trap#
-122,3,6,2,3,2,1,5,1,no,0,128,0,misc,0 //HT_BLASTMINE#Blast Mine#
-123,3,6,2,2,2,2,5,1,no,0,128,0,misc,0 //HT_CLAYMORETRAP#Claymore Trap#
+122,3,6,2,4,2,1,5,1,no,0,128,0,misc,0 //HT_BLASTMINE#Blast Mine#
+123,3,6,2,3,2,2,5,1,no,0,128,0,misc,0 //HT_CLAYMORETRAP#Claymore Trap#
124,2,6,32,0,1,0,1,1,no,0,0,0,misc,0 //HT_REMOVETRAP#Remove Trap#
125,3,6,2,0,1,0,1,1,no,0,0,0,misc,0 //HT_TALKIEBOX#Talkie Box#
126,0,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //HT_BEASTBANE#Beast Bane#
|