Jump to content

nullwyrm

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by nullwyrm

  1. Thank you so much, that seems to have worked.
  2. Neither worked - the cast to ObjectReference just produced a null object, and trying to drop an enchantment doesn't appear to do anything either.
  3. The Enchantment applied. It's a Form anyways, not an ObjectReference, so GetBaseObject wouldn't work.
  4. I'm currently working on a mod that awards extra XP when enchanting items. As a part of this, I need some way to identify what item a player has enchanted, but so far I've had no luck: powerofthree's Papyrus Extender is able to detect when an item is enchanted with its onItemCrafted event, but it contains the *enchantment*, rather than the item. I only need the base item, not an ObjectReference. Any help would be appreciated.
×
×
  • Create New...