﻿<?xml version="1.0" encoding="utf-8"?>
<Page BackgroundColor="#00FF00" eq2usescomwndcontrols="true" Location="608,709" MaximumSize="1600,60" MinimumSize="200,60" Name="Experience" PackLocation="center,bottom" PackLocationProp="0096/0001,-059/0001" ScrollExtent="227,60" Size="227,60" UserMovable="true" UserResizable="true">
<Button Achieve="true" Advent="false" BackgroundOpacity="0.000" Location="8,20" Name="Toggle" OnPress="Advent=Parent.AdventureXP2.Visible
Trade=Parent.TradeskillXP2.Visible
Achieve=Parent.AchievementXP2.Visible

Parent.AdventureXP2.Visible=false
Parent.TradeskillXP2.Visible=false
Parent.AchievementXP2.Visible=false

Parent.AdventureXP2.Visible=Achieve
Parent.TradeskillXP2.Visible=Advent
Parent.AchievementXP2.Visible=Trade
" PackLocation="left" PackLocationProp="0008/0001,xxxx/xxxx" ScrollExtent="22,20" Size="22,20" Trade="false"></Button>
<Page DynamicData="/GameData.Target.Window" DynamicDataFilter="0001" Name="Targeting" OnShow="Parent.AdventureXP.ExpStart=Parent.AdventureXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Rounder.Val=Parent.AdventureXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Rounder.Activated=true
Parent.AdventureXP.ExpStartTenths=Parent.Rounder.Val
Parent.AdventureXP.ExpStartTotal=Parent.AdventureXP.ExpStart+Parent.AdventureXP.ExpStartTenths

Parent.TradeskillXP.ExpStart=Parent.TradeskillXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Rounder.Val=Parent.TradeskillXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Rounder.Activated=true
Parent.TradeskillXP.ExpStartTenths=Parent.Rounder.Val
Parent.TradeskillXP.ExpStartTotal=Parent.TradeSkillXP.ExpStart+Parent.TradeskillXP.ExpStartTenths

Parent.AchievementXP.ExpStart=Parent.AchievementXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Rounder.Val=Parent.AchievementXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Rounder.Activated=true
Parent.AchievementXP.ExpStartTenths=Parent.Rounder.Val
Parent.AchievementXP.ExpStartTotal=Parent.AchievementXP.ExpStart+Parent.AchievementXP.ExpStartTenths

Visible=false
" Visible="false"/>
<Page AbsorbsInput="false" Activate="true" Name="Rounder" OnActivate="Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Parent.Rounder.Round.Activated = (Val &apos;&gt;=&apos; 1)
Activated=false
" Val="0.000" Visible="false">
<Page Name="Round" OnActivate="temp = Parent.Val
ret = temp - 1
parent.Val = ret 
Activated = false" ret="0.500" temp="1.500"/>
</Page>
<Page AbsorbsInput="false" Location="-1,6" Name="AdvenExpStats" PackLocation="cfc,fixed" PackLocationProp="-004/0001,xxxx/xxxx" ScrollExtent="221,18" Size="221,18">
<Button Achieve="true" Advent="false" BackgroundOpacity="0.000" Location="87,0" Name="Reset" OnPress="Parent.Parent.AdventureXP.Reset.Activated=true" PackLocation="left" PackLocationProp="0087/0001,xxxx/xxxx" ScrollExtent="43,20" Size="43,20" Trade="false"></Button>
<Text Font="/TextStyles.Normal.NormalStyle" LocalText="0.000" Location="158,3" Name="Current" ScrollExtent="45,17" Size="45,17"></Text>
<Text Font="/TextStyles.Normal.NormalStyle" LocalText="0.000" Location="69,3" Name="SessionGain" ScrollExtent="80,17" Size="80,17" TextAlignment="Center"></Text>
<Text Font="/TextStyles.Normal.NormalStyle" LocalText="0.000" Location="23,3" Name="Gain" ScrollExtent="47,17" Size="47,17" TextAlignment="Center"></Text>
</Page>
<Page AbsorbsInput="false" ExpEnd="0.000" ExpEndTenths="0.000" ExpEndTotal="0.000" ExpGain="0.000" ExpGain1="0.000" ExpGain2="100.000" ExpStart="0.000" ExpStartTenths="0.000" ExpStartTotal="0.000" Name="AdventureXP" OnShow="Parent.AdventureXP.Calc.Activated=true
Parent.TradeskillXP.Calc.Activated=true
Parent.AchievementXP.Calc.Activated=true
Visible=false" SessionGain="0.000" Temp="44.500" Visible="false">
<Page Cond="true" Name="Calc" OnActivate="Parent.ExpEnd=Parent.Parent.AdventureXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Parent.Rounder.Val=Parent.Parent.AdventureXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Parent.Rounder.Activated=true
Parent.Parent.AdventureXP.ExpEndTenths=Parent.Parent.Rounder.Val
Parent.ExpEndTotal=Parent.ExpEnd+Parent.ExpEndTenths

Parent.ExpGain1=Parent.ExpEndTotal-Parent.ExpStartTotal
Parent.ExpGain2=((Parent.ExpEndTotal+100) - Parent.ExpStartTotal)
Cond = Parent.ExpGain1 &lt; 0
Parent.ExpGain = Cond ? Parent.ExpGain2 : Parent.ExpGain1
Parent.Temp = Parent.SessionGain + Parent.ExpGain
Parent.SessionGain = Parent.Temp

Cond = (Parent.ExpGain == 0.000)
Parent.Temp = Cond ? Parent.Parent.AdvenExpStats.Gain.LocalText : Parent.ExpGain
Parent.Parent.AdvenExpStats.Gain.LocalText=Parent.Temp

Parent.Parent.AdvenExpStats.SessionGain.LocalText=Parent.SessionGain
Parent.Parent.AdvenExpStats.Current.LocalText=Parent.ExpEndTotal

Parent.ExpStart=Parent.Parent.AdventureXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Parent.Rounder.Val=Parent.Parent.AdventureXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Parent.Rounder.Activated=true
Parent.ExpStartTenths=Parent.Parent.Rounder.Val
Parent.ExpStartTotal=Parent.ExpStart+Parent.ExpStartTenths


Activated=false" Temp="0.000"/>
<Page Name="Reset" OnActivate="Parent.ExpEnd=Parent.Parent.AdventureXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Parent.Rounder.Val=Parent.Parent.AdventureXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Parent.Rounder.Activated=true
Parent.ExpEndTenths=Parent.Parent.Rounder.Val
Parent.ExpEndTotal=Parent.ExpEnd+Parent.ExpEndTenths
Parent.ExpStartTotal=Parent.ExpEndTotal

Parent.SessionGain=0.000
Parent.ExpGain=0.000
Parent.Parent.AdvenExpStats.Gain.LocalText=Parent.ExpGain
Parent.Parent.AdvenExpStats.SessionGain.LocalText=Parent.SessionGain
Parent.Parent.AdvenExpStats.Current.LocalText=Parent.ExpEndTotal
Activated=false
"/>
</Page>
<Page AbsorbsInput="false" Location="7,17" Name="AdventureXP2" OnHide="Parent.AdvenExpStats.Visible=false" OnShow="Parent.AdvenExpStats.Visible=true" PackLocation="cfc,cfc" PackLocationProp="0002/0001,0001/0001" PackSize="absolute,fixed" PackSizeProp="0010/0001,0002/0003" ScrollExtent="217,28" Size="217,28">
<Text AbsorbsInput="false" DynamicData="/GameData.Self.CombatExperienceDisabled" DynamicDataFilter="0001" Font="/TextStyles.Large.LargeStyle" LocalText="Combat Experience Disabled" Location="-6,3" Name="CombatExperienceDisabled" PackLocation="cfc,cfc" PackLocationProp="-004/0001,-001/0001" ScrollExtent="220,20" ShadowStyle="/ShadowStylesNew.OutlineDrop.style" Size="220,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#F0D080" UserMovable="true" UserResizable="true" Visible="false">Combat Experience Disabled</Text>
<Sliderbar AbsorbsInput="false" Algorithm="Linear" DynamicData="/GameData.Self.VitalityUpperMarker" Enabled="false" FloatLeftValue="3.000" FloatRightValue="1.000" FloatValue="1.000" Location="14,1" Name="UpperMarker" PackLocation="left,cfc" PackLocationProp="0014/0001,-007/0001" PackSize="absolute,fixed" PackSizeProp="0040/0001,0002/0003" ScrollExtent="177,13" Size="177,13" Style="/SpecialElements.AdventureXP.data.upper_sliderbar_style" textalignment="Right" UpperLimit="1000" Value="1000" Visible="false"/>
<Sliderbar AbsorbsInput="false" Algorithm="Linear" DynamicData="/GameData.Self.VitalityLowerMarker" Enabled="false" FloatLeftValue="3.000" FloatRightValue="1.000" FloatValue="1.000" Location="15,13" Name="LowerMarker" PackLocation="left,cfc" PackLocationProp="0015/0001,0004/0001" PackSize="absolute,fixed" PackSizeProp="0042/0001,0002/0003" ScrollExtent="175,10" Size="175,10" Style="/SpecialElements.AdventureXP.data.lower_sliderbar_style" textalignment="Right" UpperLimit="100" Value="100" Visible="false"/>
<Image AbsorbsInput="false" DynamicData="/GameData.Self.VitalityOverflowMarker" GetsInput="true" Location="202,8" Name="OverflowMarker" PackLocation="right,cfc" PackLocationProp="-015/0001,0000/0001" Rotation="0.750" ScrollExtent="17,12" Size="17,12" Style="/SpecialElements.AdventureXP.data.overflow_marker"/>
<Image DynamicData="/GameData.Self.Vitality" DynamicDataFilter="FFFE" GetsInput="true" Location="179,2" Name="Gem" PackLocation="right,cfc" PackLocationProp="-038/0001,0001/0001" ScrollExtent="26,26" Size="26,26" Style="/SpecialElements.AdventureXP.data.gem"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Self.EffectiveLevel" Font="/TextStyles.Normal.NormalStyle" LocalText="50" Location="2,2" Margin="0,0,5,0" MaxLines="1" Name="Level" PackLocation="left,cfc" PackLocationProp="0002/0001,-002/0001" ScrollExtent="24,20" Size="24,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#EBDEAA" TruncateElipsis="false">50</Text>
<Image AbsorbsInput="false" GetsInput="true" Location="-1,2" Name="LevelBkg" PackLocation="left,cfc" PackLocationProp="-001/0001,0001/0001" ScrollExtent="28,26" Size="28,26" Style="/SpecialElements.AdventureXP.data.level_bkg"/>
<Page BackgroundColor="#00FF00" eq2usescomwndcontrols="true" Location="19,4" Name="ExperienceBar" PackLocation="left,cfc" PackLocationProp="0019/0001,-001/0001" PackSize="absolute,absolute" PackSizeProp="0047/0001,0010/0001" ScrollExtent="170,18" Size="170,18">
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Enabled="false" GetsInput="false" Location="0,2" Name="Frame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0001/0001" RStyleDefault="/FrameStyles.ThinBevelled.rect" ScrollExtent="170,17" Size="170,17"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="153,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0171/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="136,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0152/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="119,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0133/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="102,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0114/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="85,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0095/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="68,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0076/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="51,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0057/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="34,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0038/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="17,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0019/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="0.075" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="0,9" MinimumSize="0,1" Name="HTop" Opacity="0.500" PackLocation="left,cfc" PackLocationProp="0000/0001,0000/0001" PackSize="absolute.fixed" ScrollExtent="181,1" Size="181,1"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="0,10" MinimumSize="0,1" Name="HCenter" PackLocation="left,cfc" PackLocationProp="0000/0001,0001/0001" PackSize="absolute,fixed" PackSizeProp="0000/0001,0002/0003" ScrollExtent="170,1" Size="170,1"/>
<Page AbsorbsInput="false" BackgroundOpacity="0.075" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="0,11" MinimumSize="0,1" Name="HBottom" OnShowEffector="0.5" PackLocation="left,cfc" PackLocationProp="0000/0001,0002/0001" PackSize="absolute,fixed" PackSizeProp="0000/0001,0002/0003" ScrollExtent="170,1" Size="170,1"/>
<Progressbar BackgroundColor="#000000" Color="#D39614" DynamicData="/GameData.Self.ExperienceCurrent" Location="0,6" Name="ExpCurrent" PackLocation="left,top" PackLocationProp="0000/0001,0006/0001" PackSize="absolute,proportional" PackSizeProp="0000/0001,0005/0018" ScrollExtent="170,5" Size="170,5" Style="/SpecialElements.AdventureXP.data.progressbar.style"/>
<Progressbar BackgroundColor="#000000" Color="#C53A4B" DynamicData="/GameData.Self.ExperienceDebtCurrent" Location="0,6" Name="ExpDebtCurrent" PackLocation="left,top" PackLocationProp="0000/0001,0006/0001" PackSize="absolute,proportional" PackSizeProp="0000/0001,0005/0018" ScrollExtent="170,5" Size="170,5" Style="/SpecialElements.AdventureXP.data.progressbar.style"/>
<Progressbar BackgroundColor="#000000" Color="#4BB3FE" DynamicData="/GameData.Self.ExperienceBubble" Location="0,10" Name="ExpToNextBubble" PackLocation="left,npn" PackLocationProp="0000/0001,0010/0018" PackSize="absolute,proportional" PackSizeProp="0000/0001,0005/0018" ScrollExtent="170,5" Size="170,5" Style="/SpecialElements.AdventureXP.data.progressbar.style"/>
<Page BackgroundColor="#7C4821" BackgroundOpacity="1.000" Location="3,4" Name="ExpBkg" PackSize="absolute,absolute" PackSizeProp="0006/0001,0007/0001" ScrollExtent="164,11" Size="164,11"/>
</Page>
</Page>
<Page AbsorbsInput="false" Location="-1,6" Name="TradeExpStats" PackLocation="cfc,fixed" PackLocationProp="-004/0001,xxxx/xxxx" ScrollExtent="221,18" Size="221,18" Visible="false">
<Button BackgroundOpacity="0.000" Location="87,0" Name="Reset" OnPress="Parent.Parent.TradeskillXP.Reset.Activated=true" PackLocation="left" PackLocationProp="0087/0001,xxxx/xxxx" ScrollExtent="43,20" Size="43,20"></Button>
<Text Font="/TextStyles.Normal.NormalStyle" LocalText="0.000" Location="158,3" Name="Current" ScrollExtent="45,17" Size="45,17"></Text>
<Text Font="/TextStyles.Normal.NormalStyle" LocalText="0.000" Location="69,3" Name="SessionGain" ScrollExtent="80,17" Size="80,17" TextAlignment="Center"></Text>
<Text Font="/TextStyles.Normal.NormalStyle" LocalText="0.000" Location="23,3" Name="Gain" ScrollExtent="47,17" Size="47,17" TextAlignment="Center"></Text>
</Page>
<Page AbsorbsInput="false" ExpEnd="0.000" ExpEndTenths="0.000" ExpEndTotal="0.000" ExpGain="0.000" ExpGain1="0.000" ExpGain2="100.000" ExpStart="0.000" ExpStartTenths="0.000" ExpStartTotal="0.000" Name="TradeskillXP" OnShow="Parent.AdventureXP.Calc.Activated=true
Parent.TradeskillXP.Calc.Activated=true
Parent.AchievementXP.Calc.Activated=true
Visible=false" SessionGain="0.000" Temp="0.000" Visible="false">
<Page Cond="true" Name="Calc" OnActivate="Parent.ExpEnd=Parent.Parent.TradeskillXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Parent.Rounder.Val=Parent.Parent.TradeskillXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Parent.Rounder.Activated=true
Parent.Parent.TradeskillXP.ExpEndTenths=Parent.Parent.Rounder.Val
Parent.ExpEndTotal=Parent.ExpEnd+Parent.ExpEndTenths

Parent.ExpGain1=Parent.ExpEndTotal-Parent.ExpStartTotal
Parent.ExpGain2=((Parent.ExpEndTotal+100) - Parent.ExpStartTotal)
Cond = Parent.ExpGain1 &lt; 0
Parent.ExpGain = Cond ? Parent.ExpGain2 : Parent.ExpGain1
Parent.Temp = Parent.SessionGain + Parent.ExpGain
Parent.SessionGain = Parent.Temp

Cond = (Parent.ExpGain == 0.000)
Parent.Temp = Cond ? Parent.Parent.TradeExpStats.Gain.LocalText : Parent.ExpGain
Parent.Parent.TradeExpStats.Gain.LocalText=Parent.Temp

Parent.Parent.TradeExpStats.SessionGain.LocalText=Parent.SessionGain
Parent.Parent.TradeExpStats.Current.LocalText=Parent.ExpEndTotal

Parent.ExpStart=Parent.Parent.TradeskillXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Parent.Rounder.Val=Parent.Parent.TradeskillXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Parent.Rounder.Activated=true
Parent.ExpStartTenths=Parent.Parent.Rounder.Val
Parent.ExpStartTotal=Parent.ExpStart+Parent.ExpStartTenths

Activated=false" Temp="0.000"/>
<Page Name="Reset" OnActivate="Parent.ExpEnd=Parent.Parent.TradeskillXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Parent.Rounder.Val=Parent.Parent.TradeskillXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Parent.Rounder.Activated=true
Parent.ExpEndTenths=Parent.Parent.Rounder.Val
Parent.ExpEndTotal=Parent.ExpEnd+Parent.ExpEndTenths
Parent.ExpStartTotal=Parent.ExpEndTotal

Parent.SessionGain=0.000
Parent.ExpGain=0.000
Parent.Parent.TradeExpStats.Gain.LocalText=Parent.ExpGain
Parent.Parent.TradeExpStats.SessionGain.LocalText=Parent.SessionGain
Parent.Parent.TradeExpStats.Current.LocalText=Parent.ExpEndTotal
Activated=false
"/>
</Page>
<Page AbsorbsInput="false" Location="7,17" Name="TradeskillXP2" OnHide="Parent.TradeExpStats.Visible=false" OnShow="Parent.TradeExpStats.Visible=true" PackLocation="cfc,cfc" PackLocationProp="0002/0001,0001/0001" PackSize="absolute,fixed" PackSizeProp="0010/0001,0002/0003" ScrollExtent="217,28" Size="217,28" Visible="false">
<Sliderbar AbsorbsInput="false" Algorithm="Linear" DynamicData="/GameData.Self.TSVitalityUpperMarker" Enabled="false" FloatLeftValue="3.000" FloatRightValue="1.000" FloatValue="1.000" Location="14,1" Name="UpperMarker" PackLocation="left,cfc" PackLocationProp="0014/0001,-007/0001" PackSize="absolute,fixed" PackSizeProp="0040/0001,0002/0003" ScrollExtent="177,13" Size="177,13" Style="/SpecialElements.TradeskillXP.data.upper_sliderbar_style" textalignment="Right" UpperLimit="1000" Value="1000" Visible="false"/>
<Sliderbar AbsorbsInput="false" Algorithm="Linear" DynamicData="/GameData.Self.TSVitalityLowerMarker" Enabled="false" FloatLeftValue="3.000" FloatRightValue="1.000" FloatValue="1.000" Location="15,13" Name="LowerMarker" PackLocation="left,cfc" PackLocationProp="0015/0001,0004/0001" PackSize="absolute,fixed" PackSizeProp="0042/0001,0002/0003" ScrollExtent="175,10" Size="175,10" Style="/SpecialElements.TradeskillXP.data.lower_sliderbar_style" textalignment="Right" UpperLimit="100" Value="100" Visible="false"/>
<Image DynamicData="/GameData.Self.TSVitalityOverflowMarker" GetsInput="true" Location="202,8" Name="OverflowMarker" PackLocation="right,cfc" PackLocationProp="-015/0001,0000/0001" Rotation="0.750" ScrollExtent="17,12" Size="17,12" Style="/SpecialElements.TradeskillXP.data.overflow_marker"/>
<Image DynamicData="/GameData.Self.TSVitality" DynamicDataFilter="FFFE" GetsInput="true" Location="179,2" Name="Gem" PackLocation="right,cfc" PackLocationProp="-038/0001,0001/0001" ScrollExtent="26,26" Size="26,26" Style="/SpecialElements.TradeskillXP.data.gem"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Self.TradeskillLevel" Font="/TextStyles.Normal.NormalStyle" LocalText="50" Location="2,2" Margin="0,0,5,0" MaxLines="1" Name="Level" PackLocation="left,cfc" PackLocationProp="0002/0001,-002/0001" ScrollExtent="24,20" Size="24,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#EBDEAA" TruncateElipsis="false">50</Text>
<Image AbsorbsInput="false" GetsInput="true" Location="-1,2" Name="LevelBkg" PackLocation="left,cfc" PackLocationProp="-001/0001,0001/0001" ScrollExtent="28,26" Size="28,26" Style="/SpecialElements.TradeskillXP.data.level_bkg"/>
<Page BackgroundColor="#00FF00" eq2usescomwndcontrols="true" Location="19,4" Name="ExperienceBar" PackLocation="left,cfc" PackLocationProp="0019/0001,-001/0001" PackSize="absolute,absolute" PackSizeProp="0047/0001,0010/0001" ScrollExtent="170,18" Size="170,18">
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Enabled="false" GetsInput="false" Location="0,2" Name="Frame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0001/0001" RStyleDefault="/FrameStyles.ThinBevelled.rect" ScrollExtent="170,17" Size="170,17"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="153,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0171/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="136,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0152/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="119,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0133/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="102,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0114/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="85,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0095/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="68,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0076/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="51,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0057/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="34,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0038/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="17,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0019/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="0.075" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="0,9" MinimumSize="0,1" Name="HTop" Opacity="0.500" PackLocation="left,cfc" PackLocationProp="0000/0001,0000/0001" PackSize="absolute.fixed" ScrollExtent="181,1" Size="181,1"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="0,10" MinimumSize="0,1" Name="HCenter" PackLocation="left,cfc" PackLocationProp="0000/0001,0001/0001" PackSize="absolute,fixed" PackSizeProp="0000/0001,0002/0003" ScrollExtent="170,1" Size="170,1"/>
<Page AbsorbsInput="false" BackgroundOpacity="0.075" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="0,11" MinimumSize="0,1" Name="HBottom" OnShowEffector="0.5" PackLocation="left,cfc" PackLocationProp="0000/0001,0002/0001" PackSize="absolute,fixed" PackSizeProp="0000/0001,0002/0003" ScrollExtent="170,1" Size="170,1"/>
<Progressbar BackgroundColor="#000000" Color="#C666FF" DynamicData="/GameData.Self.TradeskillExperienceCurrent" Location="0,6" Name="ExpCurrent" PackLocation="left,top" PackLocationProp="0000/0001,0006/0001" PackSize="absolute,proportional" PackSizeProp="0000/0001,0005/0018" ScrollExtent="170,5" Size="170,5" Style="/SpecialElements.TradeskillXP.data.progressbar.style"/>
<Progressbar BackgroundColor="#000000" Color="#C53A4B" DynamicData="/GameData.Self.TSExperienceDebtCurrent" Location="0,6" Name="ExpDebtCurrent" PackLocation="left,top" PackLocationProp="0000/0001,0006/0001" PackSize="absolute,proportional" PackSizeProp="0000/0001,0005/0018" ScrollExtent="170,5" Size="170,5" Style="/SpecialElements.TradeskillXP.data.progressbar.style"/>
<Progressbar BackgroundColor="#000000" Color="#4BB3FE" DynamicData="/GameData.Self.TradeskillExperienceBubble" Location="0,10" Name="ExpToNextBubble" PackLocation="left,npn" PackLocationProp="0000/0001,0010/0018" PackSize="absolute,proportional" PackSizeProp="0000/0001,0005/0018" ScrollExtent="170,5" Size="170,5" Style="/SpecialElements.TradeskillXP.data.progressbar.style"/>
<Page BackgroundColor="#7C4821" BackgroundOpacity="1.000" Location="3,4" Name="ExpBkg" PackSize="absolute,absolute" PackSizeProp="0006/0001,0007/0001" ScrollExtent="164,11" Size="164,11"/>
</Page>
</Page>
<Page AbsorbsInput="false" Location="-1,6" Name="AchieveExpStats" PackLocation="cfc,fixed" PackLocationProp="-004/0001,xxxx/xxxx" ScrollExtent="221,18" Size="221,18" Visible="false">
<Button BackgroundOpacity="0.000" Location="87,0" Name="Reset" OnPress="Parent.Parent.AchievementXP.Reset.Activated=true" PackLocation="left" PackLocationProp="0087/0001,xxxx/xxxx" ScrollExtent="43,20" Size="43,20"></Button>
<Text Font="/TextStyles.Normal.NormalStyle" LocalText="0.000" Location="158,3" Name="Current" ScrollExtent="45,17" Size="45,17"></Text>
<Text Font="/TextStyles.Normal.NormalStyle" LocalText="0.000" Location="69,3" Name="SessionGain" ScrollExtent="80,17" Size="80,17" TextAlignment="Center"></Text>
<Text Font="/TextStyles.Normal.NormalStyle" LocalText="0.000" Location="23,3" Name="Gain" ScrollExtent="47,17" Size="47,17" TextAlignment="Center"></Text>
</Page>
<Page AbsorbsInput="false" ExpEnd="0.000" ExpEndTenths="0.000" ExpEndTotal="0.000" ExpGain="0.000" ExpGain1="0.000" ExpGain2="100.000" ExpStart="0.000" ExpStartTenths="0.000" ExpStartTotal="0.000" Name="AchievementXP" OnShow="Parent.AdventureXP.Calc.Activated=true
Parent.TradeskillXP.Calc.Activated=true
Parent.AchievementXP.Calc.Activated=true
Visible=false" SessionGain="0.000" Temp="0.000" Visible="false">
<Page Cond="true" Name="Calc" OnActivate="Parent.ExpEnd=Parent.Parent.AchievementXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Parent.Rounder.Val=Parent.Parent.AchievementXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Parent.Rounder.Activated=true
Parent.ExpEndTenths=Parent.Parent.Rounder.Val
Parent.ExpEndTotal=Parent.ExpEnd+Parent.ExpEndTenths

Parent.ExpGain1=Parent.ExpEndTotal-Parent.ExpStartTotal
Parent.ExpGain2=((Parent.ExpEndTotal+100) - Parent.ExpStartTotal)
Cond = Parent.ExpGain1 &lt; 0
Parent.ExpGain = Cond ? Parent.ExpGain2 : Parent.ExpGain1
Parent.Temp = Parent.SessionGain + Parent.ExpGain
Parent.SessionGain = Parent.Temp

Cond = (Parent.ExpGain == 0.000)
Parent.Temp = Cond ? Parent.Parent.AchieveExpStats.Gain.LocalText : Parent.ExpGain
Parent.Parent.AchieveExpStats.Gain.LocalText=Parent.Temp

Parent.Parent.AchieveExpStats.SessionGain.LocalText=Parent.SessionGain
Parent.Parent.AchieveExpStats.Current.LocalText=Parent.ExpEndTotal

Parent.ExpStart=Parent.Parent.AchievementXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Parent.Rounder.Val=Parent.Parent.AchievementXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Parent.Rounder.Activated=true
Parent.ExpStartTenths=Parent.Parent.Rounder.Val
Parent.ExpStartTotal=Parent.ExpStart+Parent.ExpStartTenths

Activated=false" Temp="0.000"/>
<Page Name="Reset" OnActivate="Parent.ExpEnd=Parent.Parent.AchievementXP2.ExperienceBar.ExpCurrent.Progress*100
Parent.Parent.Rounder.Val=Parent.Parent.AchievementXP2.ExperienceBar.ExpToNextBubble.Progress*10
Parent.Parent.Rounder.Activated=true
Parent.ExpEndTenths=Parent.Parent.Rounder.Val
Parent.ExpEndTotal=Parent.ExpEnd+Parent.ExpEndTenths
Parent.ExpStartTotal=Parent.ExpEndTotal

Parent.SessionGain=0.000
Parent.ExpGain=0.000
Parent.Parent.AchieveExpStats.Gain.LocalText=Parent.ExpGain
Parent.Parent.AchieveExpStats.SessionGain.LocalText=Parent.SessionGain
Parent.Parent.AchieveExpStats.Current.LocalText=Parent.ExpEndTotal
Activated=false
"/>
</Page>
<Page AbsorbsInput="false" Location="7,17" Name="AchievementXP2" OnHide="Parent.AchieveExpStats.Visible=false" OnShow="Parent.AchieveExpStats.Visible=true" PackLocation="cfc,cfc" PackLocationProp="0002/0001,0001/0001" PackSize="absolute,fixed" PackSizeProp="0010/0001,0002/0003" ScrollExtent="217,28" Size="217,28" Visible="false">
<Image Color="#5EFF46" DynamicDataFilter="FFFE" GetsInput="true" Location="179,2" Name="Gem" PackLocation="right,cfc" PackLocationProp="-038/0001,0001/0001" ScrollExtent="26,26" Size="26,26" Style="/SpecialElements.TradeskillXP.data.emptygem" Visible="false"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Achievement.Points" Font="/TextStyles.Normal.NormalStyle" LocalText="50" Location="2,2" Margin="0,0,5,0" MaxLines="1" Name="Points" PackLocation="left,cfc" PackLocationProp="0002/0001,-002/0001" ScrollExtent="24,20" Size="24,20" TextAlignment="Center" TextAlignmentVertical="Center" TextColor="#EBDEAA" TruncateElipsis="false">50</Text>
<Image AbsorbsInput="false" GetsInput="true" Location="-1,2" Name="PointsBkg" PackLocation="left,cfc" PackLocationProp="-001/0001,0001/0001" ScrollExtent="28,26" Size="28,26" Style="/SpecialElements.TradeskillXP.data.level_bkg"/>
<Page BackgroundColor="#00FF00" eq2usescomwndcontrols="true" Location="19,4" Name="ExperienceBar" PackLocation="left,cfc" PackLocationProp="0019/0001,-001/0001" PackSize="absolute,absolute" PackSizeProp="0047/0001,0010/0001" ScrollExtent="170,18" Size="170,18">
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Enabled="false" GetsInput="false" Location="0,2" Name="Frame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0001/0001" RStyleDefault="/FrameStyles.ThinBevelled.rect" ScrollExtent="170,17" Size="170,17"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="153,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0171/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="136,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0152/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="119,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0133/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="102,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0114/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="85,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0095/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="68,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0076/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="51,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0057/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="34,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0038/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="17,6" Name="BottomTick" Opacity="0.500" PackLocation="proportional" PackLocationProp="0019/0190,xxxx/xxxx" PackSize="fixed,absolute" PackSizeProp="0002/0003,0009/0001" ScrollExtent="1,9" Size="1,9"/>
<Page AbsorbsInput="false" BackgroundOpacity="0.075" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="0,9" MinimumSize="0,1" Name="HTop" Opacity="0.500" PackLocation="left,cfc" PackLocationProp="0000/0001,0000/0001" PackSize="absolute.fixed" ScrollExtent="181,1" Size="181,1"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="0,10" MinimumSize="0,1" Name="HCenter" PackLocation="left,cfc" PackLocationProp="0000/0001,0001/0001" PackSize="absolute,fixed" PackSizeProp="0000/0001,0002/0003" ScrollExtent="170,1" Size="170,1"/>
<Page AbsorbsInput="false" BackgroundOpacity="0.075" BackgroundTint="#000000" Enabled="false" GetsInput="false" Location="0,11" MinimumSize="0,1" Name="HBottom" OnShowEffector="0.5" PackLocation="left,cfc" PackLocationProp="0000/0001,0002/0001" PackSize="absolute,fixed" PackSizeProp="0000/0001,0002/0003" ScrollExtent="170,1" Size="170,1"/>
<Progressbar BackgroundColor="#000000" Color="#14A400" DynamicData="/GameData.Achievement.ExperienceCurrent" Location="0,6" Name="ExpCurrent" PackLocation="left,top" PackLocationProp="0000/0001,0006/0001" PackSize="absolute,proportional" PackSizeProp="0000/0001,0005/0018" ScrollExtent="170,5" Size="170,5" Style="/SpecialElements.TradeskillXP.data.progressbar.style"/>
<Progressbar BackgroundColor="#000000" Color="#4BB3FE" DynamicData="/GameData.Achievement.ExperienceBubble" Location="0,10" Name="ExpToNextBubble" PackLocation="left,npn" PackLocationProp="0000/0001,0010/0018" PackSize="absolute,proportional" PackSizeProp="0000/0001,0005/0018" ScrollExtent="170,5" Size="170,5" Style="/SpecialElements.TradeskillXP.data.progressbar.style"/>
<Page BackgroundColor="#7C4821" BackgroundOpacity="1.000" Location="3,4" Name="ExpBkg" PackSize="absolute,absolute" PackSizeProp="0006/0001,0007/0001" ScrollExtent="164,11" Size="164,11"/>
</Page>
</Page>
<Page AbsorbsInput="false" Name="WindowFrame" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" ScrollExtent="227,60" Size="227,60">
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Frame" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/WindowElements.DesktopWindowFrame.data.frame.rect" ScrollExtent="227,60" Size="227,60"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Bkg" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" PackSize="absolute,absolute" PackSizeProp="0000/0001,0000/0001" RStyleDefault="/WindowElements.DesktopWindowFrame.data.bkg.rect" ScrollExtent="227,60" Size="227,60"/>
</Page>
</Page>
