diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-09-27 16:12:06 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-09-27 16:12:06 +0000 |
commit | 9a267f21ca441570bc961c666eb8096923fea456 (patch) | |
tree | 6910df1cd2bcf0bc0e28dadc954d274fd4356e21 /db | |
parent | 1a4842a73a9d0887a8be88c0cb2c06d10910ef96 (diff) | |
download | hercules-9a267f21ca441570bc961c666eb8096923fea456.tar.gz hercules-9a267f21ca441570bc961c666eb8096923fea456.tar.bz2 hercules-9a267f21ca441570bc961c666eb8096923fea456.tar.xz hercules-9a267f21ca441570bc961c666eb8096923fea456.zip |
* Updated item_noequip.txt examples to reflect recent changes (follow up to r14961).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14963 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/item_noequip.txt | 26 |
2 files changed, 16 insertions, 13 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 18e53ad38..2ea44c276 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -8,6 +8,9 @@ 1475 Equestrian's Spear: NEED INFO. 13005 Angelic Wing Dagger: NEED INFO. ======================= + +2011/09/27 + * Rev. 14963 Updated item_noequip.txt examples to reflect recent changes (follow up to r14961). [Ai4rei] 2011/08/09 * Rev. 14928 Added remaining database modifications for Brasilis. - Added the skills for the Brasilis monsters. diff --git a/db/item_noequip.txt b/db/item_noequip.txt index 7fea36294..6e8b65309 100644 --- a/db/item_noequip.txt +++ b/db/item_noequip.txt @@ -2,28 +2,28 @@ // here you define which items may not be used at PvP / GvG // format: <item id>,<mode> // mode -// 1- restricted in normal maps -// 2- restricted in PVP -// 4- restricted in GVG -// 8- restricted in Battlegrounds +// 1 - restricted in normal maps +// 2 - restricted in PVP +// 4 - restricted in GVG +// 8 - restricted in Battlegrounds // Restricted zones - they're configured by 'restricted <number>' mapflag // 32 - restricted in zone 1 // 64 - restricted in zone 2 -// 128 - restricted in zone 3 +// 128 - restricted in zone 3 // 256 - restricted in zone 4 // 512 - restricted in zone 5 -// 1024 - restricted in zone 6 +// 1024 - restricted in zone 6 // 2048 - restricted in zone 7 //Examples: -//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. -//501,4 you can't use Red Potion on map marked as 'restricted zone 1' -//502,8 you can't use Orange Potion on map marked as 'restricted zone 2' -//503,16 you can't use Yellow Potion on map marked as 'restricted zone 3' +//1201,1 you can't use KNIFE(ID 1201) on normal maps +//608,4 you can't use Yggdrasil Seed(ID 608) on both GvG and WoE Castles +//4174,6 Forbid Deviling Card in every PVP or GVG map, and during woes. +//501,32 you can't use Red Potion on map marked as 'restricted zone 1' +//502,64 you can't use Orange Potion on map marked as 'restricted zone 2' +//503,128 you can't use Yellow Potion on map marked as 'restricted zone 3' // you can even mix modes -//519,41 (32+8+1) you can't use Milk on PVP, and maps marked as 'restricted zone 2' and 'restricted zone 4' +//519,322 (256+64+2) you can't use Milk on PVP, and maps marked as 'restricted zone 2' and 'restricted zone 4' //PVP 14529,2 //Greed Scroll |