View Single Post
  #7  
Unread 03-02-2010, 08:50 AM
scynx scynx is offline
A Young Mystail Rat
 
Join Date: Jan 2006
Server: Antonia Bayle
Posts: 7
Default

Thats a complete code piece of frame 1. There's something confusing about it however. After resizing the icons and the gap between them, the name of the spell and target_self have moved accordingly to the icons, the only thing that is missing are the duration of short time spells (i.e. dot and hots) and the name of the target if it's an enemy.
Do i need to alter the bold locations?

Code:
<Page Name="Frame1" Size="250,21">
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_1.AmountRemaining" Font="/ProfitUI_Styles.Fonts.FontArial14T" Location="161,18" Name="AmountRemaining" 

ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="50,15"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_1.Duration" Font="/ProfitUI_Styles.Fonts.FontArial14T" Location="32,18" Margin="1,0,0,0" Name="Time" 

ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="120,15"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_1.Target" Font="/ProfitUI_Styles.Fonts.FontArial14T" Location="32,8" Margin="1,0,0,0" Name="Target" 

ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="218,15"/>
<Checkbox BackgroundColor="#FF0000" Location="32,-2" Name="_Catalyst_CancelSpell" OnHoverIn="BackgroundOpacity=0.3" OnHoverOut="BackgroundOpacity=0" OnPress="cancel_maintained Parent.Name.Text" Size="218,15" 

Style="/ProfitUI_Styles.ButtonStyles.checkbox_textonly" Tooltip="Cancel this maintained spell" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_1.Name" Font="/ProfitUI_Styles.Fonts.FontArial14T" Location="32,-2" Margin="1,0,0,0" Name="Name" 

ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="218,15" Text="SpellName" TextColor="#98ACC2" />
<Icon ActionData="maintained_spell" BackgroundTint="#000000" DynamicData="/GameData.Maintained.Spell_1.Icon" IconStyle="/IconStyles.effect" MouseOverColor="#FFFF00" Name="Icon" PackLocation="NFN,NFN" 

PackLocationProp="0000/0001,0000/0001" Size="19,19" Visible="false"/>
</Page>
Reply With Quote