Difference between revisions of "CopyNthEffectItem"
Jump to navigation
Jump to search
imported>Haama (Note on Same Effects) |
imported>Haama (Notes on breaking display limitations, magic items) |
||
Line 3: | Line 3: | ||
==Notes== | ==Notes== | ||
* Magic items include Potions, Ingredients, Spells and Enchantments. They do not include Sigil Stones or Soulgems. Also note that the Enchantment refers to the base enchantment. If the enchantment is on two items changing it on one item will change it on the other. | |||
* Potions will only show up to 8 effects, but all of the effects will still apply when used, and can be accessed with any '''GetNthEffectItem...''' function. | |||
** Untested for other magic items | |||
*Effects will be added to copied-to magic item, even if that effect is already on the magic item. For instance, if you copy a 'Restore Health' effect onto a magic item that already has a 'Restore Health' effect, the magic item will have both 'Restore Health' effects (with their respective potencies). | *Effects will be added to copied-to magic item, even if that effect is already on the magic item. For instance, if you copy a 'Restore Health' effect onto a magic item that already has a 'Restore Health' effect, the magic item will have both 'Restore Health' effects (with their respective potencies). | ||
*When copying a scripted effect, the script, hostility flag, and school will copy, but not the visuals. | *When copying a scripted effect, the script, hostility flag, and school will copy, but not the visuals. |
Revision as of 23:00, 5 September 2007
CopyNthEffectItem - copies the specified effect item from one magic item to another
(index:short) CopyNthEffectItem fromObjectID:ref toObjectID:ref whichEffect:short
Notes
- Magic items include Potions, Ingredients, Spells and Enchantments. They do not include Sigil Stones or Soulgems. Also note that the Enchantment refers to the base enchantment. If the enchantment is on two items changing it on one item will change it on the other.
- Potions will only show up to 8 effects, but all of the effects will still apply when used, and can be accessed with any GetNthEffectItem... function.
- Untested for other magic items
- Effects will be added to copied-to magic item, even if that effect is already on the magic item. For instance, if you copy a 'Restore Health' effect onto a magic item that already has a 'Restore Health' effect, the magic item will have both 'Restore Health' effects (with their respective potencies).
- When copying a scripted effect, the script, hostility flag, and school will copy, but not the visuals.
- Copied scripted effects are completely independent of the original scripted effect. Changing the values on one (script, hostility, etc.) will not affect the other.