4
Fork 0

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

development
Eddoursul 3 months ago
parent c633912f6c
commit 05ff85a25e
  1. BIN
      Yaela fix.esp
  2. BIN
      scripts/sf_mq13b_sc08_nexustower_02_00138006.pex
  3. 2
      source/scripts/_00e_mq13b_functions.psc
  4. 14
      source/scripts/sf_mq13b_sc08_nexustower_02_00138006.psc

Binary file not shown.

@ -512,7 +512,7 @@ EndFunction
; 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

@ -1,5 +1,5 @@
;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
;BEGIN FRAGMENT Fragment_5
@ -10,10 +10,10 @@ MQ13b.MoveElevatorUp()
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_11
Function Fragment_11()
;BEGIN FRAGMENT Fragment_3
Function Fragment_3()
;BEGIN CODE
MQ13b.SpawnYaela()
MQ13b.MoveElevator()
;END CODE
EndFunction
;END FRAGMENT
@ -26,10 +26,10 @@ MQ13b.SpawnCompanion()
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_3
Function Fragment_3()
;BEGIN FRAGMENT Fragment_16
Function Fragment_16()
;BEGIN CODE
MQ13b.MoveElevator()
MQ13b.SpawnYaela()
;END CODE
EndFunction
;END FRAGMENT

Loading…
Cancel
Save