4
Fork 0

Removed Levelsystem from magical symbols

remove-levelsystem
Eddoursul 4 months ago
parent 4c3f824c34
commit cc4c637b52
  1. BIN
      Skyrim.esm
  2. BIN
      scripts/_00e_eponmagicalsymboldis.pex
  3. 6
      source/scripts/_00e_eponmagicalsymboldis.psc

Binary file not shown.

@ -23,7 +23,7 @@ Event OnActivate(ObjectReference akActionRef)
Self.GetLinkedRef().disable()
self.disable()
int EXPBonus = (_00E_MagicalSymbolsGlobalCollected.GetValueInt() * 2)
Levelsystem.GiveEp(RewardExp+EXPBonus)
_00E_EPHandler.GiveEp(RewardExp+EXPBonus)
If _00E_MagicalSymbolsGlobalCollected.GetValueInt() == 100 && _00E_AchievementsEnabled.GetValueInt() == 1
Steam.UnlockAchievement("END_FETCHQUEST_01")
@ -52,8 +52,6 @@ endEvent
Int Property RewardExp auto
Bool DoOnce = false
_00E_QuestFunctions Property Levelsystem Auto
GlobalVariable Property _00E_MagicalSymbolsGlobalCollected Auto
GlobalVariable Property _00E_AchievementsEnabled Auto
@ -61,4 +59,4 @@ Sound Property _00E_MagicalSymbolSound Auto
Message Property _00E_Levelsystem_MagicalSymbolCollected Auto
EffectShader Property _00E_MagicLigthShader Auto
EffectShader Property _00E_MagicLigthShader Auto

Loading…
Cancel
Save