View Single Post
  #12  
Unread 02-16-2016, 04:50 PM
Sigrdrifa Sigrdrifa is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jan 2006
Server: Crushbone
Posts: 153
Default

Quote:
Originally Posted by Faelen View Post
Sigrdrifa, how does the accept on enter work for NBG rolls? if at all?
The only place I find "Greed" is in eq2ui_inventory_loot.xml, which I did not change.

My base UI is Profit, which has an include file, _ProfitUI_Settings_LootOptions.txt, which makes "Greed" the default if you hit "Enter" (I didn't track down which file calls the include):

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page Name="LootOptions">
	<Text Name="AutoDeclineLoot">false</Text>
	<Text Name="NBGGreedIsDefaultButton">true</Text>
</Page>
Reply With Quote