Compare commits
No commits in common. "8d3814f75279eae72ec6129137c104cc0c246cf5" and "f768e59b1883fd0447b54824a9612700e385c3ef" have entirely different histories.
8d3814f752
...
f768e59b18
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4805,4 +4805,3 @@ scripts\ccbgs_arportcullisscript.pex
|
||||
scripts\ccbgs_arpressureplatescript.pex
|
||||
scripts\ccbgs_arspiketrapscript.pex
|
||||
scripts\ccbgs_arswitchscript.pex
|
||||
scripts\_00e_blockrefactivationforothers.pex
|
||||
|
||||
@ -1,21 +0,0 @@
|
||||
Scriptname _00E_BlockRefActivationForOthers extends ObjectReference
|
||||
|
||||
Event OnInit()
|
||||
|
||||
Self.BlockActivation(True)
|
||||
|
||||
EndEvent
|
||||
|
||||
Event OnLoad()
|
||||
|
||||
Self.BlockActivation(True)
|
||||
|
||||
EndEvent
|
||||
|
||||
Event OnActivate(ObjectReference akActionRef)
|
||||
|
||||
if akActionRef == Game.GetForm(0x14)
|
||||
Self.Activate(akActionRef, True)
|
||||
EndIf
|
||||
|
||||
EndEvent
|
||||
@ -7,10 +7,10 @@ Scriptname _00E_MQ07a_KnockDoorSphereSC extends ObjectReference
|
||||
|
||||
Event OnActivate(ObjectReference akActionRef)
|
||||
|
||||
If akActionRef == Game.GetForm(0x14) && MQ07a.GetCurrentStageID() == 120
|
||||
If akActionRef == Game.GetPlayer() && MQ07a.GetCurrentStageID() == 120
|
||||
MQ07a.SetCurrentStageID(125)
|
||||
DisableNoWait()
|
||||
MQ07a.PortPlayerFailsave()
|
||||
;(MQ07a as _00E_MQ07a_Functions).StartSC06() ; just for patch 1.5.7.0 as hotfix because the questfragment doesn't seem to do what it should do
|
||||
Self.Delete()
|
||||
EndIf
|
||||
|
||||
EndEvent
|
||||
@ -19,4 +19,4 @@ EndEvent
|
||||
; PROPERTIES
|
||||
;=====================================================================================
|
||||
|
||||
_00E_MQ07a_Functions Property MQ07a Auto
|
||||
Quest Property MQ07a Auto
|
||||
Loading…
x
Reference in New Issue
Block a user