View Single Post
  #2  
Unread 02-20-2012, 11:27 PM
Garan's Avatar
Garan Garan is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Oct 2010
Posts: 341
Capturing the text is relatively trivial with the Chat object (see LoTRO Alerts for an example of how to use the Chat object) - you'd just have to set up a pattern to watch for on the Combat channel. For display purposes, you could use a simple Update event handler to slowly scroll and fade the text. The only problem would be where to display the text - we can't get the location of your target so the text would either have to appear at a predetermined location on screen or possibly at the mouse cursor but the cursor seems like a bad idea for those that use the mouse to select skills, etc.
Reply With Quote