diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-31 14:44:39 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-31 14:44:39 +0000 |
commit | 78dc57282718e52985aac7b569e705200b64bd80 (patch) | |
tree | 306247eac9ce53bf92ed82827bc44415abacab5b /db | |
parent | f4d04712b8383d5540f3178320af47de5486786b (diff) | |
download | hercules-78dc57282718e52985aac7b569e705200b64bd80.tar.gz hercules-78dc57282718e52985aac7b569e705200b64bd80.tar.bz2 hercules-78dc57282718e52985aac7b569e705200b64bd80.tar.xz hercules-78dc57282718e52985aac7b569e705200b64bd80.zip |
- Fixed being able to Encore skills you no longer have in your tree.
- Added no HP regen while Bleeding, -25% ATK and ASPD penalties as well.
- Added VIT reduces duration of confusion.
- Added MSC_SPAWN "onspawn" mob skill condition.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5136 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/mob_skill_db.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/mob_skill_db.txt b/db/mob_skill_db.txt index 3df04ffaa..bca63b540 100644 --- a/db/mob_skill_db.txt +++ b/db/mob_skill_db.txt @@ -25,7 +25,8 @@ // around (11x11 area around self)
//
//conditions: (condition type) (value which specifies a condition value)
-// always uncondtional
+// always unconditional
+// onspawn when the mob spawns/respawns.
// myhpltmaxrate when the mob's hp drops to a certain %
// mystatuson If the mob has any abnormalities in status (condition value),
// mystatusoff If the mob has ended any abnormalities in status (condition value),
|