diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-24 04:04:45 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-24 04:04:45 +0000 |
commit | 8d8f130985bc23294cf928a5c872de9298fbff5d (patch) | |
tree | 7cdd1c6c3c1e82827a0c486b5f1a8550f3260cb1 /db | |
parent | 9c259cbaabe6bdb05013d68e2e39fdabb3ca7ea3 (diff) | |
download | hercules-8d8f130985bc23294cf928a5c872de9298fbff5d.tar.gz hercules-8d8f130985bc23294cf928a5c872de9298fbff5d.tar.bz2 hercules-8d8f130985bc23294cf928a5c872de9298fbff5d.tar.xz hercules-8d8f130985bc23294cf928a5c872de9298fbff5d.zip |
* Added warg checks to Falcon Renter, bugreport:6546 (merchants\renters.txt)
* Follow-up r16695, finished documentating.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16696 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/mob_skill_db.txt | 5 | ||||
-rw-r--r-- | db/re/mob_skill_db.txt | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/db/pre-re/mob_skill_db.txt b/db/pre-re/mob_skill_db.txt index ece83243f..d8370a17e 100644 --- a/db/pre-re/mob_skill_db.txt +++ b/db/pre-re/mob_skill_db.txt @@ -49,7 +49,10 @@ // anybad (any type of state change) / stone / freeze / stun / sleep / // poison / curse / silence / confusion / blind / hiding / sight (unhidden) // -// Note: if a negative MobID is provided, the skill will be treated as 'global' and added for all mobs. +// Note: if a negative MobID is provided, the skill will be treated as 'global': +// -1: added for all boss types. +// -2: added for all normal types. +// -4: added for all mobs. 1001,Scorpion@NPC_FIREATTACK,attack,186,1,2000,0,5000,yes,target,always,0,,,,,,, 1001,Scorpion@NPC_POISON,attack,176,3,500,800,5000,no,target,always,0,,,,,,, diff --git a/db/re/mob_skill_db.txt b/db/re/mob_skill_db.txt index c36c5c4a2..83e2b7b93 100644 --- a/db/re/mob_skill_db.txt +++ b/db/re/mob_skill_db.txt @@ -49,7 +49,10 @@ // anybad (any type of state change) / stone / freeze / stun / sleep / // poison / curse / silence / confusion / blind / hiding / sight (unhidden) // -// Note: if a negative MobID is provided, the skill will be treated as 'global' and added for all mobs. +// Note: if a negative MobID is provided, the skill will be treated as 'global': +// -1: added for all boss types. +// -2: added for all normal types. +// -4: added for all mobs. 1001,Scorpion@NPC_FIREATTACK,attack,186,1,2000,0,5000,yes,target,always,0,,,,,,, 1001,Scorpion@NPC_POISON,attack,176,3,500,800,5000,no,target,always,0,,,,,,, |