Thread: Loot window
View Single Post
  #2  
Unread 05-25-2009, 08:50 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default

To make them always pop in the same location change line 2 of eq2ui_inventory_loot.xml as below (bold is what to add). 100,100 is in the upper left corner. Bigger #s move it down and to the right. Save the altered file to your mods directory or it'll be overwritten when you patch.

<Page Activated="true" eq2opensound="ui_window_inventory_open" eq2usescomwndcontrols="true" Location="100,107" OnShow="Location=100,100"MaximumSize="1000,1000" MinimumSize="346,250" Name="Loot" ScrollExtent="346,250" Size="346,250" UserMovable="true" UserResizable="true" version="2.0.0">
Reply With Quote