View Single Post
  #4  
Unread 08-07-2009, 02:54 PM
Deirdre Deirdre is offline
A Crazed Gnoll
 
Join Date: May 2005
Server: Guk
Posts: 22
Default

Courtesy of a Timeless Guild Mate (i can take no credit)

This will add a gsay or raid say when you click the click-to-cure curse button.


ACTUAL CLICK CURE FROM DETRIMENTAL GRAPHIC:
In your UI folder should be a file called "_ProfitUI_Cures.txt". Open that up, and near the top you should see something that looks like this:

<Data Name="TraumaMacro" Code="" />
<Data Name="ArcaneMacro" Code="" />
<Data Name="NoxiousMacro" Code="" />
<Data Name="ElementalMacro" Code="" />
<Data Name="CurseMacro" Code="" />

The one we'll be editing is, obviously:

<Data Name="CurseMacro" Code="" />

In between the two sets of apostrophes after Code, you want to add the following (can make the actual macro say whatever you want - but keep in mind they do NOT like most forms of punctuation. Dashes,parenthesis, etc. following the Parent.Target may cause your text to not come out right.):



gsay Curing CURSE from Parent.Target !
raidsay Curing CURSE from Parent.Target !

So here's how my final macro looks, with me announcing via shout and group chat:

<Data Name="CurseMacro" Code="shout curing CURSE from Parent.Target !
gsay Curing CURSE from Parent.Target !" />

If you are putting both a gsay and raid or shout say be sure to add an "enter" between the two.

Now you're done, don't forget to save the file!

Last edited by Deirdre : 08-07-2009 at 02:57 PM.
Reply With Quote