item_noequip.txt 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. // Forbidden Items Database
  2. // Defines restrictions on equipment, items, and cards in map types and zones.
  3. //
  4. // Structure of Database:
  5. // ItemID,Flag
  6. //
  7. // Legend for 'Flag' field (bitmask):
  8. // 1 - restricted in normal maps
  9. // 2 - restricted in PVP
  10. // 4 - restricted in GVG
  11. // 8 - restricted in Battlegrounds
  12. // 16 - restricted in WOE:TE castles
  13. // Restricted zones - configured by 'restricted <number>' mapflag
  14. // 32 - restricted in zone 1
  15. // 64 - restricted in zone 2
  16. // 128 - restricted in zone 3
  17. // 256 - restricted in zone 4
  18. // 512 - restricted in zone 5
  19. // 1024 - restricted in zone 6
  20. // 2048 - restricted in zone 7
  21. // 4096 - restricted in zone 8
  22. //
  23. // Passing negative value as flag will unset the flag instead.
  24. //
  25. // Examples:
  26. // 1201,1 // Knife can't be worn on normal maps
  27. // 608,4 // Yggdrasil Seed can't be consumed in both GvG and WoE Castles
  28. // 4174,6 // Deviling Card has no effect in every PVP or GVG map, and during WoE
  29. // 501,32 // Red Potion can't be consumed on maps marked as 'restricted zone 1'
  30. // 519,322 // Milk can't be consumed in PVP and maps marked as 'restricted zone 2' or 'restricted zone 4' (256+64+2)
  31. // 519,-2 // Unset `restricted in PVP` flag from Milk. Making it usable in PVP again.
  32. //----------------------------------------------------------------------------
  33. // Normal maps
  34. //----------------------------------------------------------------------------
  35. 2483,1 // Siege_Greave
  36. 2484,1 // Siege_Boots
  37. 2485,1 // Siege_Shoes
  38. 2586,1 // Siege_Manteau
  39. 2587,1 // Siege_Muffler
  40. 15046,1 // Siege_Plate
  41. 15047,1 // Siege_Suits
  42. 15048,1 // Siege_Robe
  43. 1776,1 // Siege_Arrow_S
  44. 1775,1 // Siege_Arrow_A
  45. 1293,1 // Velum_Jamadhar
  46. 1294,1 // Velum_Scare
  47. 1395,1 // Velum_Buster
  48. 1492,1 // Velum_Glaive
  49. 2016,1 // Velum_Arc_Wand
  50. 21001,1 // Velum_Claymore
  51. 21002,1 // Velum_Katzbalger
  52. 18113,1 // Velum_Arbalest
  53. 18114,1 // Velum_CrossBow
  54. 1586,1 // Velum_Bible
  55. 1587,1 // Velum_Encyclopedia
  56. 1832,1 // Velum_Claw
  57. 13072,1 // Velum_Damascus
  58. 16020,1 // Velum_Stunner
  59. 16021,1 // Velum_Flail
  60. 1436,1 // Velum_Spear
  61. 1396,1 // Velum_Guillotine
  62. 11548,1 // Woe_White_Potion
  63. 11549,1 // Woe_Blue_Potion
  64. 11547,1 // Woe_Violet_Potion
  65. 12600,1 // Treasure_Box_Scroll
  66. //----------------------------------------------------------------------------
  67. // PVP
  68. //----------------------------------------------------------------------------
  69. 14529,2 // Greed_Scroll
  70. //----------------------------------------------------------------------------
  71. // GVG
  72. //----------------------------------------------------------------------------
  73. 605,4 // Anodyne
  74. 12218,4 // Assumptio_5_Scroll
  75. 14529,4 // Greed_Scroll
  76. 14590,4 // Pty_Assumptio_Scroll
  77. //----------------------------------------------------------------------------
  78. // Battlegrounds
  79. //----------------------------------------------------------------------------
  80. 12218,8 // Assumptio_5_Scroll
  81. 14590,8 // Pty_Assumptio_Scroll
  82. //----------------------------------------------------------------------------
  83. // CANNOT be consumed/equipped in WoE:TE Castles (16)
  84. //----------------------------------------------------------------------------
  85. // Krieger Gear
  86. 1187,16 // Krieger_Twohand_Sword1
  87. 1281,16 // Krieger_Katar1
  88. 1282,16 // Krieger_Katar2
  89. 1310,16 // Krieger_Onehand_Axe1
  90. 1382,16 // Krieger_Twohand_Axe1
  91. 1426,16 // Krieger_Onehand_Spear1
  92. 1486,16 // Krieger_Twohand_Spear1
  93. 1546,16 // Krieger_Onehand_Mace1
  94. 1576,16 // Krieger_Book1
  95. 1577,16 // Krieger_Book2
  96. 1640,16 // Krieger_Onehand_Staff1
  97. 1641,16 // Krieger_Onehand_Staff2
  98. 1743,16 // Krieger_Bow1
  99. 1826,16 // Krieger_Knuckle1
  100. 1827,16 // Krieger_Knuckle2
  101. 1927,16 // Krieger_Instrument1
  102. 1981,16 // Krieger_Whip1
  103. 2002,16 // Krieger_Twohand_Staff1
  104. 2394,16 // Krieger_Suit1
  105. 2395,16 // Krieger_Suit2
  106. 2396,16 // Krieger_Suit3
  107. 2444,16 // Krieger_Shoes1
  108. 2445,16 // Krieger_Shoes2
  109. 2446,16 // Krieger_Shoes3
  110. 2549,16 // Krieger_Muffler1
  111. 2772,16 // Krieger_Ring1
  112. 2773,16 // Krieger_Ring2
  113. 2774,16 // Krieger_Ring3
  114. 13042,16 // Krieger_Dagger1
  115. 13110,16 // Krieger_Pistol1
  116. 13176,16 // Krieger_Rifle1
  117. 13177,16 // Krieger_Gatling1
  118. 13178,16 // Krieger_Shotgun1
  119. 13179,16 // Krieger_Launcher1
  120. 13307,16 // Krieger_Huuma_Shuriken1
  121. 13416,16 // Krieger_Onehand_Sword1
  122. 13417,16 // Krieger_Onehand_Sword2
  123. 13418,16 // Krieger_Onehand_Sword3
  124. // Vellum Gear
  125. 1293,16 // Velum_Jamadhar
  126. 1294,16 // Velum_Scare
  127. 1395,16 // Velum_Buster
  128. 1396,16 // Velum_Guillotine
  129. 1436,16 // Velum_Spear
  130. 1492,16 // Velum_Glaive
  131. 1586,16 // Velum_Bible
  132. 1587,16 // Velum_Encyclopedia
  133. 1832,16 // Velum_Claw
  134. 2016,16 // Velum_Arc_Wand
  135. 13072,16 // Velum_Damascus
  136. 16020,16 // Velum_Stunner
  137. 16021,16 // Velum_Flail
  138. 18113,16 // Velum_Arbalest
  139. 18114,16 // Velum_CrossBow
  140. 21001,16 // Velum_Claymore
  141. 21002,16 // Velum_Katzbalger
  142. // Siege Gear
  143. 1775,16 // Siege_Arrow_A
  144. 1776,16 // Siege_Arrow_S
  145. 2483,16 // Siege_Greave
  146. 2484,16 // Siege_Boots
  147. 2485,16 // Siege_Shoes
  148. 2586,16 // Siege_Manteau
  149. 2587,16 // Siege_Muffler
  150. 15046,16 // Siege_Plate
  151. 15047,16 // Siege_Suits
  152. 15048,16 // Siege_Robe
  153. // God Items
  154. 1530,16 // Mjolnir
  155. 2383,16 // Brynhild
  156. 2410,16 // Sleipnir
  157. 2541,16 // Asprika
  158. 2629,16 // Magingiorde
  159. 2630,16 // Brysinggamen
  160. 7058,16 // Gullraifnir
  161. // Misc
  162. 605,16 // Anodyne
  163. 2365,16 // Orleans_Gown
  164. 4077,16 // Phen_Card
  165. 4128,16 // Golden_Bug_Card
  166. 4198,16 // Maya_Puple_Card
  167. 4327,16 // Blood_Butterfly_Card
  168. 11503,16 // Siege_White_Potion
  169. 11504,16 // Siege_Blue_Potion
  170. 11547,16 // Woe_Violet_Potion
  171. 11548,16 // Woe_White_Potion
  172. 11549,16 // Woe_Blue_Potion
  173. 12033,16 // Box_Of_Sunlight
  174. 12213,16 // Neuralizer
  175. 12218,16 // Assumptio_5_Scroll
  176. 12388,16 // Runstone_Crush
  177. 12389,16 // Runstone_Storm
  178. 12390,16 // Runstone_Millennium
  179. 12422,16 // HP_Increase_Potion_(Small)
  180. 12423,16 // HP_Increase_Potion_(Medium)
  181. 12424,16 // HP_Increase_Potion_(Large)
  182. 12425,16 // SP_Increase_Potion_(Small)
  183. 12426,16 // SP_Increase_Potion_(Medium)
  184. 12427,16 // SP_Increase_Potion_(Large)
  185. 12428,16 // Concentrated_White_Potion_Z
  186. 12429,16 // Savage_Full_Roast
  187. 12430,16 // Cocktail_Warg_Blood
  188. 12431,16 // Minor_Stew
  189. 12432,16 // Siroma_Iced_Tea
  190. 12433,16 // Drosera_Herb_Salad
  191. 12434,16 // Petite_Tail_Noodles
  192. 12435,16 // Black_Mass
  193. 12436,16 // Vitata_500
  194. 12437,16 // Concentrated_Ceromain_Soup
  195. 12580,16 // Vending_Search_Scroll
  196. 12581,16 // Vending_Search_Scroll2
  197. 12591,16 // Uni_Catalog_Bz
  198. 12600,16 // Treasure_Box_Scroll
  199. 14590,16 // Pty_Assumptio_Scroll
  200. //----------------------------------------------------------------------------
  201. // Zone 1 - Aldebaran Turbo Track
  202. //----------------------------------------------------------------------------
  203. 601,32 // Wing_Of_Fly
  204. 605,32 // Anodyne
  205. 506,32 // Green_Potion
  206. 525,32 // Panacea
  207. //----------------------------------------------------------------------------
  208. // Zone 2 - Jail
  209. //----------------------------------------------------------------------------
  210. 601,64 // Wing_Of_Fly
  211. 602,64 // Wing_Of_Butterfly
  212. 12212,64 // Giant_Fly_Wing
  213. 14582,64 // WOB_Rune
  214. 14583,64 // WOB_Schwaltz
  215. 14584,64 // WOB_Rachel
  216. 14585,64 // WOB_Local
  217. //----------------------------------------------------------------------------
  218. // Zone 3 - Izlude Battle Arena
  219. //----------------------------------------------------------------------------
  220. 601,128 // Wing_Of_Fly
  221. //----------------------------------------------------------------------------
  222. // Zone 7 - Towns
  223. //----------------------------------------------------------------------------
  224. 14529,2048 // Greed_Scroll
  225. //----------------------------------------------------------------------------
  226. // WoE:TE Items - Only can be used in WoE:TE Castles (All except &16)
  227. //----------------------------------------------------------------------------
  228. 1299,8175 // TE_Woe_Katar
  229. 1319,8175 // TE_Woe_Axe
  230. 1399,8175 // TE_Woe_Two_Handed_Axe
  231. 1437,8175 // TE_Woe_Pike
  232. 1495,8175 // TE_Woe_Lance
  233. 1591,8175 // TE_Woe_Book
  234. 1667,8175 // TE_Woe_Staff
  235. 1834,8175 // TE_Woe_Fist
  236. 1932,8175 // TE_Woe_Guitar
  237. 1987,8175 // TE_Woe_Rope
  238. 2019,8175 // TE_Woe_Two_Hand_Staff
  239. 2178,8175 // TE_Woe_Buckler
  240. 2179,8175 // TE_Woe_Shield
  241. 2180,8175 // TE_Woe_Magic_Guard
  242. 2496,8175 // TE_Woe_Shoes
  243. 2497,8175 // TE_Woe_Boots
  244. 2498,8175 // TE_Woe_Magic_Sandal
  245. 2944,8175 // TE_Ring_Of_Protection
  246. 2945,8175 // TE_Ring_Of_Rage
  247. 2946,8175 // TE_Ring_Of_Defiance
  248. 11557,8175 // TE_White_Potion
  249. 11558,8175 // TE_White_Slim_Potion
  250. 13083,8175 // TE_Woe_Knife
  251. 13117,8175 // TE_Woe_Pistol
  252. 13184,8175 // TE_Woe_Rifle
  253. 13185,8175 // TE_Woe_Gatling
  254. 13186,8175 // TE_Woe_Shotgun
  255. 13187,8175 // TE_Woe_Grenade
  256. 13317,8175 // TE_Woe_Huuma
  257. 13439,8175 // TE_Woe_Sword
  258. 15062,8175 // TE_Woe_Coat
  259. 15063,8175 // TE_Woe_Chain_Mail
  260. 15064,8175 // TE_Woe_Mage_Coat
  261. 16025,8175 // TE_Woe_Mace
  262. 18118,8175 // TE_Woe_Bow
  263. 18732,8175 // TE_Woe_Cap
  264. 18733,8175 // TE_Woe_Bone_Helm
  265. 18734,8175 // TE_Woe_Magic_Eyes
  266. 20702,8175 // TE_Woe_Muffler
  267. 20703,8175 // TE_Woe_Manteau
  268. 20704,8175 // TE_Woe_Magic_Manteau
  269. 21006,8175 // TE_Woe_Two_Hand_Sword