Search found 9 matches

by mclee
Sat Aug 20, 2005 3:22 pm
Forum: MQ2::Custom UI
Topic: Modified Warcraft UI
Replies: 7
Views: 2780

Player Window-2

<Gauge item="PW_Player_HP_Blank2"> <ScreenID>PW_PlayerHP</ScreenID> <!--<Font>3</Font>--> <TextColor> <R>240</R> <G>240</G> <B>240</B> </TextColor> <RelativePosition>true</RelativePosition> <Location> <X>-25</X> <Y>-27</Y> </Location> <Size> <CX>93</CX> <CY>92</CY> </Size> <TextOffsetX>-3...
by mclee
Sat Aug 20, 2005 3:12 pm
Forum: MQ2::Custom UI
Topic: Modified Warcraft UI
Replies: 7
Views: 2780

Player Window

Player window <?xml version="1.0" encoding="us-ascii"?> <XML ID="EQInterfaceDefinitionLanguage"> <Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" /> <!-- Created by Drakah --> <TextureInfo item="Player_Portrait.tga"> <Size> <CX>6...
by mclee
Fri Aug 19, 2005 11:54 am
Forum: MQ2::Custom UI
Topic: Modified Warcraft UI
Replies: 7
Views: 2780

<Gauge item="GW_drakah_gaugeHPO5"> <ScreenID>drakah_gauge</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>-61</X> <Y>196</Y> </Location> <Size> <CX>140</CX> <CY>34</CY> </Size> <GaugeOffsetX>0</GaugeOffsetX> <GaugeOffsetY>0</GaugeOffsetY> <TextOffsetY>-50</TextOffsetY> ...
by mclee
Fri Aug 19, 2005 11:52 am
Forum: MQ2::Custom UI
Topic: Modified Warcraft UI
Replies: 7
Views: 2780

<TextOffsetY>-50</TextOffsetY> <GaugeOffsetY>0</GaugeOffsetY> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <!--<TooltipReference/>--> <FillTint> <R>255</R> <G>255</G> <B>0</B> </FillTint> <LinesFillTint> <R>220</R> <G>220</G>...
by mclee
Fri Aug 19, 2005 11:51 am
Forum: MQ2::Custom UI
Topic: Modified Warcraft UI
Replies: 7
Views: 2780

<Button item="GW_DeclineButton"> <ScreenID>DeclineButton</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>86</X> <Y>4</Y> </Location> <Size> <CX>56</CX> <CY>20</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <S...
by mclee
Fri Aug 19, 2005 11:42 am
Forum: MQ2::Custom UI
Topic: Modified Warcraft UI
Replies: 7
Views: 2780

Modified Warcraft UI

Added some features to Drakah's Fantastic Warcraft UI Stole everything from others on this board. Want to say thanks to Gimp, Frequency and prolly some other's I can't remember atm whose UI's i used as examples. Group Window: Name changed to red when group member's are invis. Plus lvl,class, distanc...
by mclee
Fri Jun 10, 2005 12:08 am
Forum: MQ2::Custom UI
Topic: UI
Replies: 16
Views: 8624

to show text of name in different colors, you can do like this: first make a mq2 tooltip with the "normal" text color for uninvis: ${If[${Group[1].Member.Visible},${Group[1].Member.Name},]} then make one with the invis color: ${If[!${Group[1].Member.Visible},${Group[1].Member.Name},]} Tha...
by mclee
Thu Jun 09, 2005 5:06 pm
Forum: MQ2::Custom UI
Topic: UI
Replies: 16
Views: 8624

Gimp, I actually use your macro all the time. Have been using it to learn about modding UI's and how alot of what MQ2 can do for players. I stole relentlessly from your UI to mod the one I am working on, and it currently uses your method of showing invis. What I am trying to do is get it to change t...
by mclee
Thu Jun 09, 2005 2:16 am
Forum: MQ2::Custom UI
Topic: UI
Replies: 16
Views: 8624

Does anyone have a copy of this UI. Or has anyone seen another example of showing when players/group members invis state is displayed like this, they could point me at. My search efforts came up with nothing. - Player name goes blue when invis - Goes Blue when group member is invis. Would like to se...