diff options
author | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2014-05-21 10:54:38 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-05-31 03:17:31 +0200 |
commit | 43d96e85687e2b732dc4f9d7da391a6ea7ebebce (patch) | |
tree | fc20cddf7c9b653216d6cef628228b1eddd5e6ea /db/item_stack.txt | |
parent | 244985a25e5147517f53c887877f7ab9e4977ad4 (diff) | |
download | hercules-43d96e85687e2b732dc4f9d7da391a6ea7ebebce.tar.gz hercules-43d96e85687e2b732dc4f9d7da391a6ea7ebebce.tar.bz2 hercules-43d96e85687e2b732dc4f9d7da391a6ea7ebebce.tar.xz hercules-43d96e85687e2b732dc4f9d7da391a6ea7ebebce.zip |
Removed some files which are no longer used
Diffstat (limited to 'db/item_stack.txt')
-rw-r--r-- | db/item_stack.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/db/item_stack.txt b/db/item_stack.txt deleted file mode 100644 index 262945c4c..000000000 --- a/db/item_stack.txt +++ /dev/null @@ -1,28 +0,0 @@ -// 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 -22540,20,1 // Lux Anima Rune - -// Arch Bishop -12333,3,1 // Ancilla |