Recompiled a few scripts
This commit is contained in:
parent
cd19b1547a
commit
c085ddc9ca
scripts
PF_MQ14_SC06_ToriusStandStil_0003C597.pexTIF__00137F38.pex_00e_bergpasszauberbuchskelettspawn.pex_00e_classmenuitemhandleraliasscript.pex_00e_fs_affinity_ghostblade_onattack.pex_00e_fs_fortifysummonssc.pex_00e_fs_heavysaddlesc.pex_00e_fs_nq05_garlicscript.pex_00e_fs_nq05_monarchscript.pex_00e_fs_nq05_skeeverscript.pex_00e_fs_nq05_vynrootscript.pex_00e_fs_nqr05_weathertriggersc.pex_00e_game_talentcontrolsc.pex_00e_modifyweathercomplexsc.pex_00e_movetoeditorlocationonload.pex_00e_mq01_functions.pex_00e_mq01_trapdweballistadam.pex_00e_mq14_functions.pex_00e_mq15_functions.pex_00e_mq16_functions.pex_00e_mqp01_carbossc.pex_00e_mqp02_functions.pex_00e_mqp03_functions.pex_00e_nq15functions.pex_00e_nq_bounty01_targetscript.pexdunkarthspireplatepuzzlescript.pexfrostslowfix.pexfs_nqr05_bossfightabnormalitysc.pexqf_nq09_000ce8f0.pexsf_mq14_sc07_planning_0014342f.pexski_configbase.pexski_configmanager.pexski_configmenu.pexski_favoritesmanager.pexski_main.pextif__00074ab8.pextif__0007b861.pextif__000c3fe0.pextif__01025241.pextif__0102524d.pextif__0102a502.pex
source/scripts
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,7 +2,7 @@ Scriptname _00E_FS_HeavySaddleSC extends ObjectReference
|
|||||||
|
|
||||||
Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)
|
Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldContainer)
|
||||||
|
|
||||||
if akNewContainer == Game.GetPlayer()
|
if akNewContainer == Game.GetForm(0x14)
|
||||||
|
|
||||||
if PlayerHorse.GetActorBase().GetOutfit() != _00E_FS_HeavySaddleOutfit
|
if PlayerHorse.GetActorBase().GetOutfit() != _00E_FS_HeavySaddleOutfit
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ Event OnContainerChanged(ObjectReference akNewContainer, ObjectReference akOldCo
|
|||||||
|
|
||||||
PlayerHorse.SetActorValue("speedMult", PlayerHorse.GetAV("speedMult")*1.20)
|
PlayerHorse.SetActorValue("speedMult", PlayerHorse.GetAV("speedMult")*1.20)
|
||||||
|
|
||||||
Game.GetPlayer().RemoveItem(_00E_FS_HeavySaddleItem, 1)
|
akNewContainer.RemoveItem(_00E_FS_HeavySaddleItem, 1)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user