Quote:
Originally Posted by Sparks
Search for 'Jester' in _ProfitUI_QuickRaidButtons.txt ( {eq2 install path}\UI\ProfitUI\_ProfitUI_QuickRaidButtons.txt )
Change it to something like:
Code:
<Data Name="Button1" Macro="SpellForMyLevel="Jester's Cap"
useabilityonplayer Parent.Target SpellForMyLevel
tell Parent.Target You have been JCapped." Tooltip="(65) Jester's Cap"/>
The new line is important, as is not using a leading '/'. You can throw as many things on there as you want as long as each is on a new line. So, if you wanted to coordinate in raid chat:
Code:
<Data Name="Button1" Macro="SpellForMyLevel="Jester's Cap"
useabilityonplayer Parent.Target SpellForMyLevel
tell Parent.Target You've been capped.
raidsay Jester's Cap on Parent.Target" Tooltip="(65) Jester's Cap"/>
|
For a moment you got my heart pounding there but tried several times and it didnt work. Updated profitUI aswell so it read the new script.
I even tried copying your exact text and it didnt work either.
Could be im not understanding what you mean by "as is
not using a leading '/'."
The only / i can see is at the end "Tooltip="(65) Jester's Cap"/>".