View Single Post
  #18  
Unread 10-24-2007, 12:46 AM
darkdragonfae darkdragonfae is offline
A Young Mystail Rat
 
Join Date: Mar 2007
Server: Antonia Bayle
Posts: 7
Exclamation

I have been trying to get buttons 4 and 5 to work for some time now. This is what I have. I have tried it with and without " ...neither seems to work. I push the button and nothing happens. The tool tip I get when i hover over it in the game says "Parent.Parent.Parent.Parent.ProfitUI_QuickRaidButtons.B5.Tooltip"

This is how I have it set up: The other 3 buttons i have set up work fine, even with text macros.

<Data Name="Button4" Macro="useabilityonplayer Parent.Target &quot;Animist&apos;s Transference&quot;" Tooltip="Animist&apos;s Transference"/>
<Data Name="Button5" Macro="useabilityonplayer Parent.Target &quot;See Invisibility&quot;
gsay See Invisibility INC to Parent.Target" Tooltip="See Invisibility"/>

Please help if I'm doing something wrong!

EDIT:

I got it to work in my group window ( I had to use notepad++). using:
<Data Name="Button4" Macro="useabilityonplayer Parent.Target &quot;Animist&apos;s Transference&quot;" Tooltip="Animist&apos;s Transference"/>
<Data Name="Button5" Macro="useabilityonplayer Parent.Target See Invisibility" Tooltip="See Invisibility"/>

However, I still cannot get it tow ork in my raid window. Infact the hover buttons I get the tool tip shown above. but the buttons themsleves say 2 and 3 instead of 4 and 5.

Last edited by darkdragonfae : 10-24-2007 at 01:22 AM. Reason: Got it to work in group window
Reply With Quote