diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-30 17:53:18 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-30 17:53:18 +0000 |
commit | 5d2225fbbf84324c1cf370bb11776b1c0a671b4a (patch) | |
tree | 448f2af719809cbc0a733729be8017de4b5c57a7 /db | |
parent | b47c0ac38a3b04b6e5b0001608e726de3e93448f (diff) | |
download | hercules-5d2225fbbf84324c1cf370bb11776b1c0a671b4a.tar.gz hercules-5d2225fbbf84324c1cf370bb11776b1c0a671b4a.tar.bz2 hercules-5d2225fbbf84324c1cf370bb11776b1c0a671b4a.tar.xz hercules-5d2225fbbf84324c1cf370bb11776b1c0a671b4a.zip |
- Set the inf2 to encore skills of Wand of Hermode
- Modified battle_calc_return_damage to take the skill id as well, now magic damage return will not work on skills tagged as ground or self targetted.
- Fixed Gank not working at all with the default max steal tries setting.
- Soul Drain won't work with skills tagged as self-targetted.
- Improved the Suiton code so that the walk/agi penalty only applies to enemies of whoever casted the skill.
- Moved the initial status_calc_pc call to when you finish loading the map, should fix equipment scripts which are based on character variables not working.
- Some cleanup of the clif_parse_LoadEndAck function.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9099 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 31338e6ea..c91bd6dee 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,8 @@ -----
========================
+10/30
+ * Set the inf2 to encore skills of Wand of Hermode [Skotlex]
10/29
* Official NJ/GS exp chart for level 1-48 [Playtester]
* Added Shinobi Sash to Shinobi drops [Playtester]
diff --git a/db/skill_db.txt b/db/skill_db.txt index 602e1d670..751d9c5a4 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -511,7 +511,7 @@ 485,-2,6,1,-1,0,0,10,1,no,0,0,0,weapon,0 //WS_CARTTERMINATION#Cart Termination#
486,0,6,4,0,1,0,5,1,no,0,0,0,weapon,0 //WS_OVERTHRUSTMAX#Maximum Power Thrust#
487,0,6,4,0,1,0,5,1,no,0,0,0,none,0 //CG_LONGINGFREEDOM#Longing for Freedom#
-488,0,6,4,0,1,3,5,1,no,0,0,0,misc,0 //CG_HERMODE#Wand of Hermod#
+488,0,6,4,0,1,3,5,1,no,0,64,0,misc,0 //CG_HERMODE#Wand of Hermod#
489,9,6,1,0,1,0,5,1,no,0,0,0,misc,0 //CG_TAROTCARD#Tarot Card of Fate#
490,9,8,1,0,0,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,misc,0 //CR_ACIDDEMONSTRATION#Acid Demonstration#
491,1,6,2,0,1,0,2,1,no,0,0,0,none,0 //CR_CULTIVATION#Cultivation#
|