diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/item_stack.txt | 27 |
2 files changed, 29 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 2e974a3da..9403e42f4 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -8,6 +8,8 @@ 1475 Equestrian's Spear: NEED INFO. 13005 Angelic Wing Dagger: NEED INFO. ======================= +2010/12/27 + * Rev. 14634 Added item stacking limitation database 'item_stack.txt'. [Ai4rei] 2010/12/16 * Rev. 14596 Added missing pet db documentation for fields 'attack_rate', 'defence_attack_rate', 'change_target_rate', 'pet_script' and 'loyal_script' based on the one provided by frenzmu06 (bugreport:4636, follow up to r13752). [Ai4rei] 2010/12/13 diff --git a/db/item_stack.txt b/db/item_stack.txt new file mode 100644 index 000000000..b2932b56b --- /dev/null +++ b/db/item_stack.txt @@ -0,0 +1,27 @@ +// Item Stacking Restriction File +// Prevents an item to be stacked more than x times in given +// inventory types. Generally used by 3rd class related skill items. +// Format: <item id>,<stack limit amount>,<type> +// Type mask values: +// &1: Character inventory restriction +// &2: Character cart restriction +// &4: Account storage restriction +// &8: Guild storage restriction +// Example: +// 512,4,12 // Will not allow more than 4 Apples in storages. +// Note: +// Stack limit of 0 will disable a restriction. + +// Rune Knight +12725,20,1 // Nauthiz Rune +12726,20,1 // Raido Rune +12727,20,1 // Berkana Rune +12728,20,1 // Isa Rune +12729,20,1 // Othila Rune +12730,20,1 // Uruz Rune +12731,20,1 // Thurisaz Rune +12732,20,1 // Wyrd Rune +12733,20,1 // Hagalaz Rune + +// Arch Bishop +12333,3,1 // Ancilla |