EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   XML Modification Help & Info (https://www.eq2interface.com/forums/forumdisplay.php?f=22)
-   -   Target of Maintained Effect... (https://www.eq2interface.com/forums/showthread.php?t=12679)

barongarrett 04-04-2009 01:49 PM

Target of Maintained Effect...
 
Trying to modify some code and I wanted to know if it is possible and what the data is I need to use to make it show Target of a maintained Effect. Such as this:

Kajoa casts a ward on Calse.

How can I get it to show "Target: Calse"

Thank you in advance!

EQAditu 04-04-2009 02:08 PM

You could just make a text element like: (Add some Location/Size/Font attributes)
Code:

<Text Name="Icon00Target" DynamicData="/GameData.Maintained.Spell_1.Target" />
It would display the first maintained icon's target as LocalText. The dynamic data goes all the way up to 30.

For the Target: prefix, you're probably better off making another Text element with just that. It'd probably be a waste to concatenate a string through scripting.

barongarrett 04-04-2009 02:15 PM

Thank you Aditu.


All times are GMT -5. The time now is 07:45 PM.

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