diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-28 19:58:22 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-28 19:58:22 +0000 |
commit | 4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c (patch) | |
tree | cc8a45763c7e2afcf29dd4e90cd7baa741279d7d /db/skill_nocast_db.txt | |
parent | 06809df779882f87277a662cc8d64dc07c0561d5 (diff) | |
download | hercules-4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c.tar.gz hercules-4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c.tar.bz2 hercules-4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c.tar.xz hercules-4a2c014e4eb9229ff61c3ff762c44d3bd21b7f7c.zip |
Fix some file types
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@404 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_nocast_db.txt')
-rw-r--r-- | db/skill_nocast_db.txt | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/db/skill_nocast_db.txt b/db/skill_nocast_db.txt index 5159396a8..e27ae3ab7 100644 --- a/db/skill_nocast_db.txt +++ b/db/skill_nocast_db.txt @@ -1,17 +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
+//<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 |