diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-26 11:13:48 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-26 11:13:48 +0000 |
commit | f17b264ca433f8acb01a3b0a79979d0208c884d7 (patch) | |
tree | f01ee43c40730622980415c34d9f908dbb946b58 /db/skill_nocast_db.txt | |
parent | b064f50c5c54c66cd8e91e75f000a8caa14968d6 (diff) | |
download | hercules-f17b264ca433f8acb01a3b0a79979d0208c884d7.tar.gz hercules-f17b264ca433f8acb01a3b0a79979d0208c884d7.tar.bz2 hercules-f17b264ca433f8acb01a3b0a79979d0208c884d7.tar.xz hercules-f17b264ca433f8acb01a3b0a79979d0208c884d7.zip |
Added skill_nocast_db
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@370 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_nocast_db.txt')
-rw-r--r-- | db/skill_nocast_db.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/db/skill_nocast_db.txt b/db/skill_nocast_db.txt new file mode 100644 index 000000000..5159396a8 --- /dev/null +++ b/db/skill_nocast_db.txt @@ -0,0 +1,17 @@ +//<Skill ID> <Mode>
+//
+// Mode:
+// 1 - Cannot be used in normal maps
+// 2 - Cannot be used in PvP maps
+// 4 - Cannot be used in GvG maps
+// 8 - Cannot be used when WoE is on
+// 16 - Cannot be used in PK Mode maps
+// Example: 8,6 = Endure cannot be used in PvP and GvG maps (2+4)
+8,12
+26,12
+27,12
+87,12
+150,12
+361,12
+362,12
+389,12
\ No newline at end of file |