Fixed position of a trigger box for the elevator scene in Starcity; fixed conditions in the scene with hidden stairs

This commit is contained in:
Eddoursul 2024-02-02 09:44:11 +01:00
parent c633912f6c
commit 05ff85a25e
4 changed files with 8 additions and 8 deletions

BIN
Yaela fix.esp Normal file

Binary file not shown.

View File

@ -512,7 +512,7 @@ EndFunction
; PROPERTY ; PROPERTY
;===================================================================================== ;=====================================================================================
; TIMESCALE ZURÜCKSETZEN! ; MUSIC-Types REMOVEN! ; GOD MODE RUNTERSETZEN! ; TIMESCALE ZURÜCKSETZEN! ; MUSIC-Types REMOVEN! ; GOD MODE RUNTERSETZEN!
int Property __Config_RewardEXP = 500 Auto int Property __Config_RewardEXP = 500 Auto

View File

@ -1,5 +1,5 @@
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 15 ;NEXT FRAGMENT INDEX 17
Scriptname SF_MQ13b_SC08_NexusTower_02_00138006 Extends Scene Hidden Scriptname SF_MQ13b_SC08_NexusTower_02_00138006 Extends Scene Hidden
;BEGIN FRAGMENT Fragment_5 ;BEGIN FRAGMENT Fragment_5
@ -10,10 +10,10 @@ MQ13b.MoveElevatorUp()
EndFunction EndFunction
;END FRAGMENT ;END FRAGMENT
;BEGIN FRAGMENT Fragment_11 ;BEGIN FRAGMENT Fragment_3
Function Fragment_11() Function Fragment_3()
;BEGIN CODE ;BEGIN CODE
MQ13b.SpawnYaela() MQ13b.MoveElevator()
;END CODE ;END CODE
EndFunction EndFunction
;END FRAGMENT ;END FRAGMENT
@ -26,10 +26,10 @@ MQ13b.SpawnCompanion()
EndFunction EndFunction
;END FRAGMENT ;END FRAGMENT
;BEGIN FRAGMENT Fragment_3 ;BEGIN FRAGMENT Fragment_16
Function Fragment_3() Function Fragment_16()
;BEGIN CODE ;BEGIN CODE
MQ13b.MoveElevator() MQ13b.SpawnYaela()
;END CODE ;END CODE
EndFunction EndFunction
;END FRAGMENT ;END FRAGMENT