View Single Post
  #2  
Unread 03-18-2005, 09:46 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

There currently is no way to simulate a double-click or right-click, and simply calling up the window with a merchant/banker/broker targeted does not initiate the required "transaction" to pull that NPC's info from the server and allow trading.

Assuming for a sec it were possible to start a transaction mouseless, it's doubtfull you could automatically switch to the next item listed on button press. There's an outside chance we can pull the selected item index number and add 1 to it on any button press.

Been meaning to play with this, but I don't think we can set tab stops for buttons to be activated on enter. Prety sure only 1 button can accept enter per window so there's no way to choose between Sell 1, Sell Quantity, and Sell Stack.

Bringing up the Quantity Selector has the same issue as opening a transaction... unless you click on an item, QS doesn't know what item it's interacting with.
Reply With Quote