diff --git a/Skyrim.esm b/Skyrim.esm index e2eec863..d57e6263 100644 Binary files a/Skyrim.esm and b/Skyrim.esm differ diff --git a/scripts/_00e_eponmagicalsymboldis.pex b/scripts/_00e_eponmagicalsymboldis.pex index dc760756..5ac9f47e 100644 Binary files a/scripts/_00e_eponmagicalsymboldis.pex and b/scripts/_00e_eponmagicalsymboldis.pex differ diff --git a/source/scripts/_00e_eponmagicalsymboldis.psc b/source/scripts/_00e_eponmagicalsymboldis.psc index 356a8f36..b1caa06b 100644 --- a/source/scripts/_00e_eponmagicalsymboldis.psc +++ b/source/scripts/_00e_eponmagicalsymboldis.psc @@ -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 \ No newline at end of file +EffectShader Property _00E_MagicLigthShader Auto