maniczombie Posted August 22, 2012 Share Posted August 22, 2012 (edited) I'm using dynamically attached scripts in my mod Helmet Toggle - Show Hide http://skyrim.nexusmods.com/mods/22765 Which uses a cloak spell to attach a script to all nearby NPCs'. Tutorial on how it's done here: http://www.creationk...taching_Scripts Problem is, people have reported a bug that makes this method problematic as it breaks all brawls /quest brawls in the game. What happens is as the cloak is constantly refreshing on the player alias, the npc you are brawling thinks you are casting a spell and so ends the brawl and attacks you.I've found that adding the condition for if the player is in combat doesn't work. If anyone could think of anyway to avoid this happening I would be very grateful! If at the very least I can let people know that this method has this flaw. Solved:The player becomes invulnerable when brawling, so I added a part to the script attached to the player that removes the cloak spell when the player becomes invulnerable and adds it back on when the brawl is over. Edited August 22, 2012 by maniczombie Link to comment Share on other sites More sharing options...
Recommended Posts