EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Released (https://www.eq2interface.com/forums/forumdisplay.php?f=28)
-   -   Draco'Kyn UI Support Thread (Current Version = 1.00, released 12 Nov 05) (https://www.eq2interface.com/forums/showthread.php?t=4802)

Martrae 11-14-2006 07:58 PM

I've updated most of the files...just having a small quirk with the tooltips.

Once I fix it I can upload what I changed.

alexd9446 11-15-2006 08:41 AM

Update
 
Pls update this for EoF i love this UI but had to uninstall it cause it caused the Char Select screen to dissappear.

Caelum 11-15-2006 03:20 PM

Quote:

Originally Posted by Martrae
I've updated most of the files...just having a small quirk with the tooltips.

Once I fix it I can upload what I changed.

Thats great news...GREAT. Such an awesome UI. Would hate to have to stop using it

Martrae 11-30-2006 05:36 PM

I've uploaded the files that I've changed as a patch to the original UI. Sorry this took so long. I was called out of town over Thanksgiving.

rcw003 01-29-2007 07:51 PM

Hey all, as a healer, I "needed" 1 click cures. I love this interface, but it didnt have it. I have hacked it into this interface. Below is the updated eq2ui_mainhud_groupmembers.xml.

Code:

<?xml version="1.0" encoding="utf-8"?>
<Page eq2usescomwndcontrols="true" Location="3,391" MaximumSize="1024,1024" MinimumSize="137,42" Name="GroupMembers" PackLocation="left,top" PackLocationProp="0003/0001,0391/0001" ScrollExtent="288,168" Size="288,168" UserMovable="true">
<Page BackgroundColor="#00FF00" Name="GroupMember1" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="288,22" Size="288,22">
<Page BackgroundColor="#00FF00" Location="30,0" Name="MemberInfoPage" PackLocation="left,top" PackLocationProp="0030/0001,0000/0001" ScrollExtent="257,22" Size="257,22">
<Text Color="#2E78F3" DynamicData="/GameData.Group.Group_1.MaxHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="213,3" Name="MaxHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="/" Location="206,6" Name="Separator" ScrollExtent="10,16" ShadowStyle="/ShadowStyles.Outline1" Size="10,16" TextAlignment="Center">/</Text>
<Text DynamicData="/GameData.Group.Group_1.CurrentHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="173,3" Name="CurrentHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="F2" Location="64,5" Name="F2" ScrollExtent="20,15" ShadowStyle="/ShadowStyles.Outline1" Size="20,14" TextAlignment="Right">F2</Text>
<Button Name="Cure Trauma 1" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_1
useability 'Cure Trauma'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" MouseOverColor="#FFFF00" Name="Effect1" Opacity="0.500" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="20,0" Name="Cure Arcane 1" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_1
useability 'Cure Arcane'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="20,0" MouseOverColor="#FFFF00" Name="Effect2" Opacity="0.500" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="40,0" Name="Cure Noxious 1" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_1
useability 'Cure Noxious'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="40,0" MouseOverColor="#FFFF00" Name="Effect3" Opacity="0.500" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="60,0" Name="Cure Elemental 1" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_1
useability 'Cure Elemental'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="60,0" MouseOverColor="#FFFF00" Name="Effect4" Opacity="0.500" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="GroupMember" Location="89,-2" Name="Name" PackLocation="top,left" PackLocationProp="0089/0001,-002/0001" ScrollExtent="98,16" ShadowStyle="/ShadowStyles.Outline1" Size="98,16" TextAlignmentVertical="Center">GroupMember</Text>
<Progressbar AbsorbsInput="false" LocalTooltip="Mana" Location="90,16" Name="ManaBar" PackLocation="top,left" PackLocationProp="0090/0001,0016/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Mana"/>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF33" LocalTooltip="Health" Location="90,12" Name="HealthBar" PackLocation="top,left" PackLocationProp="0090/0001,0012/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Health"/>
</Page>
<Page BackgroundColor="#00FF00" Name="LFGPage" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="30,20" Size="30,20">
<Checkbox BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" LocalTooltip="Toggle Looking For Group (LFG)" Name="LFG" ScrollExtent="15,10" Size="15,10" Style="/CheckboxStyles.LFG.style" TextColor="#EBDEAA" Tooltip="Toggle Looking For Group (LFG)"></Checkbox>
<Button BackgroundColor="#FFFFFF" LocalText="Find" LocalTooltip="Search for players that are LFG" Location="15,0" Name="Find" ScrollExtent="15,10" Size="15,10" Style="/ButtonStyles.find.style" Tooltip="Search for players that are LFG">Find</Button>
<Button BackgroundColor="#FFFFFF" LocalText="Assist" LocalTooltip="Assist This Player" Location="92,0" Name="Assist" OnPress="assist group_member_1" ScrollExtent="25,17" Size="25,17" Style="/ButtonStyles.assist.style" Tooltip="Assist This Player">Assist</Button>
</Page>
</Page>
<Page BackgroundColor="#00FF00" Location="0,23" Name="GroupMember2" PackLocation="left,top" PackLocationProp="0000/0001,0023/0001" ScrollExtent="288,22" Size="288,22">
<Page BackgroundColor="#00FF00" Location="30,0" Name="MemberInfoPage" PackLocation="left,top" PackLocationProp="0030/0001,0000/0001" ScrollExtent="258,20" Size="258,20">
<Text Color="#2E78F3" DynamicData="/GameData.Group.Group_2.MaxHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="220,0" Name="MaxHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="/" Location="213,3" Name="Separator" ScrollExtent="10,16" ShadowStyle="/ShadowStyles.Outline1" Size="10,16" TextAlignment="Center">/</Text>
<Text DynamicData="/GameData.Group.Group_2.CurrentHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="181,0" Name="CurrentHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="F3" Location="74,4" Name="F3" ScrollExtent="18,16" ShadowStyle="/ShadowStyles.Outline1" Size="18,16" TextAlignment="Right">F3</Text>
<Button Name="Cure Trauma 2" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2\
useability 'Cure Trauma'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" MouseOverColor="#FFFF00" Name="Effect1" Opacity="0.500" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="20,0" Name="Cure Arcane 2" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Arcane'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="20,0" MouseOverColor="#FFFF00" Name="Effect2" Opacity="0.500" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="40,0" Name="Cure Noxious 2" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Noxious'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="40,0" MouseOverColor="#FFFF00" Name="Effect3" Opacity="0.500" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="60,0" Name="Cure Elemental 2" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Elemental'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="60,0" MouseOverColor="#FFFF00" Name="Effect4" Opacity="0.500" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="GroupMember" Location="98,-3" Name="Name" PackLocation="top,left" PackLocationProp="0098/0001,-003/0001" ScrollExtent="98,16" ShadowStyle="/ShadowStyles.Outline1" Size="98,16" TextAlignmentVertical="Center">GroupMember</Text>
<Progressbar AbsorbsInput="false" LocalTooltip="Mana" Location="98,15" Name="ManaBar" PackLocation="top,left" PackLocationProp="0098/0001,0015/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Mana"/>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF33" LocalTooltip="Health" Location="98,11" Name="HealthBar" PackLocation="top,left" PackLocationProp="0098/0001,0011/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Health"/>
</Page>
<Page BackgroundColor="#00FF00" Name="LFGPage" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="30,20" Size="30,20">
<Button BackgroundColor="#FFFFFF" LocalText="Find" LocalTooltip="Search for players that are LFG" Name="Find" ScrollExtent="15,10" Size="15,10" Style="/ButtonStyles.find.style" Tooltip="Search for players that are LFG">Find</Button>
<Button BackgroundColor="#FFFFFF" LocalText="Assist" LocalTooltip="Assist This Player" Location="92,0" Name="Assist" OnPress="assist group_member_1" ScrollExtent="25,17" Size="25,17" Style="/ButtonStyles.assist.style" Tooltip="Assist This Player">Assist</Button>
</Page>
</Page>
<Page BackgroundColor="#00FF00" Location="0,46" Name="GroupMember3" PackLocation="left,top" PackLocationProp="0000/0001,0046/0001" ScrollExtent="288,22" Size="288,22">
<Page BackgroundColor="#00FF00" Location="30,0" Name="MemberInfoPage" PackLocation="left,top" PackLocationProp="0030/0001,0000/0001" ScrollExtent="257,22" Size="257,22">
<Text Color="#2E78F3" DynamicData="/GameData.Group.Group_3.MaxHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="216,2" Name="MaxHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="/" Location="209,5" Name="Separator" ScrollExtent="10,16" ShadowStyle="/ShadowStyles.Outline1" Size="10,16" TextAlignment="Center">/</Text>
<Text DynamicData="/GameData.Group.Group_3.CurrentHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="178,2" Name="CurrentHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="F4" Location="67,4" Name="F4" ScrollExtent="20,16" ShadowStyle="/ShadowStyles.Outline1" Size="20,16" TextAlignment="Right">F4</Text>
<Button Name="Cure Trauma 3" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2\
useability 'Cure Trauma'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" MouseOverColor="#FFFF00" Name="Effect1" Opacity="0.500" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="20,0" Name="Cure Arcane 3" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Arcane'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="20,0" MouseOverColor="#FFFF00" Name="Effect2" Opacity="0.500" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="40,0" Name="Cure Noxious 3" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Noxious'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="40,0" MouseOverColor="#FFFF00" Name="Effect3" Opacity="0.500" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="60,0" Name="Cure Elemental 3" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Elemental'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="60,0" MouseOverColor="#FFFF00" Name="Effect4" Opacity="0.500" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="GroupMember" Location="95,-2" Name="Name" PackLocation="top,left" PackLocationProp="0095/0001,-002/0001" ScrollExtent="100,16" ShadowStyle="/ShadowStyles.Outline1" Size="100,16" TextAlignmentVertical="Center">GroupMember</Text>
<Progressbar AbsorbsInput="false" LocalTooltip="Mana" Location="94,16" Name="ManaBar" PackLocation="top,left" PackLocationProp="0094/0001,0016/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Mana"/>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF33" LocalTooltip="Health" Location="94,12" Name="HealthBar" PackLocation="top,left" PackLocationProp="0094/0001,0012/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Health"/>
</Page>
<Page BackgroundColor="#00FF00" Name="LFGPage" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="30,20" Size="30,20">
<Button BackgroundColor="#FFFFFF" LocalText="Find" LocalTooltip="Search for players that are LFG" Name="Find" ScrollExtent="15,10" Size="15,10" Style="/ButtonStyles.find.style" Tooltip="Search for players that are LFG">Find</Button>
<Button BackgroundColor="#FFFFFF" LocalText="Assist" LocalTooltip="Assist This Player" Location="92,0" Name="Assist" OnPress="assist group_member_1" ScrollExtent="25,17" Size="25,17" Style="/ButtonStyles.assist.style" Tooltip="Assist This Player">Assist</Button>
</Page>
</Page>
<Page BackgroundColor="#00FF00" Location="0,69" Name="GroupMember4" PackLocation="left,top" PackLocationProp="0000/0001,0069/0001" ScrollExtent="288,22" Size="288,22">
<Page BackgroundColor="#00FF00" Location="29,0" Name="MemberInfoPage" PackLocation="left,top" PackLocationProp="0029/0001,0000/0001" ScrollExtent="258,20" Size="258,20">
<Text Color="#2E78F3" DynamicData="/GameData.Group.Group_4.MaxHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="200,1" Name="MaxHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="/" Location="193,4" Name="Separator" ScrollExtent="10,16" ShadowStyle="/ShadowStyles.Outline1" Size="10,16" TextAlignment="Center">/</Text>
<Text DynamicData="/GameData.Group.Group_4.CurrentHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="161,1" Name="CurrentHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="F5" Location="56,3" Name="F5" ScrollExtent="16,16" ShadowStyle="/ShadowStyles.Outline1" Size="16,16" TextAlignment="Right">F5</Text>
<Button Name="Cure Trauma 4" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2\
useability 'Cure Trauma'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" MouseOverColor="#FFFF00" Name="Effect1" Opacity="0.500" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="20,0" Name="Cure Arcane 4" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Arcane'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="20,0" MouseOverColor="#FFFF00" Name="Effect2" Opacity="0.500" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="40,0" Name="Cure Noxious 4" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Noxious'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="40,0" MouseOverColor="#FFFF00" Name="Effect3" Opacity="0.500" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="60,0" Name="Cure Elemental 4" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Elemental'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="60,0" MouseOverColor="#FFFF00" Name="Effect4" Opacity="0.500" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="GroupMember" Location="77,-3" Name="Name" PackLocation="top,left" PackLocationProp="0077/0001,-003/0001" ScrollExtent="96,16" ShadowStyle="/ShadowStyles.Outline1" Size="96,16" TextAlignmentVertical="Center">GroupMember</Text>
<Progressbar AbsorbsInput="false" LocalTooltip="Mana" Location="79,15" Name="ManaBar" PackLocation="top,left" PackLocationProp="0079/0001,0015/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Mana"/>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF33" LocalTooltip="Health" Location="79,10" Name="HealthBar" PackLocation="top,left" PackLocationProp="0079/0001,0010/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Health"/>
</Page>
<Page BackgroundColor="#00FF00" Name="LFGPage" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="30,20" Size="30,20">
<Button BackgroundColor="#FFFFFF" LocalText="Find" LocalTooltip="Search for players that are LFG" Name="Find" ScrollExtent="15,10" Size="15,10" Style="/ButtonStyles.find.style" Tooltip="Search for players that are LFG">Find</Button>
<Button BackgroundColor="#FFFFFF" LocalText="Assist" LocalTooltip="Assist This Player" Location="92,0" Name="Assist" OnPress="assist group_member_1" ScrollExtent="25,17" Size="25,17" Style="/ButtonStyles.assist.style" Tooltip="Assist This Player">Assist</Button>
</Page>
</Page>
<Page BackgroundColor="#00FF00" Location="0,92" Name="GroupMember5" PackLocation="left,top" PackLocationProp="0000/0001,0092/0001" ScrollExtent="288,22" Size="288,22">
<Page BackgroundColor="#00FF00" Location="29,0" Name="MemberInfoPage" PackLocation="left,top" PackLocationProp="0029/0001,0000/0001" ScrollExtent="259,22" Size="259,22">
<Text Color="#2E78F3" DynamicData="/GameData.Group.Group_5.MaxHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="179,1" Name="MaxHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="/" Location="172,4" Name="Separator" ScrollExtent="10,16" ShadowStyle="/ShadowStyles.Outline1" Size="10,16" TextAlignment="Center">/</Text>
<Text DynamicData="/GameData.Group.Group_5.CurrentHealth" DynamicDataFilter="FBFF" Font="/Fonts.FontZapf15" LocalText="100%" Location="140,1" Name="CurrentHealth" ScrollExtent="36,19" ShadowStyle="/ShadowStyles.Outline1" Size="36,19" TextAlignment="Center" TextAlignmentVertical="Center">100%</Text>
<Text Font="/Fonts.FontZapf15" LocalText="F6" Location="33,2" Name="F6" ScrollExtent="16,17" ShadowStyle="/ShadowStyles.Outline1" Size="16,17" TextAlignment="Right">F6</Text>
<Button Name="Cure Trauma 5" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2\
useability 'Cure Trauma'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" MouseOverColor="#FFFF00" Name="Effect1" Opacity="0.500" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="20,0" Name="Cure Arcane 5" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Arcane'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="20,0" MouseOverColor="#FFFF00" Name="Effect2" Opacity="0.500" PackLocation="left,top" PackLocationProp="0020/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="40,0" Name="Cure Noxious 5" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Noxious'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="40,0" MouseOverColor="#FFFF00" Name="Effect3" Opacity="0.500" PackLocation="left,top" PackLocationProp="0040/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Button Location="60,0" Name="Cure Elemental 5" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" Opacity="0.000" ScrollExtent="20,20" Size="20,20" OnPress="target_groupmember_2
useability 'Cure Elemental'
target_previous"></Button>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.effect" Location="60,0" MouseOverColor="#FFFF00" Name="Effect4" Opacity="0.500" PackLocation="left,top" PackLocationProp="0060/0001,0000/0001" ScrollExtent="20,20" Size="20,20" TreatAsButton="true"/>
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="GroupMember" Location="57,-3" Name="Name" PackLocation="top,left" PackLocationProp="0057/0001,-003/0001" ScrollExtent="95,16" ShadowStyle="/ShadowStyles.Outline1" Size="95,16" TextAlignmentVertical="Center">GroupMember</Text>
<Progressbar AbsorbsInput="false" LocalTooltip="Mana" Location="57,15" Name="ManaBar" PackLocation="top,left" PackLocationProp="0057/0001,0015/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Mana"/>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" Color="#00FF33" LocalTooltip="Health" Location="57,11" Name="HealthBar" PackLocation="top,left" PackLocationProp="0057/0001,0011/0001" Progress="1.000" ScrollExtent="80,4" Size="80,4" Style="ArcaneProgress" Tooltip="Health"/>
</Page>
<Page BackgroundColor="#00FF00" Name="LFGPage" PackLocation="left,top" PackLocationProp="0000/0001,0000/0001" ScrollExtent="30,20" Size="30,20">
<Button BackgroundColor="#FFFFFF" LocalText="Find" LocalTooltip="Search for players that are LFG" Name="Find" ScrollExtent="15,10" Size="15,10" Style="/ButtonStyles.find.style" Tooltip="Search for players that are LFG">Find</Button>
<Button BackgroundColor="#FFFFFF" LocalText="Assist" LocalTooltip="Assist This Player" Location="59,0" Name="Assist" OnPress="assist group_member_1" ScrollExtent="25,17" Size="25,17" Style="/ButtonStyles.assist.style" Tooltip="Assist This Player">Assist</Button>
</Page>
</Page>
<Image Location="90,2" Name="Bar1" ScrollExtent="150,26" Size="150,26" Style="ArcaneBars"/>
<Image Location="98,25" Name="Bar2" ScrollExtent="150,26" Size="150,26" Style="ArcaneBars"/>
<Image Location="94,49" Name="Bar3" ScrollExtent="150,26" Size="150,26" Style="ArcaneBars"/>
<Image Location="78,70" Name="Bar4" ScrollExtent="150,26" Size="150,26" Style="ArcaneBars"/>
<Image Location="56,93" Name="Bar5" ScrollExtent="150,26" Size="150,26" Style="ArcaneBars"/>
<ImageStyle Name="ArcaneFill">
<ImageFrame Name="Fill" Source="images/Arcane/Bars.dds" SourceRect="0,10,100,18"/>
</ImageStyle>
<ImageStyle Name="ArcaneBars">
<ImageFrame Name="Bars" Source="images/Arcane/Bars.dds" SourceRect="2,36,152,62"/>
</ImageStyle>
<ProgressbarStyle Bar.Background="ArcaneFill" Name="ArcaneProgress"/>
<Image Location="0,5" Name="Orb" ScrollExtent="127,100" Size="127,100" SourceRect="0,0,120,92" SourceResource="images/Arcane/Orb-purp.dds" Style="ArcaneOrb"/>
<Page AbsorbsInput="false" DynamicData="/GameData.Spells.Failure" DynamicDataFilter="0001" Location="1,1" Name="CastingFailure" PackLocation="left,top" PackLocationProp="0001/0001,0001/0001" PackSize="absolute" PackSizeProp="0002/0001,xxxx/xxxx" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="286,167" Size="286,167" Visible="false">
<Text AbsorbsInput="false" DynamicData="/GameData.Spells.Failure" Font="/Fonts.FontKabosGyula24" Location="1,111" Name="Text" ScrollExtent="274,55" ShadowStyle="/ShadowStyles.Outline1" Size="274,55" TextAlignment="Center" TextAlignmentVertical="Center"></Text>
</Page>
<Page AbsorbsInput="false" BackgroundColor="#FF0000" DynamicData="/GameData.Spells.Casting" DynamicDataFilter="0001" Location="1,1" Name="CastingProgress" PackLocation="left,top" PackLocationProp="0001/0001,0001/0001" PackSize="absolute" PackSizeProp="0001/0001,xxxx/xxxx" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="287,158" Size="287,158">
<ImageStyle Name="ArcaneOrb">
<ImageFrame Name="Orb" Source="images/Arcane/Orb-purp.dds" SourceRect="0,0,120,92"/>
</ImageStyle>
<ImageStyle Name="progress_fill">
<ImageFrame Name="progress_fill" Source="images/Arcane/Orb-purp.dds" SourceRect="0,181,48,229"/>
</ImageStyle>
<ProgressbarStyle Bar.Background="progress_fill" Layout="Vertical" Name="progress_style"/>
<Text AbsorbsInput="false" DynamicData="/GameData.Spells.Casting" Font="/Fonts.FontZapf18" Location="6,113" Name="SpellName" ScrollExtent="266,38" ShadowStyle="/ShadowStyles.Outline1" Size="266,38" TextAlignmentVertical="Center" TextColor="#F0D080"></Text>
<Progressbar AbsorbsInput="false" BackgroundColor="#000000" DynamicData="/GameData.Spells.Casting" Location="37,36" Name="Progress" Progress="0.500" ScrollExtent="52,49" Size="52,49" Style="progress_style" Visible="false"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="8,6" Name="CastingBackground" PackLocation="top,left" PackLocationProp="0008/0001,0006/0001" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="104,90" Size="104,90" Visible="false"/>
</Page>
</Page>

This is my first ever try at updating a UI, so please feel free to give me some constructive criticism. And............Be Gentle :p

yotain 03-22-2007 07:44 AM

Not sure if this still an issue, but as of resently I have been having tooltip incompadiblity problems. I will be a shame remove this ui, worked so gloriously for so long.

turtlewatchin 04-27-2007 06:36 PM

help please
 
I love your ui but I cant get the player window and chat window to come up like you pic any advise

Martrae 05-26-2007 09:55 AM

Sorry, I didn't see this sooner.

The chat window should be part of the Dracokyn UI. I just have the tabs separated into to different windows.

The player window is Itanius' Arcane Player Window.

lilfroggy 10-30-2007 04:25 PM

i goin with something else.....too many change this and chnage that to make it work....

Wulfgyr 09-09-2019 06:35 PM

Support message
 
All - I recently contemplated returning to Norrath. Unfortunately, it appears as though one of my accounts was compromised sometime after I left. While Daybreak staff was able to recover one, they aren't able to recover the other (apparently when a miscreant changes the associated email, it overwrites the original email used to register/create the account). And I guess there aren't ingame GMs left that can verify Wulfgyr & Erytheal paid the upkeep on Mystbolts house in 2005-2006.

So, if you see Wulfgyr or Erytheal (or probably Wulfgyrw & Erythealw after the server merges) running around on Skyfire, tell them I said thanks.... or better yet, so long, and thanks for all the fish.

So no- I won't be updating the UI. As I previously mentioned though, any author that wants to can feel free - just please credit Thomus for his wonderful artwork.

Regards,
Wulfgyr Draco'Kyn
Mystbolt Draco'Kyn

masterrrr 03-05-2023 05:13 AM

Interesting.

Double check your UI\Dracokyn folder for the following file:

eq2ui_examine.xml

If it's in there, delete it.





----------------------
from Samsung Galaxy S23 ; CPU, Octa-core (1x3.36 GHz
Cortex-X3 & 2x2.8 GHz Cortex-A715 & 2x2.8 GHz Cortex-A710
vadjenje zuba u nisu


All times are GMT -5. The time now is 06:38 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI