Thread: new plugin
View Single Post
  #2  
Unread 05-14-2017, 07:03 AM
Garan's Avatar
Garan Garan is online now
The Undying
Interface Author - Click to view interfaces
 
Join Date: Oct 2010
Posts: 340
Quote:
Originally Posted by icecrown54
Hi, I ask to help me find plugin, which will be when you click on a button, instantly put on me those things that were previously binded this button. This is much more convenient than clicking on every item I rendered to the panel. I can give you An example plugin on this video:
https://youtu.be/qDVF3dPwXbE
This is not possible with the Lua API in LotRO. Plugins can only equip items one at a time in response to a separate mouse click for each item. SequenceBars minimizes this by changing the item in the quickslot allowing the user to repeatedly click the same spot but you still have to click for each item.
Reply With Quote