File information

Last updated

Original upload

Created by

xanthumn

Uploaded by

xanthumn

Virus scan

Safe to use

19 comments

  1. keegeman
    keegeman
    • supporter
    • 0 kudos
    I have been needing a simple way to manage inventory. THANK YOU!!!

    The xGSxXtraGeneralStoreMasterACTfilledChest did not include the weapons and armor. This is resolved by adding the following code to xgsxsortingchest.pex. I am looking at adding the vanilla jewelry to this as well.

    Function QuickStore(

    akActionRef.RemoveItem(xGSxArmorAllFLST, iCount, True, xGSxArmorREF)
    akActionRef.RemoveItem(xGSxWeaponTwoHandedFLST, iCount, True, xGSxWeaponsREF)
    akActionRef.RemoveItem(xGSxWeaponTwoHandedNewFLST, iCount, True, xGSxWeaponsREF)
    akActionRef.RemoveItem(xGSxWeaponStaffFLST, iCount, True, xGSxWeaponsREF)
    akActionRef.RemoveItem(xGSxWeaponStaffNewFLST, iCount, True, xGSxWeaponsREF)
    akActionRef.RemoveItem(xGSxWeaponArcheryFLST, iCount, True, xGSxWeaponsREF)
    akActionRef.RemoveItem(xGSxWeaponArcheryNewFLST, iCount, True, xGSxWeaponsREF)
    akActionRef.RemoveItem(xGSxWeaponOneHandedFLST, iCount, True, xGSxWeaponsREF)
    akActionRef.RemoveItem(xGSxWeaponOneHandedNewFLST, iCount, True, xGSxWeaponsREF)
  2. TKHBMVP
    TKHBMVP
    • premium
    • 100 kudos
    Do you need to adjust your mod in regards of Skyrim AE and all the new items and other stuff from Creation Club? Seems the sorting is not always correct.
  3. Elizinator
    Elizinator
    • supporter
    • 13 kudos
    for some reason, after literal years of using this mod, it stopped working.

    casting it produces the summoning effect, fine, but there is no chest. not an invisible chest, nothing. nothing to be interacted with. no object at all. nothing.
  4. gcuskell
    gcuskell
    • premium
    • 5 kudos
    It suffers from the same problem as "Conjurable Chest and Crafting Spells" in that it is sometimes invisible (not ethereal).
  5. ZauberParacelsus
    ZauberParacelsus
    • supporter
    • 19 kudos
    "Do not summon a physical chest. Make it ethereal; Otherworldly."

    The chest is physical, it blocks movement and you can summon it to act as a barrier to block enemy movement, and Skyrim's pathfinding AI doesn't allow them to walk around it :P
  6. TKHBMVP
    TKHBMVP
    • premium
    • 100 kudos
    I put a few lute into it and can't find them anymore in the chest?

    [Update]
    After a while playing and loading last game, I recognized, they are back in my inventory?
  7. Elizinator
    Elizinator
    • supporter
    • 13 kudos
    didnt know i needed this until i got it :D
  8. AlissaHeart
    AlissaHeart
    • member
    • 0 kudos
    Hiya!!
    Thanx so much for this <3
    I only wish you could walk through the ethereal chest while it's placed
  9. fang3412
    fang3412
    • supporter
    • 1 kudos
    Can you make the other crafting tables (grindstones, alchemy, enchantment table etc) conjurablae as well
  10. yanuage
    yanuage
    • member
    • 0 kudos
    Hello !
    I think you need to correct your mod title...
    i see it some days ago, and cannot found it because i search for "Ethereal".

    Great Mod idea otherwise... thank you !

    1. xanthumn
      xanthumn
      • premium
      • 26 kudos
      Fixed.
      Thank you!