View Single Post
  #5  
Unread 06-14-2008, 06:17 PM
Trump Trump is offline
A Brown Bear
 
Join Date: Oct 2005
Server: Antonia Bayle
Posts: 8
Default

Quote:
Originally Posted by gm9 View Post
If "everything is broken" = Default UI loads up then you made a mistake editing the file. If you post it we can have a look.
Thanks for the reply gm9, and like I stated I followed the steps u posted in your faq's section including downloading notepad++ but the section of code i wanted to change was the Brigand section as follows, macro 4 and 5 are aa abilities fyi. I also attached the full file. so if i did screw something up pls point it out to me. thanks again

Code:
	<Page Name="Brigand">
		<Data Name="Button1" Macro="SpellForMyLevel='Appeal for Mercy'
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 68)
SpellForMyLevel=COND ? 'Beseech for Mercy' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 54)
SpellForMyLevel=COND ? 'Plead for Mercy' : SpellForMyLevel
COND=(Parent.Parent.Parent.Parent.Custom.ProfitUI_QuickRaidButtons.ActualLevel.Text < 40)
SpellForMyLevel=COND ? 'Beg for Mercy' : SpellForMyLevel
useabilityonplayer Parent.Target SpellForMyLevel" Tooltip="Mercy"
tell Parent.Target "You now have my Mercy, may you live another day"/>
		<Data Name="Button2" Macro="assist Parent.Target" Tooltip="Assist target"/>
		<Data Name="Button3" Macro="tell Parent.Target Heart&apos;/&apos;Shard please" Tooltip="Heart/Shard request"/>
		<Data Name="Button4" Macro="useabilityonplayer Parent.Target Honor Among Thieves" Tooltip="Honor"/>
		<Data Name="Button5" Macro="useabilityonplayer Parent.Target Safehouse" Tooltip="Safhouse"/>
	</Page>
Attached Files
File Type: txt _ProfitUI_QuickRaidButtons.txt (53.2 KB, 256 views)
Reply With Quote