Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #171  
Old 05-15-2013, 07:51 PM
DeadlyApostle DeadlyApostle is offline
Kobold

DeadlyApostle's Avatar

Join Date: Oct 2011
Posts: 125
Default

For the people who want the VertUI casting bar so they can see what spell is casting please cut and paste this code over the existing code in EQUI_CastingWindow.xml









<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<Gauge item="Casting_Gauge">
<ScreenID>Gauge</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>23</Y>
</Location>
<Size>
<CX>116</CX>
<CY>10</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>7</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Label item="Casting_SpellName">
<ScreenID />
<EQType>134</EQType>
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>1</LeftAnchorOffset>
<TopAnchorOffset>2</TopAnchorOffset>
<RightAnchorOffset>-2</RightAnchorOffset>
<BottomAnchorOffset>2</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Screen item="CastingWindow">
<!--<ScreenID/>-->
<!--<Font/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>290</X>
<Y>50</Y>
</Location>
<Size>
<CX>130</CX>
<CY>40</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>The Breath Meter</TooltipReference>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>Casting_Gauge</Pieces>
<Pieces>Casting_SpellName</Pieces>
</Screen>
</XML>
Reply With Quote
  #172  
Old 05-29-2013, 08:32 AM
Savok Savok is offline
Fire Giant

Savok's Avatar

Join Date: May 2010
Posts: 971
Default

Quote:
Originally Posted by DeadlyApostle [You must be logged in to view images. Log in or Register.]
For the people who want the VertUI casting bar so they can see what spell is casting please cut and paste this code over the existing code in EQUI_CastingWindow.xml









<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<Gauge item="Casting_Gauge">
<ScreenID>Gauge</ScreenID>
<!--<Font>3</Font> -->
<RelativePosition>true</RelativePosition>
<Location>
<X>6</X>
<Y>23</Y>
</Location>
<Size>
<CX>116</CX>
<CY>10</CY>
</Size>
<GaugeOffsetY>0</GaugeOffsetY>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<FillTint>
<R>240</R>
<G>240</G>
<B>0</B>
</FillTint>
<LinesFillTint>
<R>0</R>
<G>0</G>
<B>0</B>
</LinesFillTint>
<DrawLinesFill>false</DrawLinesFill>
<EQType>7</EQType>
<GaugeDrawTemplate>
<Background>A_GaugeBackground</Background>
<Fill>A_GaugeFill</Fill>
<Lines>A_GaugeLines</Lines>
<LinesFill>A_GaugeLinesFill</LinesFill>
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
</GaugeDrawTemplate>
</Gauge>
<Label item="Casting_SpellName">
<ScreenID />
<EQType>134</EQType>
<Font>4</Font>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>1</LeftAnchorOffset>
<TopAnchorOffset>2</TopAnchorOffset>
<RightAnchorOffset>-2</RightAnchorOffset>
<BottomAnchorOffset>2</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Text />
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>true</AlignCenter>
<AlignRight>false</AlignRight>
</Label>
<Screen item="CastingWindow">
<!--<ScreenID/>-->
<!--<Font/>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>290</X>
<Y>50</Y>
</Location>
<Size>
<CX>130</CX>
<CY>40</CY>
</Size>
<Text></Text>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>The Breath Meter</TooltipReference>
<DrawTemplate>WDT_Rounded</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>false</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>false</Style_Sizable>
<Pieces>Casting_Gauge</Pieces>
<Pieces>Casting_SpellName</Pieces>
</Screen>
</XML>
Your can also just delete the file and it will load from default.
__________________
Reply With Quote
  #173  
Old 06-18-2013, 05:13 PM
Furinex Furinex is offline
Sarnak

Furinex's Avatar

Join Date: Apr 2013
Posts: 339
Send a message via AIM to Furinex
Default

Sorry to boost an old thread but I wasnt about to create a new one. In the group window, when you click on someone's health bar near the bottom of their bar, there's a good chance you will end up clicking the person below your target click in the group window. It seems like the references are off. Anyway to adjust this slightly?
Reply With Quote
  #174  
Old 07-10-2013, 04:26 PM
Sollix Sollix is offline
Kobold

Sollix's Avatar

Join Date: May 2011
Posts: 132
Default

Kickass UI.
__________________
Sollix - Luclin - Retired 2005
Reply With Quote
  #175  
Old 07-16-2013, 02:38 PM
Furinex Furinex is offline
Sarnak

Furinex's Avatar

Join Date: Apr 2013
Posts: 339
Send a message via AIM to Furinex
Default

Great UI. Links broken?
Reply With Quote
  #176  
Old 07-17-2013, 09:30 PM
Savok Savok is offline
Fire Giant

Savok's Avatar

Join Date: May 2010
Posts: 971
Default

Quote:
Originally Posted by Furinex [You must be logged in to view images. Log in or Register.]
Great UI. Links broken?
Works here. Still having issues?
__________________
Reply With Quote
  #177  
Old 07-18-2013, 12:09 PM
Furinex Furinex is offline
Sarnak

Furinex's Avatar

Join Date: Apr 2013
Posts: 339
Send a message via AIM to Furinex
Default

I got it now, Dunno what the deal was but they were broken (for me at least) for the last 2 days. I was able to download them this morning.
Reply With Quote
  #178  
Old 11-28-2013, 11:49 AM
Auronis Auronis is offline
Skeleton


Join Date: Dec 2009
Posts: 18
Default

Love the UI just trying to use classic spell icons and my player window doesn't seem to like it, downloaded everything from your posts, any ideas what I messed up? Thanks

[You must be logged in to view images. Log in or Register.]
Reply With Quote
  #179  
Old 01-11-2014, 06:08 PM
Mac Dretti Mac Dretti is offline
Banned


Join Date: Dec 2013
Posts: 1,337
Default

i dont see any links on the OP for combination 2x5 hotkeys and vert or 2x5 and horizontals

does anyone know how to do that?
Reply With Quote
  #180  
Old 01-19-2014, 12:56 AM
heartbrand heartbrand is offline
Planar Protector

heartbrand's Avatar

Join Date: Dec 2011
Location: The Wire
Posts: 9,758
Default

Links dont' work halp
__________________
Checkraise Dragonslayer <Retired>
"My armor color matches my playstyle"
Reply With Quote
Reply


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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:46 PM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.