4
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.
 
 
 

37 lines
1006 B

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 4
Scriptname QF_MQ07_001065B3 Extends Quest Hidden
;BEGIN ALIAS PROPERTY Tealor
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_Tealor Auto
;END ALIAS PROPERTY
;BEGIN ALIAS PROPERTY Halda_Hammerschlag
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_Halda_Hammerschlag Auto
;END ALIAS PROPERTY
;BEGIN FRAGMENT Fragment_0
Function Fragment_0()
;BEGIN CODE
SetObjectiveDisplayed(5)
SetObjectiveDisplayed(0)
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_2
Function Fragment_2()
;BEGIN AUTOCAST TYPE _00E_MQ07_Functions
Quest __temp = self as Quest
_00E_MQ07_Functions kmyQuest = __temp as _00E_MQ07_Functions
;END AUTOCAST
;BEGIN CODE
;Reward EXP defined in script _00E_MQ07_Functions, Property __Config_RewardEXP
kmyQuest.CompleteQuestMQ07()
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment