diff options
author | Komurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-30 01:00:54 +0000 |
---|---|---|
committer | Komurka <Komurka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-30 01:00:54 +0000 |
commit | 156b7a8517eb78d8c4525dbf0eeecb3afb295891 (patch) | |
tree | 1442b236ff4bb26e1ba8face7783247470b36f2f /db | |
parent | b1e5e75543f0eba2ff6885496ecca9a74214952a (diff) | |
download | hercules-156b7a8517eb78d8c4525dbf0eeecb3afb295891.tar.gz hercules-156b7a8517eb78d8c4525dbf0eeecb3afb295891.tar.bz2 hercules-156b7a8517eb78d8c4525dbf0eeecb3afb295891.tar.xz hercules-156b7a8517eb78d8c4525dbf0eeecb3afb295891.zip |
Applied lordalfa patch - you can now forbid usage of certain cards on PVP/GVG/WoE defined in item_noequip.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5103 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/item_noequip.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/item_noequip.txt b/db/item_noequip.txt index 01892ee94..c40d1b8a9 100644 --- a/db/item_noequip.txt +++ b/db/item_noequip.txt @@ -1,7 +1,8 @@ -// The equipment/items restriction file
+// The equipment/items/cards restriction file
// here you define which items may not be used at PvP / GvG
// format: <item id>,<mode>
// mode = 1- restricted in PVP, 2- restricted in GVG, 3- restricted in both PvP and GvG
//1201,1 you can't use KNIFE(ID 1201) on PvP and GvG
//608,3 you can't use Yggdrasil Seed(ID 608) on both PvP & GvG & WoE Castles
+//4174,3 Forbid Deviling Card in every PVP or GVG map, and during woes.
\ No newline at end of file |