View Single Post
  #5  
Unread 05-09-2012, 05:34 PM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

Quote:
Originally Posted by kamzak View Post
what i am doing is trying add a tell line to the player that i click on in the group window with my quick button option.

the UI is extreme UI.. on the group window he has five buttons .. quick buttons to setup spells and abilites with out targeting the players. so i am trying to add a quick button that has a tell sent with it with the ability.
Since you're already using a window that has those buttons setup I would simply edit the file. Heres an example from Profit

<Data Name="Button5" Macro="useabilityonplayer Parent.Target Confront Fear
raidsay Curing Effects from &lt;&lt;&lt; Parent.Target &gt;&gt;&gt;
tell Parent.Target &lt;&lt;&lt; Removing Fear and Rez Sickness &gt;&gt;&gt;" Tooltip="Confront Fear"/>

Since I don't know which file he did his buttons from I can't help further than that but I will say you're taking a single window from a complete UI that I believe used an in game configuration window to setup those spells. So you're app to be missing part of it.
Reply With Quote