2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ07_Functions extends Quest
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; FUNCTIONS
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Function CompleteQuestMQ07()
|
|
|
|
|
2024-01-09 22:00:18 +00:00
|
|
|
_00E_EPHandler.GiveEP(__Config_RewardEXP)
|
2024-01-10 14:08:24 +00:00
|
|
|
SetCurrentStageID(15)
|
2021-10-05 22:15:58 +00:00
|
|
|
Self.CompleteQuest()
|
2024-01-10 14:08:24 +00:00
|
|
|
MQ08Prologue.SetCurrentStageID(5)
|
2021-10-05 22:15:58 +00:00
|
|
|
|
|
|
|
EndFunction
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; PROPERTIES
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
int Property __Config_RewardEXP Auto
|
|
|
|
|
|
|
|
Quest Property MQ08Prologue Auto
|