// Forbidden Items Database
// Defines restrictions on equipment, items, and cards in map types and zones.
//
// Structure of Database:
// ItemID,Flag
//
// Legend for 'Flag' field (bitmask):
// 1 - restricted in normal maps
// 2 - restricted in PVP
// 4 - restricted in GVG
// 8 - restricted in Battlegrounds
// Examples:
// 1201,1 // Knife can't be worn on normal maps
// 608,4 // Yggdrasil Seed can't be consumed in both GvG and WoE Castles
// 4174,6 // Deviling Card has no effect in every PVP or GVG map, and during WoE
// 501,32 // Red Potion can't be consumed on maps marked as 'restricted zone 1'// 519,322 // Milk can't be consumed in PVP and maps marked as 'restricted zone 2' or 'restricted zone 4' (256+64+2)
May i ask if i want to disable abyssmal kngiht card in GVG/PVP
so i need to type like this?
1482,6
then how do i add prt_in as PVP map? i wan to restrct them usnig the item in "prt_in" as well
Question
donkeyg
as the code shown
May i ask if i want to disable abyssmal kngiht card in GVG/PVP
so i need to type like this?
then how do i add prt_in as PVP map? i wan to restrct them usnig the item in "prt_in" as well
Edited by donkeyg1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.