View Single Post
  #41  
Unread 02-16-2016, 05:02 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 zed1001 View Post
In groups would you still get the Greed, Need, Decline?

And using the Transmute with no window to confirm would be kinda of dangerous on an accidental mute of something you do not want transmuted.
Profit defaults automatically to Greed if you hit Enter on an NBG roll. That's in an include, _ProfitUI_Settings_LootOptions.txt:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page Name="LootOptions">
	<Text Name="AutoDeclineLoot">false</Text>
	<Text Name="NBGGreedIsDefaultButton">true</Text>
</Page>
The Transmute window still gives you an accept screen, but my "Enter to Accept" mod simply allows you to hit "Enter" to say "yes, go ahead and transmute that", then when the results popup appears, allows you to hit "Enter" to close it.

My transmute button is on a numbered hotbar, so I hover the mouse over the item I want to accept, press "4", press "Enter" to okay proceeding with the transmute, then hit "Enter" again to accept the results of the transmute. It saves a lot of mouse movement.
Reply With Quote