EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Bugs (https://www.eq2interface.com/forums/forumdisplay.php?f=9)
-   -   DarqUI Icon Bar Alias macro (https://www.eq2interface.com/forums/showthread.php?t=20184)

JamesC 08-31-2024 08:22 PM

DarqUI Icon Bar Alias macro
 
It says that I can place macros to work from this window and it acts like another hotbar. I tried putting an Alias macro into it to be able to quickly select the target of my single target buff spells and it wouldn't work for alias macros. Here is an example of a macro I was trying to place in that window...

/Alias DoF:Useabilityonplayer %T Demonstration of Faith

Is there something wrong with the above macro or something else I need to do? Because when I put that on my regular hotbar I can select who I want Demonstration of Faith to go on and click that, then I have a second macro that is simply

/DoF

It will cast Demonstration of Faith on the chosen character every time without switching targets.

So, it's very handy when you are always in different groups to do this with your single target group buffs, and you don't want to constantly change the target name. It works on the regular hotbar but not on the icon bar.

Darqwood 08-31-2024 10:29 PM

Just a couple of things: The colon needs single-quotes around it since it's not a straight alphanumeric character, and %T needs to be changed to TNAME for the custom window. In the case of the colon, it's a better idea to enclose DoF:Useabilityonplayer in single-quotes since there is whitespace before and after. Also, no need to use the leading forward slash with the Icon Bar. So it would look like:

Code:

Alias 'DoF:Useabilityonplayer' TNAME Demonstration of Faith
Try that and it should work. I used it with Devious Evasion on my SK and it works fine.


.

JamesC 08-31-2024 10:33 PM

Quote:

Originally Posted by Darqwood (Post 111772)
Just a couple of things: The colon needs single-quotes around it since it's not a straight alphanumeric character, and %T needs to be changed to TNAME for the custom window. In the case of the colon, it's a better idea to enclose DoF:Useabilityonplayer in single-quotes since there is whitespace before and after. Also, no need to use the leading forward slash with the Icon Bar. So it would look like:

Code:

Alias 'DoF:Useabilityonplayer' TNAME Demonstration of Faith
Try that and it should work. I used it with Devious Evasion on my SK and it works fine.


.

thanks, I'll try that :) Yup that worked thank you :-)


All times are GMT -5. The time now is 03:55 AM.

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