storageAuto: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
: Enable auto storage [[storageAuto_notAfterDeath|after death]], when at [[itemsMaxWeight|certain weight limit]] or when you [[getAuto|run out of certain item]]. Items that are going to be storaged are set in [[items_control.txt]]. | : Enable auto storage [[storageAuto_notAfterDeath|after death]], when at [[itemsMaxWeight|certain weight limit]] or when you [[getAuto|run out of certain item]]. Items that are going to be storaged are set in [[items_control.txt]]. | ||
: You must additionaly specify [[storageAuto_npc|NPC]] or [[storageAuto_useChatCommand|chat command]] for this to work. | : You must additionaly specify [[storageAuto_npc|NPC]] (and its [[storageAuto_npc_type|type]]) or [[storageAuto_useChatCommand|chat command]] for this to work. | ||
: This will not work without [[itemsMaxWeight]] or [[itemsMaxWeight_sellOrStore]]. | : This will not work without [[itemsMaxWeight]] or [[itemsMaxWeight_sellOrStore]]. |
Revision as of 10:14, 9 July 2010
- storageAuto <boolean flag>
- Enable auto storage after death, when at certain weight limit or when you run out of certain item. Items that are going to be storaged are set in items_control.txt.
- You must additionaly specify NPC (and its type) or chat command for this to work.
- This will not work without itemsMaxWeight or itemsMaxWeight_sellOrStore.