Thread: Autogreed
View Single Post
  #2  
Unread 04-14-2009, 09:17 AM
keezyrick keezyrick is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2006
Server: Guk
Posts: 194
Default

Zonx gives instruction on how to set AutoLoot as default here. The process is similar for AutoGreed.


In the file eq2ui_mainhud_persona.xml find
Code:
GreedLoot="false"
and change to
Code:
GreedLoot="true"


To go a step further and show the box as checked, you would need to do the following. This is only necessary to show the box checked at startup, the commond above will set AutoGreed even if you don't do this.

Find the line below
Code:
<Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="171,24" MinimumSize="22,16" Name="AutoGreed"
add these two commonds, that will actually set the checkbox as checked:

Code:
Activated="true" Checked="true"
Make sure there is a space before and after the added code for proper separation of commands on the line.

As always, make a backup before attempting code changes.

Cheers.
__________________
GUK Server
<Legion of the White Rose>
Mezzes 90 Coercer
Reply With Quote