diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-11 21:07:30 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-11 21:07:30 +0000 |
commit | b46bf4721349c2f1bdb6d1217c51459839a85c1d (patch) | |
tree | 03edec39fd7b1fe3cf8a7c2264f4b1c4226cc6f8 /db | |
parent | 3547371b9785107171e7c7ecb746931156955e5f (diff) | |
download | hercules-b46bf4721349c2f1bdb6d1217c51459839a85c1d.tar.gz hercules-b46bf4721349c2f1bdb6d1217c51459839a85c1d.tar.bz2 hercules-b46bf4721349c2f1bdb6d1217c51459839a85c1d.tar.xz hercules-b46bf4721349c2f1bdb6d1217c51459839a85c1d.zip |
1 fixed drops log
2 made possible to disable consumable items (potions, berries, etc) during GvG, PvP
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1079 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/item_noequip.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/db/item_noequip.txt b/db/item_noequip.txt index 5eb369733..81763e81e 100644 --- a/db/item_noequip.txt +++ b/db/item_noequip.txt @@ -1,4 +1,7 @@ -// The equipment restriction file +// The equipment/items restriction file // here equipment at PvP and GvG -// where it is possible to restrict, the prescribed form: < ItemID> < Mode> +// where it is possible to restrict, the prescribed form: <item id>,<mode> // mode = 1- So with PvP restriction, 2- GvG restriction, 3- PvP and GvG which restriction + +//1201,1 you can't use KNIFE(ID 1201) on PvP +//608,3 you can't use Yggdrasil Seed(ID 608) on both PvP & GvG
\ No newline at end of file |