4
Fork 0

Merged separated armor set listener

remove-levelsystem
Eddoursul 4 months ago
parent d66445da5b
commit 99b8841706
  1. BIN
      Armor set listener.esp
  2. BIN
      Enderal - Forgotten Stories.esm
  3. BIN
      Skyrim.esm
  4. BIN
      scripts/_00e_questfunctions.pex
  5. 22
      source/scripts/_00e_questfunctions.psc

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -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
Loading…
Cancel
Save