4
Fork 0

Fixed Tealor's usage of greatsword in The Shards of Order

english-generic-dialogue
Eddoursul 2 years ago
parent 332fdb49f2
commit 3e74f11654
  1. BIN
      scripts/_00e_mq15_functions.pex
  2. BIN
      scripts/_00e_mq16_functions.pex
  3. 2
      source/scripts/_00e_mq15_functions.psc
  4. 4
      source/scripts/_00e_mq16_functions.psc

Binary file not shown.

Binary file not shown.

@ -74,9 +74,9 @@ Function MoveNPCsToForbiddenRoom()
_00E_MC_TealorREF.MoveTo(MQ15_SC03_TealorMarker)
_00E_MC_TealorREF.SetOutfit(_25E_HolyOrder_WardenOutfitNoHelmetNoCape)
_00E_MC_TealorREF.AddItem(_01E_20Huetergrossschwert, 1)
_00E_MC_TealorREF.UnequipItem(_01E_20Hueterschwert)
_00E_MC_TealorREF.RemoveItem(_01E_20Hueterschwert, 1)
_00E_MC_TealorREF.EquipItem(_01E_20Huetergrossschwert, true, true)
if akCompanion == _00E_MC_CaliaREF
akCompanion.AddItem(_01E_20Huetergrossschwert, 1)

@ -810,8 +810,6 @@ EndFunction
Function StartSC14()
akTealor.ResetInventory()
; FAILSAVE: This should be harmless, but can be deleted after beta.
MQ16S_SC14_YuslanStartMarker.SetPosition(-5730.1968, -2338.8777, 1385.7076)
@ -899,7 +897,7 @@ EndFunction
Function TealorKillYuslan()
_00E_MC_TealorREF.PlayIdleWithTarget(pa_KillMove1HMDecap, MQ16_SC14_YuslanDeadREF)
_00E_MC_TealorREF.PlayIdleWithTarget(pa_2HMKillMoveDecapSlash, MQ16_SC14_YuslanDeadREF)
Game.TriggerScreenBlood(7)
Utility.Wait(3)

Loading…
Cancel
Save