item_stack.txt 792 B

123456789101112131415161718192021222324252627282930
  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. //
  5. // Structure of Database:
  6. // ItemID,MaxStackAmount,Type
  7. //
  8. // MaxStackAmount:
  9. // Stack limit for the item. Use 0 to disable a restriction.
  10. //
  11. // Type mask values:
  12. // &1: Character inventory restriction
  13. // &2: Character cart restriction
  14. // &4: Account storage restriction
  15. // &8: Guild storage restriction
  16. //
  17. // Example:
  18. // 512,4,12 // Will not allow more than 4 Apples in storages.
  19. // Rune Knight
  20. 12725,60,1 // Nauthiz Rune
  21. 12726,60,1 // Raido Rune
  22. 12727,60,1 // Berkana Rune
  23. 12728,60,1 // Isa Rune
  24. 12730,60,1 // Uruz Rune
  25. 12733,60,1 // Hagalaz Rune
  26. 22540,60,1 // Lux Anima Rune
  27. // Arch Bishop
  28. 12333,3,1 // Ancilla