-----Externalise Item-Creature Exclusions [M, X]
Externalises creature-specific item restrictions to ITCREXCL.2DA.
ITCREXCL.2DA
Description
[ROWNAME]: Death variable/Script name of creature (not case-sensitive)
ITEM: the resource name of the item that the item-creature restrictions apply to
NO_PICKUP_E: if set to non-zero, the ITEM cannot be removed from any equipment slot of the creature with associated death variable
STRREF_PE: the string reference to display in the inventory screen when the ITEM is attempted to be removed from an equipment slot of the creature with associated death variable
ONLY_EQUIP: if set to non-zero, the ITEM can only be equipped by the creature with associated death variable (this is 'stackable', in that multiple ITEM entries under different death variables mean that multiple creature with associated death variables can equip the ITEM
STRREF_E: the string reference to display in when a creature other than that with the associated death variables tries to equip the ITEM
NO_PICKUP_I: if set to non-zero, the ITEM cannot be removed from any inventory slot of the creature with associated death variable
STRREF_I: the string reference to display in the inventory screen when the ITEM is attempted to be removed from an equipment slot of the creature with associated death variable
NO_DROP_I: if set to non-zero, the ITEM cannot be placed in any inventory slot of the creature with associated death variable
STRREF_DI: the string reference to display in the inventory screen when the ITEM is attempted to be placed in any inventory slot of the creature with associated death variable
NO_DROP_E: if set to non-zero, the ITEM cannot be placed in any equipment slot of the creature with associated death variable
STRREF_DE: the string reference to display in the inventory screen then the ITEM is attmpted to be placed in any equipment slot of the creature with associated death variable
For example,
ITEM NO_PICKUP_E STRREF_PE ONLY_EQUIP STRREF_E NO_PICKUP_I STRREF_I NO_DROP_I STRREF_DI NO_DROP_E STRREF_DE MINSC MISC84 1 10218 1 10218 1 10218 0 -1 0 -1Item MISC84 cannot be removed from "Minsc"'s equipment slots or inventory slots, and can only be equipped by "Minsc".
Options:
-0: disabled
-1: enabled
Edited by Ascension64, 15 January 2011 - 01:20 AM.