item_noequip.txt 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. //----------------------------------------------------------------------------
  36. // PVP
  37. //----------------------------------------------------------------------------
  38. 14529,2 //Greed_Scroll
  39. //----------------------------------------------------------------------------
  40. // GVG
  41. //----------------------------------------------------------------------------
  42. 12218,4 //Assumptio_5_Scroll
  43. 14529,4 //Greed_Scroll
  44. 14590,4 //Pty_Assumptio_Scroll
  45. //----------------------------------------------------------------------------
  46. // Battlegrounds
  47. //----------------------------------------------------------------------------
  48. 12218,8 //Assumptio_5_Scroll
  49. 14590,8 //Pty_Assumptio_Scroll
  50. //----------------------------------------------------------------------------
  51. // Zone 1 - Aldebaran Turbo Track
  52. //----------------------------------------------------------------------------
  53. 601,32 //Wing_Of_Fly
  54. 605,32 //Anodyne
  55. 506,32 //Green_Potion
  56. 525,32 //Panacea
  57. //----------------------------------------------------------------------------
  58. // Zone 2 - Jail
  59. //----------------------------------------------------------------------------
  60. 601,64 //Wing_Of_Fly
  61. 602,64 //Wing_Of_Butterfly
  62. 12212,64 //Giant_Fly_Wing
  63. 14582,64 //WOB_Rune
  64. 14583,64 //WOB_Schwaltz
  65. 14584,64 //WOB_Rachel
  66. 14585,64 //WOB_Local
  67. //----------------------------------------------------------------------------
  68. // Zone 3 - Izlude Battle Arena
  69. //----------------------------------------------------------------------------
  70. 601,128 //Wing_Of_Fly
  71. //----------------------------------------------------------------------------
  72. // Zone 7 - Towns
  73. //----------------------------------------------------------------------------
  74. 14529,2048 //Greed_Scroll