View Single Post
  #1  
Unread 11-22-2004, 10:24 PM
taco-man's Avatar
taco-man taco-man is offline
EQ2MAP Updater Author
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 1,349
Default ui editing: target info?

how does it display the info for something when you target it? ie group, solo lvl 15 scout, ect.

i was looking at the code for the target window and i understand how the name of the target works but i am totally stumped as to how the info part of it works, any help would be appreciated.

this is the line i am using to attempt to display the target info a modified player window, i managed to get the taget name and bar and hp% to work, the target info is just what has me totally stumped. thanks in advance if someone can help.
Code:
<Text AbsorbsInput="false" actiontype="Target" Font="/Fonts.FontZapf15" LocalText="Group" Location="387,3" Name="Info" PackLocation="top,left" PackLocationProp="0387/0001,0003/0001" ScrollExtent="79,15" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="79,15" TextAlignment="Center" TextAlignmentVertical="Bottom" TextColor="#00FF40">Group</Text>
Reply With Quote