View Single Post
  #24  
Unread 01-26-2009, 04:09 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Oh sorry. If anyone has any comments and suggestions on how to improve my mod or the code I'd definitely appreciate it.
It uses OnTextChanged to trigger show_window and to update the spell list so it only works on test right now.

Right now the spells that the code is tracking are Tyrannical Mind, Spell Lash, and Haruspex. You can add more or change the existing ones. I made that part easily modifiable.

I might add Target. What does everyone else think?

eq2ui_custom.spelltimer.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page eq2usescomwndcontrols="true" Location="248,321" MaximumSize="16384,16384" MinimumSize="100,31" Name="SpellTimer" PackLocation="center,bottom" ScrollExtent="210,31" Size="210,31" UserMovable="true" UserResizable="true">
<Composite AbsorbsInput="false" Location="1,1" Name="Composite" PackSize="a,a" ScrollExtent="208,29" Size="208,29" SpacingType="Fill">
<Page AbsorbsInput="false" Location="2,0" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame1" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_1.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_1.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_1.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_1.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_1.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="show_window Custom.SpellTimer&#xD;&#xA;OnTextChanged=TMP" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" TMP="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_1.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,29" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame2" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_2.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_2.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_2.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_2.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_2.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_2.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,0" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame3" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_3.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_3.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_3.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_3.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_3.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_3.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,0" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame4" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_4.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_4.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_4.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_4.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_4.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_4.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,0" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame5" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_5.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_5.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_5.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_5.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_5.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_5.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,137" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame6" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_6.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_6.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_6.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_6.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_6.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_6.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,164" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame7" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_7.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_7.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_7.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_7.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_7.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_7.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,191" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame8" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_8.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_8.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_8.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_8.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_8.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_8.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,218" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame9" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_9.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_9.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_9.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_9.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_9.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_9.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,245" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame10" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_10.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_10.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_10.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_10.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_10.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_10.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,272" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame11" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_11.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_11.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_11.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_11.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_11.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_11.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,299" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame12" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_12.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_12.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_12.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_12.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_12.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_12.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,326" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame13" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_13.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_13.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_13.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_13.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_13.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_13.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,353" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame14" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_14.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_14.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_14.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_14.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_14.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_14.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,380" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame15" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_15.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_15.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_15.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_15.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_15.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_15.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,407" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame16" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_16.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_16.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_16.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_16.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_16.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_16.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,434" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame17" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_17.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_17.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_17.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_17.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_17.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_17.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,461" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame18" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_18.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_18.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_18.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_18.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_18.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_18.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,488" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame19" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_19.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_19.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_19.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_19.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_19.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_19.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,515" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame20" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_20.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_20.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_20.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_20.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_20.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_20.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,542" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame21" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_21.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_21.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_21.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_21.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_21.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_21.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,569" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame22" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_22.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_22.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_22.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_22.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_22.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_22.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,596" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame23" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_23.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_23.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_23.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_23.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_23.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_23.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,623" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame24" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_24.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_24.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_24.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_24.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_24.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_24.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,650" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame25" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_25.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_25.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_25.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_25.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_25.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_25.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,677" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame26" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_26.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_26.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_26.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_26.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_26.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_26.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,704" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame27" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_27.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_27.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_27.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_27.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_27.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_27.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,731" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame28" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_28.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_28.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_28.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_28.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_28.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_28.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,758" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame29" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_29.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_29.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_29.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_29.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_29.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_29.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
<Page AbsorbsInput="false" Location="2,785" MaximumSize="16384,27" MinimumSize="95,27" Name="Frame30" OnHide="Amount.DynamicData=&apos;&apos;&#xD;&#xA;Icon.DynamicData=&apos;&apos;&#xD;&#xA;Time.DynamicData=&apos;&apos;&#xD;&#xA;Duration.DynamicData=&apos;&apos;" OnShow="Amount.DynamicData=&apos;/GameData.Maintained.Spell_30.AmountRemaining&apos;&#xD;&#xA;Icon.DynamicData=&apos;/GameData.Maintained.Spell_30.Icon&apos;&#xD;&#xA;Time.DynamicData=&apos;/GameData.Maintained.Spell_30.Duration&apos;&#xD;&#xA;Duration.DynamicData=&apos;/GameData.Maintained.Spell_30.Duration&apos;" PackSize="a,f" ScrollExtent="205,27" Size="205,27" Visible="false">
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="-2,16" Name="Amount" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#DA9129" />
<Icon AbsorbsInput="false" ActionData="maintained_spell" BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="0,2" MouseOverColor="#FFFF00" Name="Icon" PackLocation="Left,Top" ScrollExtent="25,25" Size="25,25" Visible="false" />
<Text AbsorbsInput="false" DynamicData="/GameData.Maintained.Spell_30.Name" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,1" MaxLines="1" Name="BuffName" OnTextChanged="1a=(Text == &apos;Tyrannical Mind&apos;)&#xD;&#xA;2b=(Text == &apos;Spell Lash&apos;)&#xD;&#xA;3c=(Text == &apos;Haruspex&apos;)&#xD;&#xA;COND=1a || 2b || 3c&#xD;&#xA;z=COND ? true : false&#xD;&#xA;Parent.DynamicData=COND ? &apos;/GameData.Maintained.Spell_30.Icon&apos; : &apos;&apos;&#xD;&#xA;Parent.Visible=COND" PackLocation="Left,Top" PackSize="a,f" ScrollExtent="175,14" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="175,14" TextColor="#98ACC2" />
<Text AbsorbsInput="false" Font="/ProfitUI_Styles.Fonts.FontArial12T" Location="175,14" Name="Time" PackLocation="FFF" ScrollExtent="30,12" ShadowStyle="/ShadowStyles.BlackOutlineNoShadow.Outline1" Size="30,12" TextAlignment="Center" TextColor="#D5D5D5" />
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF00" Location="28,13" Name="Duration" PackLocation="left,top" PackSize="a,f" Progress="1.000" ScrollExtent="148,13" Size="148,13" Style="/SpecialElements.SkillProgressBar.data.style" />
<Page BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" Location="27,10" Name="BarBkg" Opacity="0.150" PackLocation="left,top" PackSize="a,f" RStyleDefault="/SpecialElements.SkillProgressBar.data.progress.rect" ScrollExtent="151,14" Size="151,14" />
</Page>
</Composite>
<Page AbsorbsInput="false" Name="WindowFrame" PackSize="a,a" ScrollExtent="210,31" Size="210,31">
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="-1,-2" Name="Frame" PackLocation="left,top" PackSize="a,a" RStyleDefault="/WindowElements.DesktopWindowFrame.data.frame.rect" ScrollExtent="212,34" Size="212,34" />
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="-1,-2" Name="Bkg" PackLocation="left,top" PackSize="a,a" RStyleDefault="/WindowElements.DesktopWindowFrame.data.bkg.rect" ScrollExtent="215,36" Size="215,36" />
</Page>
</Page>
__________________
May Jesus Have Mercy On Us

Last edited by dragowulf : 01-26-2009 at 04:19 PM.
Reply With Quote