EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   New Code Question... (https://www.eq2interface.com/forums/showthread.php?t=14068)

Soothing 04-06-2010 11:19 PM

New Code Question...
 
what am i doing wrong...

<Data Name="Button2" Macro="useabilityonplayer Parent.Target Time Warp"
tell Parent.Target '>>> Time Warp <<< 5 seconds till active'" Tooltip="(AA) Time Warp"/>

that line breaks the whole UI whenever i add a tell to the button.

<Data Name="Button2" Macro="useabilityonplayer Parent.Target Time Warp" Tooltip="(AA) Time Warp"/>

when its like this it works absolutely fine though. what am I missing on the tell part.

P.S. I know im a pain in the butt but I do appreciate the help Just trying to learn a little and set things up the way I like em.

lordebon 04-06-2010 11:34 PM

Quote:

Originally Posted by Soothing (Post 89755)
what am i doing wrong...

<Data Name="Button2" Macro="useabilityonplayer Parent.Target Time Warp"
tell
Parent.Target '>>> Time Warp <<< 5 seconds till active'" Tooltip="(AA) Time Warp"/>

Emphasis mine. That " after warp is breaking your code -- you're ending the variable called Macro, and then all that business with tell >>> etc. is not in the macro but instead inside the XML. Which breaks it.

Take out that " after Warp and it should work.

Soothing 04-07-2010 01:17 AM

that worked perfect thanks so much for the help.

one more thing you or someone can pop in and say on this.

for a raid chat command its rsay right?

lordebon 04-07-2010 06:58 PM

Quote:

Originally Posted by Soothing (Post 89758)
that worked perfect thanks so much for the help.

one more thing you or someone can pop in and say on this.

for a raid chat command its rsay right?

Glad to help. The full command for raid chat is raidsay. There's a couple shortened versions, but rsay isn't one. ra is the one I usually use when typing in-game, but raidsay would probably work just as well since it is the full command name. (Other versions that work include r and raid).


All times are GMT -5. The time now is 04:54 AM.

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