diff --git a/Armor set listener.esp b/Armor set listener.esp deleted file mode 100644 index d7795741..00000000 Binary files a/Armor set listener.esp and /dev/null differ diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index 34a800c8..bb4923c5 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/Skyrim.esm b/Skyrim.esm index 452a1ec1..49b2cc87 100644 Binary files a/Skyrim.esm and b/Skyrim.esm differ diff --git a/scripts/_00e_questfunctions.pex b/scripts/_00e_questfunctions.pex index 283bf077..38b5b507 100644 Binary files a/scripts/_00e_questfunctions.pex and b/scripts/_00e_questfunctions.pex differ diff --git a/source/scripts/_00e_questfunctions.psc b/source/scripts/_00e_questfunctions.psc index 709fd43e..8769bc2d 100644 --- a/source/scripts/_00e_questfunctions.psc +++ b/source/scripts/_00e_questfunctions.psc @@ -1071,23 +1071,6 @@ Function SetRecoveryTimeMemoryBook(int iWord, Shout TaughtTalent, float fRecover EndFunction -; EQUIPPING SETS - -Function OnArmorSetBonusAdded(Bool bFullSet) - Sound.SetInstanceVolume(MAGIllusionCharm.Play(PlayerREF), 0.4) ; Play MAGIllusionCharm at lower volume - - If bFullSet && bSetAchievementUnlocked == False && _00E_AchievementsEnabled.GetValueInt() == 1 - Steam.UnlockAchievement("END_SET_01") - bSetAchievementUnlocked = True - EndIf -EndFunction - -Function OnArmorSetBonusRemoved() - _00E_ArmorSetScript_sSetBonusRemoved.Show() -EndFunction - - - Float fDefaultHeadTrackTimerOldValue = 0.0 Float fStayHeadTrackTimerOldValue = 0.0 @@ -1348,8 +1331,3 @@ Weapon LeftHandWeapon Spell RightHandSpell Spell LeftHandSpell Armor Shield - -;for sets -Sound Property MAGIllusionCharm Auto -Message Property _00E_ArmorSetScript_sSetBonusRemoved Auto -bool bSetAchievementUnlocked = false \ No newline at end of file