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