item_stack.txt 807 B

123456789101112131415161718192021222324252627
  1. // Item Stacking Restriction File
  2. // Prevents an item to be stacked more than x times in given
  3. // inventory types. Generally used by 3rd class related skill items.
  4. // Format: <item id>,<stack limit amount>,<type>
  5. // Type mask values:
  6. // &1: Character inventory restriction
  7. // &2: Character cart restriction
  8. // &4: Account storage restriction
  9. // &8: Guild storage restriction
  10. // Example:
  11. // 512,4,12 // Will not allow more than 4 Apples in storages.
  12. // Note:
  13. // Stack limit of 0 will disable a restriction.
  14. // Rune Knight
  15. 12725,20,1 // Nauthiz Rune
  16. 12726,20,1 // Raido Rune
  17. 12727,20,1 // Berkana Rune
  18. 12728,20,1 // Isa Rune
  19. 12729,20,1 // Othila Rune
  20. 12730,20,1 // Uruz Rune
  21. 12731,20,1 // Thurisaz Rune
  22. 12732,20,1 // Wyrd Rune
  23. 12733,20,1 // Hagalaz Rune
  24. // Arch Bishop
  25. 12333,3,1 // Ancilla