Removed Levelsystem from NQ34_WildMageREF

This commit is contained in:
Eddoursul 2024-01-05 18:33:13 +01:00
parent 837cb8d3f2
commit 4f7ee5227e
3 changed files with 3 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,12 +2,10 @@ Scriptname _00E_NQ34_WildMageSC extends ObjectReference
Event OnDeath(Actor akKiller) Event OnDeath(Actor akKiller)
if NQ34.GetStage() == 15 if NQ34.GetCurrentStageID() == 15
NQ34.SetStage(20) NQ34.SetCurrentStageID(20)
EndIf EndIf
EndEvent EndEvent
_00E_QuestFunctions Property Levelsystem Auto Quest Property NQ34 Auto
Quest Property NQ34 Auto