EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   XML Modification Help & Info (https://www.eq2interface.com/forums/forumdisplay.php?f=22)
-   -   track UI, can it trigger an event or command (https://www.eq2interface.com/forums/showthread.php?t=6034)

qwertyuiopp 04-19-2006 12:41 AM

track UI, can it trigger an event or command
 
I would like on my track window to have a regular game command activate if I click on a charactor's name. Basically if I click on a player, I would like to automatically do a /who <playername>

Is this possible? I downloaded the UI builder and a copy of my favorite track mod, but can't seem to find how I would implement this.

Thanks.

sbenjamin 09-06-2007 10:28 AM

bump
 
I would like to know how to do this as well...

lordebon 09-06-2007 10:38 AM

Not possible at this time, from what I've seen.

The names in the track window are encoded with color information, and so we can do a /who for the name with the color information, but quite clearly thats not going to return any results.

sbenjamin 09-06-2007 01:15 PM

But its XML there must be a way to parse the tag via regular expression....

I will play with it I guess...

lordebon 09-06-2007 03:08 PM

Yes its XML, but you're limited by what SOE allows you to do, unfortunately.

Othesus 09-06-2007 03:11 PM

Here's a little reading material:
http://www.eq2interface.com/forums/s...ead.php?t=5920
http://www.eq2interface.com/forums/s...ead.php?t=5985
http://www.eq2interface.com/forums/s...ead.php?t=6211
http://www.eq2interface.com/forums/s...ead.php?t=6691
http://www.eq2interface.com/forums/s...ead.php?t=6922
http://www.eq2interface.com/forums/s...ead.php?t=6923
http://www.eq2interface.com/forums/s...ead.php?t=7602
http://www.eq2interface.com/forums/s...ead.php?t=8350

Share and enjoy!

prosty37 09-06-2007 08:55 PM

Color is stored in the first 5-6 characters of the line right? What about taking the string, but deleting the color characters off the string before you put it into the drop down menu?

Talyns 09-06-2007 10:01 PM

Quote:

Originally Posted by prosty37 (Post 62261)
Color is stored in the first 5-6 characters of the line right? What about taking the string, but deleting the color characters off the string before you put it into the drop down menu?

There is no way to get a substring from a string. That's the whole problem.

The functionality of the UI Scripting language is very rudimentary.

Landiin 09-06-2007 10:36 PM

Quote:

Originally Posted by prosty37 (Post 62261)
Color is stored in the first 5-6 characters of the line right? What about taking the string, but deleting the color characters off the string before you put it into the drop down menu?

Did you not read ANY of the links Othesus provided for reference?


All times are GMT -5. The time now is 11:51 PM.

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