Thread: Loot window
View Single Post
  #11  
Unread 05-30-2009, 05:05 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by pooka View Post
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.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote