You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

394 lines
12 KiB
Plaintext

// 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
// 16 - restricted in WOE:TE castles
// Restricted zones - configured by 'restricted <number>' mapflag
// 32 - restricted in zone 1
// 64 - restricted in zone 2
// 128 - restricted in zone 3
// 256 - restricted in zone 4
// 512 - restricted in zone 5
// 1024 - restricted in zone 6
// 2048 - restricted in zone 7
// 4096 - restricted in zone 8
// 8192 - restricted in zone 9
//
// Passing negative value as flag will unset the flag instead.
//
// 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)
// 519,-2 // Unset `restricted in PVP` flag from Milk. Making it usable in PVP again.
//----------------------------------------------------------------------------
// Normal maps
//----------------------------------------------------------------------------
2483,1 // Siege_Greave
2484,1 // Siege_Boots
2485,1 // Siege_Shoes
2586,1 // Siege_Manteau
2587,1 // Siege_Muffler
15046,1 // Siege_Plate
15047,1 // Siege_Suits
15048,1 // Siege_Robe
1776,1 // Siege_Arrow_S
1775,1 // Siege_Arrow_A
1293,1 // Velum_Jamadhar
1294,1 // Velum_Scare
1395,1 // Velum_Buster
1492,1 // Velum_Glaive
2016,1 // Velum_Arc_Wand
21001,1 // Velum_Claymore
21002,1 // Velum_Katzbalger
18113,1 // Velum_Arbalest
18114,1 // Velum_CrossBow
1586,1 // Velum_Bible
1587,1 // Velum_Encyclopedia
1832,1 // Velum_Claw
13072,1 // Velum_Damascus
16020,1 // Velum_Stunner
16021,1 // Velum_Flail
1436,1 // Velum_Spear
1396,1 // Velum_Guillotine
11548,1 // Woe_White_Potion
11549,1 // Woe_Blue_Potion
11547,1 // Woe_Violet_Potion
12600,1 // Treasure_Box_Scroll
// Lesser Guild Member's Gear
2052,1 // Woe_T_Staff1_Z
1329,1 // Woe_One_Hand_Axe1_Z
28751,1 // Woe_Knife1_Z
32103,1 // Woe_Instrument1_Z
26210,1 // Woe_Whip1_Z
26019,1 // Woe_T_Lance1_Z
16085,1 // Woe_Club_1_Z
26147,1 // Woe_Wand1_Z
28036,1 // Woe_Katar1_Z
26146,1 // Woe_Healstaff1_Z
21044,1 // Woe_Twohand_Sword1_Z
28133,1 // Woe_Twohand_Axe1_Z
32015,1 // Woe_Onehand_Spear1_Z
18175,1 // Woe_Bow1_Z
13490,1 // Woe_Onehand_Sword1_Z
650000,1 // Woe_Huuma1_Z
1859,1 // Woe_Pist1_Z
22148,1 // Siege_Greave_1Tier
15216,1 // Siege_Robe_1Tier
20865,1 // Siege_Muffler_1Tier
20864,1 // Siege_Manteau_1Tier
22147,1 // Siege_Boots_1Tier
22146,1 // Siege_Shoes_1Tier
15217,1 // Siege_Suits_1Tier
15218,1 // Siege_Plate_1Tier
// Intermediate Guild Member's Gear
520001,1 // Woe_One_Hand_Axe2_Z
570003,1 // Woe_Instrument2_Z
580003,1 // Woe_Whip2_Z
510005,1 // Woe_Knife2_Z
630001,1 // Woe_T_Lance2_Z
590004,1 // Woe_Club_2_Z
550005,1 // Woe_Wand2_Z
610004,1 // Woe_Katar2_Z
550004,1 // Woe_Healstaff2_Z
600005,1 // Woe_Twohand_Sword2_Z
620001,1 // Woe_Twohand_Axe2_Z
640001,1 // Woe_T_Staff2_Z
530001,1 // Woe_Onehand_Spear2_Z
650001,1 // Woe_Huuma2_Z
500006,1 // Woe_Onehand_Sword2_Z
560003,1 // Woe_Pist2_Z
700005,1 // Woe_Bow2_Z
450012,1 // Siege_Robe_2Tier
470011,1 // Siege_Shoes_2Tier
450014,1 // Siege_Plate_2Tier
450013,1 // Siege_Suits_2Tier
470012,1 // Siege_Boots_2Tier
480007,1 // Siege_Muffler_2Tier
480008,1 // Siege_Manteau_2Tier
470013,1 // Siege_Greave_2Tier
//----------------------------------------------------------------------------
// PVP
//----------------------------------------------------------------------------
14529,2 // Greed_Scroll
//----------------------------------------------------------------------------
// GVG
//----------------------------------------------------------------------------
605,4 // Anodyne
12218,4 // Assumptio_5_Scroll
14529,4 // Greed_Scroll
14590,4 // Pty_Assumptio_Scroll
//----------------------------------------------------------------------------
// Battlegrounds
//----------------------------------------------------------------------------
12218,8 // Assumptio_5_Scroll
14590,8 // Pty_Assumptio_Scroll
//----------------------------------------------------------------------------
// CANNOT be consumed/equipped in WoE:TE Castles (16)
//----------------------------------------------------------------------------
// Krieger Gear
1187,16 // Krieger_Twohand_Sword1
1281,16 // Krieger_Katar1
1282,16 // Krieger_Katar2
1310,16 // Krieger_Onehand_Axe1
1382,16 // Krieger_Twohand_Axe1
1426,16 // Krieger_Onehand_Spear1
1486,16 // Krieger_Twohand_Spear1
1546,16 // Krieger_Onehand_Mace1
1576,16 // Krieger_Book1
1577,16 // Krieger_Book2
1640,16 // Krieger_Onehand_Staff1
1641,16 // Krieger_Onehand_Staff2
1743,16 // Krieger_Bow1
1826,16 // Krieger_Knuckle1
1827,16 // Krieger_Knuckle2
1927,16 // Krieger_Instrument1
1981,16 // Krieger_Whip1
2002,16 // Krieger_Twohand_Staff1
2394,16 // Krieger_Suit1
2395,16 // Krieger_Suit2
2396,16 // Krieger_Suit3
2444,16 // Krieger_Shoes1
2445,16 // Krieger_Shoes2
2446,16 // Krieger_Shoes3
2549,16 // Krieger_Muffler1
2772,16 // Krieger_Ring1
2773,16 // Krieger_Ring2
2774,16 // Krieger_Ring3
13042,16 // Krieger_Dagger1
13110,16 // Krieger_Pistol1
13176,16 // Krieger_Rifle1
13177,16 // Krieger_Gatling1
13178,16 // Krieger_Shotgun1
13179,16 // Krieger_Launcher1
13307,16 // Krieger_Huuma_Shuriken1
13416,16 // Krieger_Onehand_Sword1
13417,16 // Krieger_Onehand_Sword2
13418,16 // Krieger_Onehand_Sword3
28918,16 // Shield_of_Chaos
// Vellum Gear
1293,16 // Velum_Jamadhar
1294,16 // Velum_Scare
1395,16 // Velum_Buster
1396,16 // Velum_Guillotine
1436,16 // Velum_Spear
1492,16 // Velum_Glaive
1586,16 // Velum_Bible
1587,16 // Velum_Encyclopedia
1832,16 // Velum_Claw
2016,16 // Velum_Arc_Wand
13072,16 // Velum_Damascus
16020,16 // Velum_Stunner
16021,16 // Velum_Flail
18113,16 // Velum_Arbalest
18114,16 // Velum_CrossBow
21001,16 // Velum_Claymore
21002,16 // Velum_Katzbalger
// Siege Gear
1775,16 // Siege_Arrow_A
1776,16 // Siege_Arrow_S
2483,16 // Siege_Greave
2484,16 // Siege_Boots
2485,16 // Siege_Shoes
2586,16 // Siege_Manteau
2587,16 // Siege_Muffler
15046,16 // Siege_Plate
15047,16 // Siege_Suits
15048,16 // Siege_Robe
// God Items
1530,16 // Mjolnir
2383,16 // Brynhild
2410,16 // Sleipnir
2541,16 // Asprika
2629,16 // Magingiorde
2630,16 // Brysinggamen
7058,16 // Gullraifnir
// Misc
605,16 // Anodyne
2365,16 // Orleans_Gown
4077,16 // Phen_Card
4128,16 // Golden_Bug_Card
4198,16 // Maya_Puple_Card
4327,16 // Blood_Butterfly_Card
11503,16 // Siege_White_Potion
11504,16 // Siege_Blue_Potion
11547,16 // Woe_Violet_Potion
11548,16 // Woe_White_Potion
11549,16 // Woe_Blue_Potion
12033,16 // Box_Of_Sunlight
12213,16 // Neuralizer
12218,16 // Assumptio_5_Scroll
12388,16 // Runstone_Crush
12389,16 // Runstone_Storm
12390,16 // Runstone_Millennium
12422,16 // HP_Increase_Potion_(Small)
12423,16 // HP_Increase_Potion_(Medium)
12424,16 // HP_Increase_Potion_(Large)
12425,16 // SP_Increase_Potion_(Small)
12426,16 // SP_Increase_Potion_(Medium)
12427,16 // SP_Increase_Potion_(Large)
12428,16 // Concentrated_White_Potion_Z
12429,16 // Savage_Full_Roast
12430,16 // Cocktail_Warg_Blood
12431,16 // Minor_Stew
12432,16 // Siroma_Iced_Tea
12433,16 // Drosera_Herb_Salad
12434,16 // Petite_Tail_Noodles
12435,16 // Black_Mass
12436,16 // Vitata_500
12437,16 // Concentrated_Ceromain_Soup
12580,16 // Vending_Search_Scroll
12581,16 // Vending_Search_Scroll2
12591,16 // Uni_Catalog_Bz
12600,16 // Treasure_Box_Scroll
14590,16 // Pty_Assumptio_Scroll
// Lesser Guild Member's Gear
2052,16 // Woe_T_Staff1_Z
1329,16 // Woe_One_Hand_Axe1_Z
28751,16 // Woe_Knife1_Z
32103,16 // Woe_Instrument1_Z
26210,16 // Woe_Whip1_Z
26019,16 // Woe_T_Lance1_Z
16085,16 // Woe_Club_1_Z
26147,16 // Woe_Wand1_Z
28036,16 // Woe_Katar1_Z
26146,16 // Woe_Healstaff1_Z
21044,16 // Woe_Twohand_Sword1_Z
28133,16 // Woe_Twohand_Axe1_Z
32015,16 // Woe_Onehand_Spear1_Z
18175,16 // Woe_Bow1_Z
13490,16 // Woe_Onehand_Sword1_Z
650000,16 // Woe_Huuma1_Z
1859,16 // Woe_Pist1_Z
22148,16 // Siege_Greave_1Tier
15216,16 // Siege_Robe_1Tier
20865,16 // Siege_Muffler_1Tier
20864,16 // Siege_Manteau_1Tier
22147,16 // Siege_Boots_1Tier
22146,16 // Siege_Shoes_1Tier
15217,16 // Siege_Suits_1Tier
15218,16 // Siege_Plate_1Tier
// Intermediate Guild Member's Gear
520001,16 // Woe_One_Hand_Axe2_Z
570003,16 // Woe_Instrument2_Z
580003,16 // Woe_Whip2_Z
510005,16 // Woe_Knife2_Z
630001,16 // Woe_T_Lance2_Z
590004,16 // Woe_Club_2_Z
550005,16 // Woe_Wand2_Z
610004,16 // Woe_Katar2_Z
550004,16 // Woe_Healstaff2_Z
600005,16 // Woe_Twohand_Sword2_Z
620001,16 // Woe_Twohand_Axe2_Z
640001,16 // Woe_T_Staff2_Z
530001,16 // Woe_Onehand_Spear2_Z
650001,16 // Woe_Huuma2_Z
500006,16 // Woe_Onehand_Sword2_Z
560003,16 // Woe_Pist2_Z
700005,16 // Woe_Bow2_Z
450012,16 // Siege_Robe_2Tier
470011,16 // Siege_Shoes_2Tier
450014,16 // Siege_Plate_2Tier
450013,16 // Siege_Suits_2Tier
470012,16 // Siege_Boots_2Tier
480007,16 // Siege_Muffler_2Tier
480008,16 // Siege_Manteau_2Tier
470013,16 // Siege_Greave_2Tier
//----------------------------------------------------------------------------
// Zone 1 - Aldebaran Turbo Track
//----------------------------------------------------------------------------
601,32 // Wing_Of_Fly
605,32 // Anodyne
506,32 // Green_Potion
525,32 // Panacea
//----------------------------------------------------------------------------
// Zone 2 - Jail
//----------------------------------------------------------------------------
601,64 // Wing_Of_Fly
602,64 // Wing_Of_Butterfly
12212,64 // Giant_Fly_Wing
14582,64 // WOB_Rune
14583,64 // WOB_Schwaltz
14584,64 // WOB_Rachel
14585,64 // WOB_Local
//----------------------------------------------------------------------------
// Zone 3 - Izlude Battle Arena
//----------------------------------------------------------------------------
601,128 // Wing_Of_Fly
//----------------------------------------------------------------------------
// Zone 7 - Towns
//----------------------------------------------------------------------------
14529,2048 // Greed_Scroll
//----------------------------------------------------------------------------
// WoE:TE Items - Only can be used in WoE:TE Castles (All except &16)
//----------------------------------------------------------------------------
1299,16367 // TE_Woe_Katar
1319,16367 // TE_Woe_Axe
1399,16367 // TE_Woe_Two_Handed_Axe
1437,16367 // TE_Woe_Pike
1495,16367 // TE_Woe_Lance
1591,16367 // TE_Woe_Book
1667,16367 // TE_Woe_Staff
1834,16367 // TE_Woe_Fist
1932,16367 // TE_Woe_Guitar
1987,16367 // TE_Woe_Rope
2019,16367 // TE_Woe_Two_Hand_Staff
2178,16367 // TE_Woe_Buckler
2179,16367 // TE_Woe_Shield
2180,16367 // TE_Woe_Magic_Guard
2496,16367 // TE_Woe_Shoes
2497,16367 // TE_Woe_Boots
2498,16367 // TE_Woe_Magic_Sandal
2944,16367 // TE_Ring_Of_Protection
2945,16367 // TE_Ring_Of_Rage
2946,16367 // TE_Ring_Of_Defiance
11557,16367 // TE_White_Potion
11558,16367 // TE_White_Slim_Potion
13083,16367 // TE_Woe_Knife
13117,16367 // TE_Woe_Pistol
13184,16367 // TE_Woe_Rifle
13185,16367 // TE_Woe_Gatling
13186,16367 // TE_Woe_Shotgun
13187,16367 // TE_Woe_Grenade
13317,16367 // TE_Woe_Huuma
13439,16367 // TE_Woe_Sword
15062,16367 // TE_Woe_Coat
15063,16367 // TE_Woe_Chain_Mail
15064,16367 // TE_Woe_Mage_Coat
16025,16367 // TE_Woe_Mace
18118,16367 // TE_Woe_Bow
18732,16367 // TE_Woe_Cap
18733,16367 // TE_Woe_Bone_Helm
18734,16367 // TE_Woe_Magic_Eyes
20702,16367 // TE_Woe_Muffler
20703,16367 // TE_Woe_Manteau
20704,16367 // TE_Woe_Magic_Manteau
21006,16367 // TE_Woe_Two_Hand_Sword