EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > XML Modification Help & Info

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 11-27-2016, 10:35 AM
Ukoeji Ukoeji is offline
A Young Mystail Rat
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 6
Default Ascension Window

I decided to have a go at making an ascension window, thought I could just make a new custom window then bring it up with show_window Custom.Ascensionclasshere which works. I used the Tag window as something to work from as I have very little knowledge in these areas.

I managed to get the ascension spells on the custom window, it was all showing up good and well, but I have no idea how to add a cooldown (nothing fancy, just like the normal tinting until ready on the standard UI). So I was wondering if anyone could point me in the right direction.

Code:
<?xml version="1.0" encoding="utf-8"?>
        <Page eq2usescomwndcontrols="true" Location="620,514" Name="Testwindow1" ScrollExtent="202,73" Size="202,73" UserMovable="true">
            <VolumePage AbsorbsInput="false" BackgroundColor="#FF0000" CellCount="6,2" CellSelectable="true" CellSize="26,26" Location="7,7" MinimumScrollExtent="170,58" Name="Volume" PackSize="absolute,absolute" ScrollExtent="170,58" Size="170,58">
                <Icon ActionData="spell 0 20775956 87024014" OnPress="useability 2430408476" Dragable="true" iconstyle="/IconStyles.effect" Location="2,2" MaximumSize="26,26" MinimumSize="26,26" Name="Elem1" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="spell 0 20644885 2970491648" OnPress="useability 283111212" BackgroundTint="#000000" Dragable="true" iconstyle="/IconStyles.effect" Location="30,2" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Elem2" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="spell 0 20579350 3801297300" OnPress="useability 557315505" BackgroundTint="#000000" Dragable="true" iconStyle="/IconStyles.effect" Location="58,2" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Elem3" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="command tagicon4" BackgroundTint="#000000" Dragable="true" IconID="13" IconStyle="/IconStyles.button" Location="86,2" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Tag4" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="command tagicon5" BackgroundTint="#000000" Dragable="true" IconID="14" IconStyle="/IconStyles.button" Location="114,2" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Tag5" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="command tagicon6" BackgroundTint="#000000" Dragable="true" IconID="14" IconStyle="/IconStyles.button" Location="142,2" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Tag6" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="command tagnumber1" BackgroundTint="#000000" Dragable="true" IconID="12" IconStyle="/IconStyles.button" Location="2,30" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Tag1" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="command tagnumber2" BackgroundTint="#000000" Dragable="true" IconID="11" IconStyle="/IconStyles.button" Location="30,30" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Tag2" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="command tagnumber3" BackgroundTint="#000000" Dragable="true" IconID="12" IconStyle="/IconStyles.button" Location="58,30" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Tag3" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="command tagnumber4" BackgroundTint="#000000" Dragable="true" IconID="13" IconStyle="/IconStyles.button" Location="86,30" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Tag4" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="command tagnumber5" BackgroundTint="#000000" Dragable="true" IconID="14" IconStyle="/IconStyles.button" Location="114,30" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Tag5" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
                <Icon ActionData="command tagnumber6" BackgroundTint="#000000" Dragable="true" IconID="14" IconStyle="/IconStyles.button" Location="142,30" MaximumSize="26,26" MinimumSize="26,26" MouseOverColor="#FFFF00" Name="Tag6" ScrollExtent="26,26" Size="26,26" TreatAsButton="true" />
            </VolumePage>
            <Page AbsorbsInput="false" Name="WindowFrame" PackSize="absolute,absolute" ScrollExtent="202,73" Size="202,73">
                <Button Location="178,25" Name="Help" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.WindowFrame.data.help.style" Tooltip=":0af03e2f574a0c6d:Help" UserMovable="true" />
                <Button Location="178,8" Name="Close" PackLocation="right,top" ScrollExtent="18,18" Size="18,18" Style="/WindowElements.MiniWindowFrame.data.close.style" Tooltip=":0af03e2f2d3f513f:Close" UserMovable="true" />
                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="-2,-2" Name="Frame" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.DesktopWindowFrame.data.frame.rect" ScrollExtent="205,76" Size="205,76" />
                <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="0,1" Name="Bkg" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.MiniWindowFrame.data.bkg.rect" ScrollExtent="202,71" Size="202,71" />
            </Page>
        </Page>


As you can see I only changed the first 3 icons of the Tag window, as I was just going by what ascension spells I have currently.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 10:37 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI