View Single Post
  #52  
Unread 08-30-2007, 02:41 PM
thestatefish thestatefish is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 6
Default

Quote:
Originally Posted by gm9 View Post
Just make a new line for each command, e.g.

<Data Name="Button1" Macro="useabilityonplayer Parent.Target Elegy at Death&apos;s Door
ponder Parent.Target
say REZZING Parent.Target
tell Parent.Target You have been granted new life, don&apos;t throw it away again." Tooltip="Single Rez"/>
So I got my buttons to work, but can't get the chat and emotes to fire...

This worked for me:

<Data Name="Button1" Macro="useabilityonplayer Parent.Target Cure Arcane"
Tooltip="Cure Arcane"/>
<Data Name="Button2" Macro="useabilityonplayer Parent.Target Bestow Energy"
Tooltip="Power Feed"/>
<Data Name="Button3" Macro="useabilityonplayer Parent.Target Boon of the Damned
Useabilityonplayer Parent.Target Nihilistics"
Tooltip="Trial Buff"/>


This is what I want, but somthing is wrong with it and I can't figure out what:

<Data Name="Button1" Macro="useabilityonplayer Parent.Target Cure Arcane
wave Parent.Target
groupsay Arcane Cure to Parent.Target” Tooltip="Cure Arcane"/>
<Data Name="Button2" Macro="useabilityonplayer Parent.Target Bestow Energy
train Parent.Target
raidsay Power Feed to Parent.Target
tell Parent.Target This round&apos;s on me."
Tooltip="Power Feed"/>
<Data Name="Button3" Macro="useabilityonplayer Parent.Target Boon of the Damned
Useabilityonplayer Parent.Target Nihilistics”
Tooltip="Trial Buff"/>

this didnt work either

<Data Name="Button1" Macro="useabilityonplayer Parent.Target Cure Arcane
wave Parent.Target
groupsay Arcane Cure to Parent.Target”
Tooltip="Cure Arcane"/>
<Data Name="Button2" Macro="useabilityonplayer Parent.Target Bestow Energy
train Parent.Target
raidsay Power Feed to Parent.Target
tell Parent.Target &quot;This round&apos;s on me. &quot;"
Tooltip="Power Feed"/>
<Data Name="Button3" Macro="useabilityonplayer Parent.Target Boon of the Damned
Useabilityonplayer Parent.Target Nihilistics”
Tooltip="Trial Buff"/>


Anyone see what I'm missing?

Last edited by thestatefish : 08-30-2007 at 02:53 PM.
Reply With Quote