View Single Post
  #131  
Unread 11-19-2008, 03:44 PM
ijoodunk ijoodunk is offline
A Coastal Crab
 
Join Date: Nov 2006
Server: Antonia Bayle
Posts: 1
Default making gravitas timeable

Hey, first post here, and i just wanna say that i really love the UI, it rocks and i have never had any problems with it.

The question i have is that i wanna be able to use the UI to time gravitas using ACT, is this even possible???

I have seen posts on eq2 flames about the subject, and iv tried to get something similar going but to no success. I am new to all the UI modding stuff and i really dont have a clue about any of it, which is probably why i have had no success. the code i use for my buttons at the moment is:

</Page>
<Page Name="Dirge">
<Data Name="Button1" Macro="useabilityonplayer Parent.Target &quot;Gravitas&quot;
tell Parent.Target You now have Improved Healing
gsay Improved Healing for Parent.Target" Tooltip="Gravitas"/>
<Data Name="Button2" Macro="useabilityonplayer Parent.Target &quot;Elegy at Death&apos;s Door&quot;
tell Parent.Target &quot;Inc Rez &quot;
raidsay Rezzing Parent.Target" Tooltip="Single Rez"/>
<Data Name="Button3" Macro="useabilityonplayer Parent.Target Elegy of Awakening
raidsay Group Rezzing Parent.Target &quot;&apos;s&quot; group
say Group Rezzing Parent.Target &quot;&apos;s&quot; group" Tooltip="Group"/>
<Data Name="Button4" Macro="useabilityonplayer Parent.Target Speech of Sacrifice" Tooltip="Heal"/>
<Data Name="Button5" Macro="tell Parent.Target Heart&apos;/&apos;Shard please" Tooltip="Heart/Shard request"/>

Im really not sure if this is possible, and i would really appreciate any help at all plz
Reply With Quote