2.0.3
This commit is contained in:
parent
ff427737c7
commit
5ca1e9ee3d
Binary file not shown.
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
BIN
interface/exported/hudmenu.gfx
(Stored with Git LFS)
Normal file
BIN
interface/exported/hudmenu.gfx
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meshes/armor/nightingale/m/cowl_0.nif
(Stored with Git LFS)
Normal file
BIN
meshes/armor/nightingale/m/cowl_0.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meshes/armor/nightingale/m/cowl_1.nif
(Stored with Git LFS)
Normal file
BIN
meshes/armor/nightingale/m/cowl_1.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meshes/enderal/forgottenstories/armor/rhalata/voice/sithis armour - female mask 02_0.nif
(Stored with Git LFS)
BIN
meshes/enderal/forgottenstories/armor/rhalata/voice/sithis armour - female mask 02_0.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/forgottenstories/armor/rhalata/voice/sithis armour - female mask 02_1.nif
(Stored with Git LFS)
BIN
meshes/enderal/forgottenstories/armor/rhalata/voice/sithis armour - female mask 02_1.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/forgottenstories/rhalata/acolyt/f/cowl_0.nif
(Stored with Git LFS)
Normal file
BIN
meshes/enderal/forgottenstories/rhalata/acolyt/f/cowl_0.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meshes/enderal/forgottenstories/rhalata/acolyt/f/cowl_1.nif
(Stored with Git LFS)
Normal file
BIN
meshes/enderal/forgottenstories/rhalata/acolyt/f/cowl_1.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meshes/enderal/forgottenstories/rhalata/voice/m/cowl_0.nif
(Stored with Git LFS)
Normal file
BIN
meshes/enderal/forgottenstories/rhalata/voice/m/cowl_0.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meshes/enderal/forgottenstories/rhalata/voice/m/cowl_1.nif
(Stored with Git LFS)
Normal file
BIN
meshes/enderal/forgottenstories/rhalata/voice/m/cowl_1.nif
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/common reed/commonreed.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/common reed/commonreed.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystalbush01.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystalbush01.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystalbush02.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystalbush02.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystalbush03.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystalbush03.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystaltree01.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystaltree01.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystaltree02.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystaltree02.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystaltree03.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/crystal trees/crystaltree03.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/heartlandbush05.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/heartlandbush05.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/heartlandbush07.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/heartlandbush07.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/whispertreebranchpile.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/whispertreebranchpile.nif
(Stored with Git LFS)
Binary file not shown.
BIN
meshes/enderal/landscape/trees/nico/whispertreebranchpile02.nif
(Stored with Git LFS)
BIN
meshes/enderal/landscape/trees/nico/whispertreebranchpile02.nif
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
@ -38,11 +38,9 @@ Event OnCombatStateChanged(Actor akTarget, int aeCombatState)
|
||||
BlameSpellKeyword = Game.GetFormFromFile(0x0005BD16, "Skyrim.esm") as Keyword
|
||||
EndIf
|
||||
|
||||
If akTarget == PlayerRef || akTarget.HasKeyword(_00E_PlayerSummonedCreature) || akTarget.GetFactionReaction(PlayerRef) == 2 || akTarget.HasEffectKeyword(BlameSpellKeyword)
|
||||
If finished == False ; Just in case
|
||||
finished = True
|
||||
GetActorRef().GetActorBase().SetEssential(False)
|
||||
EndIf
|
||||
If akTarget == PlayerRef || akTarget.IsPlayerTeammate() || akTarget.HasKeyword(_00E_PlayerSummonedCreature) || akTarget.GetFactionReaction(PlayerRef) == 2 || akTarget.HasEffectKeyword(BlameSpellKeyword)
|
||||
finished = True
|
||||
GetActorRef().GetActorBase().SetEssential(False)
|
||||
EndIf
|
||||
EndIf
|
||||
EndEvent
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
textures/actors/character/facegendata/facetint/skyrim.esm/00018fbe.dds
(Stored with Git LFS)
BIN
textures/actors/character/facegendata/facetint/skyrim.esm/00018fbe.dds
(Stored with Git LFS)
Binary file not shown.
BIN
textures/actors/character/facegendata/facetint/skyrim.esm/0014be90.dds
(Stored with Git LFS)
BIN
textures/actors/character/facegendata/facetint/skyrim.esm/0014be90.dds
(Stored with Git LFS)
Binary file not shown.
BIN
textures/armor/nightingale/f/nightingalearmorcapef.dds
(Stored with Git LFS)
Normal file
BIN
textures/armor/nightingale/f/nightingalearmorcapef.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
textures/armor/nightingale/m/nightingalearmorcapem.dds
(Stored with Git LFS)
Normal file
BIN
textures/armor/nightingale/m/nightingalearmorcapem.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
textures/armor/nightingale/m/nightingalearmorcapesorrow.dds
(Stored with Git LFS)
Normal file
BIN
textures/armor/nightingale/m/nightingalearmorcapesorrow.dds
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
textures/enderal/actors/calia/calia_warpaint.dds
(Stored with Git LFS)
BIN
textures/enderal/actors/calia/calia_warpaint.dds
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user