Jump to content

svengineer99

Premium Member
  • Posts

    4
  • Joined

  • Last visited

Nexus Mods Profile

About svengineer99

Profile Fields

  • Country
    United States

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

svengineer99's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Glad to hear it! I will look forward to seeing how it fins in to your project.
  2. I think you could try the following script attached to the creature: begin LSD_monster_doublng float timer if ( timer < 0.0 ) set timer to ( timer + getsecondspassed ) if ( timer > 0.0 ) set timer to 0.0 setdelete 1 endif endif if ( getdisabled ) return endif if ( ondeath ) placeatme monster_id 1 100 0 placeatme monster_id 1 200 0 disable set timer to -1.0 endif end
  3. I'm working on an items mod that will include item un-enchant service as well as . It requires TES3cmd + Merzasphor's latest MWSE alpha. I like your ideas about modifying the enchantment creation process, too. It's definitely not easy, most likely impossible or way too hard given the scripting limitations even using the latest MWSE, but I'm not 100% sure about that. If you are serious about it, I'd suggest you try joining the Morrowind Discord forum and asking around there.
×
×
  • Create New...