Advertisement
Guest User

innerspace EQ1 timer bar window

a guest
Aug 18th, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.24 KB | None | 0 0
  1. <ISUI>
  2.   <Window Name="EQTimers">
  3.     <X>500</X>
  4.     <Y>500</Y>
  5.     <Width>500</Width>
  6.     <Height>200</Height>
  7.     <Children>
  8.     <frame name='timers'>
  9.         <Width>100%</Width>
  10.         <Height>100%</Height>
  11.         <Children>
  12.  
  13.             <!-- SK iceclad short buff -->
  14.             <gauge Name='timer1'>
  15.                <X>0</X>
  16.                <Y>0</Y>
  17.                <Border>1</Border>
  18.                <Width>100%</Width>
  19.                <Height>20</Height>
  20.                <Range>1</Range>
  21.                <OnLoad>This:SetValue[0]</OnLoad>
  22.                <Filler>
  23.                     <Texture Template='gaugefiller.Texture'>
  24.                         <ColorMask>FF0000FF</ColorMask>
  25.                     </Texture>
  26.                </Filler>
  27.             </gauge>
  28.             <Text Name='timer1Label'>
  29.                 <X>0</X>
  30.                 <Y>0</Y>
  31.                 <Width>100%</Width>
  32.                 <Height>20</Height>
  33.                 <Alignment>Center</Alignment>
  34.                 <VerticalAlignment>Center</VerticalAlignment>
  35.                 <Font Template="Default Font">
  36.                     <Color>FFFFFFFF</Color>
  37.                     <Bold />
  38.                 </Font>
  39.                 <Text>SK Iceclad</Text>
  40.                 <Wrap />
  41.             </Text>
  42.            
  43.            
  44.             <!-- shaman canni reuse -->
  45.             <gauge Name='timer2'>
  46.                <X>0</X>
  47.                <Y>20</Y>
  48.                <Border>1</Border>
  49.                <Width>100%</Width>
  50.                <Height>20</Height>
  51.                <Range>1</Range>
  52.                <OnLoad>This:SetValue[0]</OnLoad>
  53.                <Filler>
  54.                     <Texture Template='gaugefiller.Texture'>
  55.                         <ColorMask>FF009900</ColorMask>
  56.                     </Texture>
  57.                </Filler>
  58.             </gauge>
  59.             <Text Name='timer2Label'>
  60.                 <X>0</X>
  61.                 <Y>20</Y>
  62.                 <Width>100%</Width>
  63.                 <Height>20</Height>
  64.                 <Alignment>Center</Alignment>
  65.                 <VerticalAlignment>Center</VerticalAlignment>
  66.                 <Font Template="Default Font">
  67.                     <Color>FFFFFFFF</Color>
  68.                     <Bold />
  69.                 </Font>
  70.                 <Text>SHM Canni Reuse</Text>
  71.                 <Wrap />
  72.             </Text>
  73.            
  74.             <!-- bard aura duration -->
  75.             <gauge Name='timer3'>
  76.                <X>0</X>
  77.                <Y>40</Y>
  78.                <Border>1</Border>
  79.                <Width>100%</Width>
  80.                <Height>20</Height>
  81.                <Range>1</Range>
  82.                <OnLoad>This:SetValue[0]</OnLoad>
  83.                <Filler>
  84.                     <Texture Template='gaugefiller.Texture'>
  85.                         <ColorMask>FF0000FF</ColorMask>
  86.                     </Texture>
  87.                </Filler>
  88.             </gauge>
  89.             <Text Name='timer3Label'>
  90.                 <X>0</X>
  91.                 <Y>40</Y>
  92.                 <Width>100%</Width>
  93.                 <Height>20</Height>
  94.                 <Alignment>Center</Alignment>
  95.                 <VerticalAlignment>Center</VerticalAlignment>
  96.                 <Font Template="Default Font">
  97.                     <Color>FFFFFFFF</Color>
  98.                     <Bold />
  99.                 </Font>
  100.                 <Text>BRD Aura</Text>
  101.                 <Wrap />
  102.             </Text>
  103.            
  104.             <!-- shm haste duration -->
  105.             <gauge Name='timer4'>
  106.                <X>0</X>
  107.                <Y>60</Y>
  108.                <Border>1</Border>
  109.                <Width>100%</Width>
  110.                <Height>20</Height>
  111.                <Range>1</Range>
  112.                <OnLoad>This:SetValue[0]</OnLoad>
  113.                <Filler>
  114.                     <Texture Template='gaugefiller.Texture'>
  115.                         <ColorMask>FF0000FF</ColorMask>
  116.                     </Texture>
  117.                </Filler>
  118.             </gauge>
  119.             <Text Name='timer4Label'>
  120.                 <X>0</X>
  121.                 <Y>60</Y>
  122.                 <Width>100%</Width>
  123.                 <Height>20</Height>
  124.                 <Alignment>Center</Alignment>
  125.                 <VerticalAlignment>Center</VerticalAlignment>
  126.                 <Font Template="Default Font">
  127.                     <Color>FFFFFFFF</Color>
  128.                     <Bold />
  129.                 </Font>
  130.                 <Text>SHM Haste</Text>
  131.                 <Wrap />
  132.             </Text>
  133.          </Children>
  134.     </frame>
  135.     </Children>
  136.   </Window>
  137. </ISUI>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement