1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
753 B

Scriptname _00E_MQ07_Functions extends Quest
;=====================================================================================
; FUNCTIONS
;=====================================================================================
Function CompleteQuestMQ07()
_00E_EPHandler.GiveEP(__Config_RewardEXP)
SetCurrentStageID(15)
Self.CompleteQuest()
MQ08Prologue.SetCurrentStageID(5)
EndFunction
;=====================================================================================
; PROPERTIES
;=====================================================================================
int Property __Config_RewardEXP Auto
Quest Property MQ08Prologue Auto