Compare commits

..

No commits in common. "b017f0a5003148324d6eec5067e3b275bf000f8b" and "79ee9611c043711c6286c504efebe1fc6e43e5bc" have entirely different histories.

6 changed files with 2 additions and 17 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4795,5 +4795,4 @@ scripts\prkf__00e_fs_nq07_craftpotio_0300146e.pex
scripts\prkf__00e_craftquestpotionpe_0300146d.pex scripts\prkf__00e_craftquestpotionpe_0300146d.pex
scripts\pf_mq14_sc06_toriusstandstil_0003c597.pex scripts\pf_mq14_sc06_toriusstandstil_0003c597.pex
scripts\_00E_UpdateSpeedmult.pex scripts\_00E_UpdateSpeedmult.pex
scripts\_00E_AutolearnEffectsAlias.pex scripts\_00E_AutolearnEffectsAlias.pex
scripts\_00E_ArcaneArrowEffect.pex

View File

@ -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

View File

@ -50,13 +50,8 @@ Event OnPlayerBowShot(Weapon akWeapon, Ammo akAmmo, float afPower, bool abSunGaz
if PlayerREF.HasSpell(_00E_Affinity_AbArcaneArcher) if PlayerREF.HasSpell(_00E_Affinity_AbArcaneArcher)
Utility.Wait(0.03) Utility.Wait(0.03)
ObjectReference akTarget
if SKSE.GetVersion()
; Slightly improves precision
akTarget = Game.GetCurrentCrosshairRef()
endif
_00E_AltIshmartepElectroShotSound.Play(PlayerREF) _00E_AltIshmartepElectroShotSound.Play(PlayerREF)
_00E_Affinity_AbSpectralArrowSP.Cast(PlayerREF, akTarget) _00E_Affinity_AbSpectralArrowSP.Cast(PlayerREF)
EndIf EndIf
EndEvent EndEvent