Compare commits
No commits in common. "b017f0a5003148324d6eec5067e3b275bf000f8b" and "79ee9611c043711c6286c504efebe1fc6e43e5bc" have entirely different histories.
b017f0a500
...
79ee9611c0
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4795,5 +4795,4 @@ scripts\prkf__00e_fs_nq07_craftpotio_0300146e.pex
|
||||
scripts\prkf__00e_craftquestpotionpe_0300146d.pex
|
||||
scripts\pf_mq14_sc06_toriusstandstil_0003c597.pex
|
||||
scripts\_00E_UpdateSpeedmult.pex
|
||||
scripts\_00E_AutolearnEffectsAlias.pex
|
||||
scripts\_00E_ArcaneArrowEffect.pex
|
||||
scripts\_00E_AutolearnEffectsAlias.pex
|
@ -1,9 +0,0 @@
|
||||
Scriptname _00E_ArcaneArrowEffect extends activemagiceffect
|
||||
|
||||
Event OnEffectStart(Actor akTarget, Actor akCaster)
|
||||
|
||||
if akTarget
|
||||
akTarget.DamageActorValue("Health", (Game.GetForm(0x14) as Actor).GetActorValue("Marksman"))
|
||||
endif
|
||||
|
||||
EndEvent
|
@ -50,13 +50,8 @@ Event OnPlayerBowShot(Weapon akWeapon, Ammo akAmmo, float afPower, bool abSunGaz
|
||||
|
||||
if PlayerREF.HasSpell(_00E_Affinity_AbArcaneArcher)
|
||||
Utility.Wait(0.03)
|
||||
ObjectReference akTarget
|
||||
if SKSE.GetVersion()
|
||||
; Slightly improves precision
|
||||
akTarget = Game.GetCurrentCrosshairRef()
|
||||
endif
|
||||
_00E_AltIshmartepElectroShotSound.Play(PlayerREF)
|
||||
_00E_Affinity_AbSpectralArrowSP.Cast(PlayerREF, akTarget)
|
||||
_00E_Affinity_AbSpectralArrowSP.Cast(PlayerREF)
|
||||
EndIf
|
||||
|
||||
EndEvent
|
||||
|
Loading…
Reference in New Issue
Block a user