EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   Adding say and tell macros to the quickraid buttons (https://www.eq2interface.com/forums/showthread.php?t=10216)

slanganator 01-20-2008 02:18 PM

Adding say and tell macros to the quickraid buttons
 
I'm a dirge, and with profit UI i'm able to rez 10 times quicker w/ the little quick buttons in the raid window... but I NEED to be able to tell the raid that i'm rez'ing... so somehow i know i need to go into the code somewhere in a file and add something so i can say "/r Rezzing (target)" and "/say Rezzing (target)". This site says that u can do it, it just doesn't specify exactly how... anybody know how to go into the _ProfitUI_QuickRaidButtons file and adds some lines so i can tell people that i got the rez comin?

gm9 01-20-2008 02:47 PM

Find

<Data Name="Button1" Macro="useabilityonplayer Parent.Target &quot;Elegy at Death&apos;s Door&quot;" Tooltip="Elegy at Death&apos;s Door"/>


replace with

<Data Name="Button1" Macro="useabilityonplayer Parent.Target &quot;Elegy at Death&apos;s Door&quot;
raidsay Rezzing Parent.Target" Tooltip="Elegy at Death&apos;s Door"/>


and see how easy it is ;)

Aairies 01-23-2008 05:22 PM

JCap
 
How would you do the same thing for JCap....I'd like to tell the person that Jester's Cap is Incoming!!


Thanks,
Gemini
80 Troubador

Calain80 01-24-2008 06:21 AM

You would need to change
Code:

"useabilityonplayer Parent.Target &quot;Jester&apos;s 's Cap&quot;"
to
Code:

"useabilityonplayer Parent.Target &quot;Jester&apos;s 's Cap&quot;
tell Parent.Target You got a new cap"


hellspill 01-31-2008 07:42 AM

replaced current code with what you put...tell macro works but the jcap doesnt.
Do i need to replace
"useabilityonplayer Parent.Target &quot;Jester&apos;s 's Cap&quot;
tell Parent.Target You got a new cap" with something else?

Calain80 01-31-2008 08:07 AM

Oh I see there is an " 's" to much:

It should be:
Code:

"useabilityonplayer Parent.Target &quot;Jester&apos;s Cap&quot;
tell Parent.Target You got a new cap"

It is important, that you use two lines and that you start the second line at the very beginning.

hellspill 02-01-2008 01:30 AM

thnx much.... new one works great :nana:

Lozacks 02-05-2008 07:41 AM

awesome thanks, was trying to get a tell system going for Mana FLow, this work 's great


All times are GMT -5. The time now is 12:23 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI