Skip to content

Commit

Permalink
Fix Alarak's timer being hidden by the message box in Templar's Return
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Feb 7, 2024
1 parent 68f52c7 commit 230d0ca
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ bool gt_ArchInit_Func (bool testConds, bool runActions) {
TriggerExecute(gt_Init02Players, true, false);
TriggerExecute(gt_Init03Units, true, false);
lib5BD4895D_gf_AP_Core_MapConfig_setPlayerFaction(gv_pLAYER_01_USER, lib5BD4895D_gv_aP_Core_Faction_DAELAAM);
lib5BD4895D_gf_AP_Core_MapConfig_setChatboxPosition(c_anchorTopRight, 500, 350, 0, 170);
libABFE498B_gf_AP_Triggers_MapConfig_setMissionProtoss(libABFE498B_gv_aP_Triggers_MapConfig_MISSION_LOTV_PROTOSS);
libABFE498B_gf_AP_Triggers_MapConfig_setMissionBuild(false);
lib5BD4895D_gf_AP_Core_MapConfig_setMapInit(gt_Initialization);
Expand Down
33 changes: 33 additions & 0 deletions Maps/ArchipelagoCampaign/LotV/ap_templar_s_return.SC2Map/Triggers
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@
<Action Type="FunctionCall" Id="79E59B00"/>
<Action Type="FunctionCall" Id="D7DC9807"/>
<Action Type="FunctionCall" Id="F031FB86"/>
<Action Type="FunctionCall" Id="4380B2C2"/>
<Action Type="FunctionCall" Id="20F6DBB9"/>
<Action Type="FunctionCall" Id="10DE01E3"/>
<Action Type="FunctionCall" Id="C456AF77"/>
Expand Down Expand Up @@ -662,6 +663,38 @@
<ParameterDef Type="ParamDef" Library="5BD4895D" Id="68A06A53"/>
<Variable Type="Variable" Id="9A633857"/>
</Element>
<Element Type="FunctionCall" Id="4380B2C2">
<FunctionDef Type="FunctionDef" Library="5BD4895D" Id="48B9EAD0"/>
<Parameter Type="Param" Id="A29B9325"/>
<Parameter Type="Param" Id="F5014182"/>
<Parameter Type="Param" Id="2D950886"/>
<Parameter Type="Param" Id="E1D4ABE4"/>
<Parameter Type="Param" Id="EFD82681"/>
</Element>
<Element Type="Param" Id="A29B9325">
<ParameterDef Type="ParamDef" Library="5BD4895D" Id="0D9D7C44"/>
<Preset Type="PresetValue" Library="Ntve" Id="A216FAB4"/>
</Element>
<Element Type="Param" Id="F5014182">
<ParameterDef Type="ParamDef" Library="5BD4895D" Id="AB3CC53D"/>
<Value>500</Value>
<ValueType Type="int"/>
</Element>
<Element Type="Param" Id="2D950886">
<ParameterDef Type="ParamDef" Library="5BD4895D" Id="BC1D771A"/>
<Value>350</Value>
<ValueType Type="int"/>
</Element>
<Element Type="Param" Id="E1D4ABE4">
<ParameterDef Type="ParamDef" Library="5BD4895D" Id="E61C71FD"/>
<Value>0</Value>
<ValueType Type="int"/>
</Element>
<Element Type="Param" Id="EFD82681">
<ParameterDef Type="ParamDef" Library="5BD4895D" Id="86396C8D"/>
<Value>170</Value>
<ValueType Type="int"/>
</Element>
<Element Type="FunctionCall" Id="20F6DBB9">
<FunctionDef Type="FunctionDef" Library="ABFE498B" Id="E809FD5E"/>
<Parameter Type="Param" Id="645D8284"/>
Expand Down
Binary file not shown.

0 comments on commit 230d0ca

Please sign in to comment.