diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 12:30:19 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-02 12:30:19 +0000 |
commit | 64d039f074c942a4265345e7ff832b4938d6381a (patch) | |
tree | 8af9068e6c147c88662964b83bc0aa418304c682 | |
parent | b6d61b6247ec5409d71162f1b052b2b4d621941e (diff) | |
download | hercules-64d039f074c942a4265345e7ff832b4938d6381a.tar.gz hercules-64d039f074c942a4265345e7ff832b4938d6381a.tar.bz2 hercules-64d039f074c942a4265345e7ff832b4938d6381a.tar.xz hercules-64d039f074c942a4265345e7ff832b4938d6381a.zip |
* Added trap mode to Firepillar
- tell me if it breaks something
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11639 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index b5fbe2a5b..4b4ba5f8c 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -25,6 +25,9 @@ 13034 Desert_Twilight Small chance to activate max Attack Speed for 7 seconds. ======================= +11/02 + * Added trap mode to Firepillar [Playtester] + - tell me if it breaks something 10/29 * Rev. 11615 Updated to fix errors reported by Zephyrus_CR. bugreport:334 [L0ne_W0lf] 10/28 diff --git a/db/skill_db.txt b/db/skill_db.txt index a50ac69b8..ce26aaf58 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -119,7 +119,7 @@ 77,5,6,1,6,0x28,0,10,1,yes,0,0,0,magic,0 //PR_TURNUNDEAD#Turn Undead# 78,9,6,1,0,0x1,0,1,0,yes,0,0,0,magic,0 //PR_LEXAETERNA#Lex Aeterna# 79,9,8,2,6,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0 //PR_MAGNUS#Magnus Exorcismus# -80,9,8,2,3,0x20,1:1:1:1:1:2:2:2:2:2:2,10,3:4:5:6:7:8:9:10:11:12:12,yes,0,0,5,magic,0 //WZ_FIREPILLAR#Fire Pillar# +80,9,8,2,3,0x20,1:1:1:1:1:2:2:2:2:2:2,10,3:4:5:6:7:8:9:10:11:12:12,yes,0,0x80,5,magic,0 //WZ_FIREPILLAR#Fire Pillar# 81,0,6,4,3,0,3,10,1,yes,0,0,0,magic,5 //WZ_SIGHTRASHER#Sightrasher# //82,9,6,2,3,0,0,10,1,yes,0,0,0,magic,0 //WZ_FIREIVY#Fire Ivy# 83,9,8,2,3,0,3:3:3:3:3:3:3:3:3:3:14,10,1:1:2:2:3:3:4:4:5:5:15,yes,0,0,0,magic,0 //WZ_METEOR#Meteor Storm# |