Quote:
Originally Posted by pooka
Can you point me to a mod that currently incites a delay?
|
For example my target/implied target windows. However, for the loot window you only need a fake delay. Ronaku, replace line 2 of the loot window with this:
Code:
<Page Activated="true" eq2opensound="ui_window_inventory_open" eq2usescomwndcontrols="true" Location="100,107" OnShowEffector="Workaround" OnEffectFinished="Location=100,100" OnShow="Location=Workaround.TargetLocation=Location" MaximumSize="1000,1000" MinimumSize="346,250" Name="Loot" ScrollExtent="346,250" Size="346,250" UserMovable="true" UserResizable="true" version="2.0.0" >
<LocationEffector Name="Workaround" Speed="1,1" />
Edit the red part to change the location it relocates to.