Frequncy UI - I Like turtles

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

Zeit
a lesser mummy
a lesser mummy
Posts: 34
Joined: Sat Jan 24, 2004 5:54 am

Post by Zeit » Wed Apr 21, 2004 11:14 pm

hps wont go over 9999 now ;( need a 5th number

User avatar
FreQuency
a hill giant
a hill giant
Posts: 215
Joined: Tue Sep 23, 2003 6:03 pm

Post by FreQuency » Thu Apr 22, 2004 12:37 am

doh thought i fixed that one, added to todo list with atk needing another digit and straighting up player window and group member distance
Frequency
[quote="Lax"] "And before you whine about how we treat our short bus users..."[/quote]
[quote="skyler"]"I come for the comradery, I stay for the positive atmosphere."[/quote]
[quote="dont_know_at_all"]"i rather you not get VIP so i won't feel bad about banning your ass when you keep asking stupid questions"[/quote]

JimJohnson
a grimling bloodguard
a grimling bloodguard
Posts: 1299
Joined: Sat Oct 11, 2003 6:00 am

Post by JimJohnson » Thu Apr 22, 2004 1:05 am

request: Move resists to the player window instead of the hot box, and a Target of Targets Health simulare to the normal target box.


Misc little spacing issues.
Target box - Direction of target font is to big cuts off half the first letter.( NW NE SW SE )


Thanks for updating this for us Frequency =)

Ron
orc pawn
orc pawn
Posts: 13
Joined: Wed Mar 10, 2004 2:34 pm

Post by Ron » Thu Apr 22, 2004 1:14 am

i have the same problem, anyone have any ideas?

Scythen60
orc pawn
orc pawn
Posts: 16
Joined: Thu Apr 22, 2004 1:30 am

Post by Scythen60 » Thu Apr 22, 2004 1:57 am

~Added/Fixed
EQUI_PlayerWindow.xml By: blamstick -=Mod: Slimed down player window. Shows: Sit/Stand, Zem, AC, Atk, and Regen. Sta bar added between HP and Mana Bar
~and
EQUI_TargetWindow.xml Self fix By: CapnBry -=Mod: Add Con color to the Target box

http://mysite.verizon.net/res7ztu6/infiniti3.zip

Zeit
a lesser mummy
a lesser mummy
Posts: 34
Joined: Sat Jan 24, 2004 5:54 am

Post by Zeit » Thu Apr 22, 2004 8:58 am

hmm well ill use scythen60's player window for now until frequency can get his fixed :) I'm a warrior so its driving me nuts to see 2000hps where it should be a few more! Thanks for the work guys I guess I'm going to have to pick up XML so I can fix my own stuff! OH! and scythen60 I love the con color in the target box very nice touch!

JimJohnson
a grimling bloodguard
a grimling bloodguard
Posts: 1299
Joined: Sat Oct 11, 2003 6:00 am

Post by JimJohnson » Thu Apr 22, 2004 10:49 am

atk with 4 numbers

Code: Select all

<Label item="Player_ATKNum">
    <TextColor>
      <B>255</B>
      <G>255</G>
      <R>255</R>
    </TextColor>
    <EQType>23</EQType>
    <Font>2</Font>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>35</X>
      <Y>103</Y>
    </Location>
    <Size>
      <CX>24</CX>
      <CY>14</CY>
    </Size>
    <Text>1888</Text>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>

fix for hp number /mana know people close to 10k mana and would have been stuck at 9999


Code: Select all

<Label item="Player_HPNumber">
    <Font>2</Font>
    <ScreenID>PlayerHPNumber</ScreenID>
    <EQType>17</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>9</X>
      <Y>19</Y>
    </Location>
<!--    <Location>
      <X>54</X>
      <Y>19</Y>
    </Location>-->
    <Size>
      <CX>33</CX>
      <CY>14</CY>
    </Size>
    <Text>10000</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="Player_HPDivider">
    <Font>3</Font>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>44</X>
      <Y>19</Y>
    </Location>
    <!--<Location>
      <X>97</X>
      <Y>19</Y>
    </Location>-->
    <Size>
      <CX>7</CX>
      <CY>14</CY>
    </Size>
    <Text>/</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="Player_HPMax">
    <Font>2</Font>
    <ScreenID>PlayerMaxHP</ScreenID>
    <EQType>18</EQType>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>49</X>
      <Y>19</Y>
    </Location>
<!--    <Location>
      <X>105</X>
      <Y>19</Y>
    </Location>-->
    <Size>
      <CX>33</CX>
      <CY>14</CY>
    </Size>
    <Text>10000</Text>
    <TextColor>
      <R>255</R>
      <G>0</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
  </Label>
  
    <Label item="MQ_ManaNumber">
    <Font>2</Font>
    <ScreenID>ManaNumber</ScreenID>
    <EQType>9999</EQType>
    	<TooltipReference>${Me.CurrentMana}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>85</X>
      <Y>19</Y>
    </Location>
<!--    <Location>
      <X>54</X>
      <Y>19</Y>
    </Location>-->
    <Size>
      <CX>33</CX>
      <CY>14</CY>
    </Size>
    <Text>10000</Text>
    <TextColor>
      <R>0</R>
      <G>255</G>
      <B>0</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>true</AlignRight>
    <AlignLeft>false</AlignLeft>
  </Label>
  <Label item="MQ_ManaDivider">
    <Font>3</Font>
    <!--<Font>3</Font>-->
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>120</X>
      <Y>19</Y>
    </Location>
    <!--<Location>
      <X>97</X>
      <Y>19</Y>
    </Location>-->
    <Size>
      <CX>7</CX>
      <CY>14</CY>
    </Size>
    <Text>/</Text>
    <TextColor>
      <R>255</R>
      <G>255</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignCenter>false</AlignCenter>
    <AlignRight>false</AlignRight>
    <AlignLeft>true</AlignLeft>
  </Label>
  <Label item="MQ_ManaMax">
    <Font>2</Font>
    <ScreenID>ManaMax</ScreenID>
    <EQType>9999</EQType>
       <TooltipReference>${Me.MaxMana}</TooltipReference>
    <RelativePosition>true</RelativePosition>
    <Location>
      <X>129</X>
      <Y>19</Y>
    </Location>
<!--    <Location>
      <X>105</X>
      <Y>19</Y>
    </Location>-->
    <Size>
      <CX>33</CX>
      <CY>14</CY>
    </Size>
    <Text>10000</Text>
    <TextColor>
      <R>0</R>
      <G>100</G>
      <B>255</B>
    </TextColor>
    <NoWrap>true</NoWrap>
    <AlignLeft>true</AlignLeft>
  </Label>

just simply edite old player window and past these over the old section.

User avatar
Pax
a lesser mummy
a lesser mummy
Posts: 52
Joined: Fri Dec 19, 2003 11:04 am
Location: Denmark

Post by Pax » Thu Apr 22, 2004 12:51 pm

did you leave out GM check on purpose or did you forget it or whatever ? :)
big kudos for this UI .... ive looked at some of the others here, but this one takes home the price in my book

User avatar
FreQuency
a hill giant
a hill giant
Posts: 215
Joined: Tue Sep 23, 2003 6:03 pm

Post by FreQuency » Thu Apr 22, 2004 3:17 pm

was accident but $GM is very unreliable will make it optional in cake tool
Frequency
[quote="Lax"] "And before you whine about how we treat our short bus users..."[/quote]
[quote="skyler"]"I come for the comradery, I stay for the positive atmosphere."[/quote]
[quote="dont_know_at_all"]"i rather you not get VIP so i won't feel bad about banning your ass when you keep asking stupid questions"[/quote]

User avatar
Pax
a lesser mummy
a lesser mummy
Posts: 52
Joined: Fri Dec 19, 2003 11:04 am
Location: Denmark

Post by Pax » Thu Apr 22, 2004 3:52 pm

k thanks, ill live with it as it is for now :)

OldNecro
a ghoul
a ghoul
Posts: 136
Joined: Thu Dec 19, 2002 3:09 am

Post by OldNecro » Thu Apr 22, 2004 4:50 pm

Is there any way you could make a "classic" version that has everything exactly as it used to be? That would be really cool, just if you get a spare minute or two... This version doesn't even show exp to 2 decimal places anymore, and it's really frustrating to see my mana points exactly where my HP was in the old version... got me killed a couple times already... :cry:

Thanks,
-OldNecro
Saddam Hussein begins to use An Innocent Bystander as a living shield!
An Innocent Bystander ceases protecting Saddam Hussein's corpse.

User avatar
TheUnholy
a hill giant
a hill giant
Posts: 269
Joined: Wed Mar 03, 2004 11:59 pm

Post by TheUnholy » Fri Apr 23, 2004 8:58 pm

I kept the orig player window for the most part. When z.e.m. stopped working I added a mana % in its place. recently I took out the "state" display and added a 12 hour clock. (download link on next page)
Last edited by TheUnholy on Tue Jun 22, 2004 5:11 pm, edited 1 time in total.

User avatar
TheUnholy
a hill giant
a hill giant
Posts: 269
Joined: Wed Mar 03, 2004 11:59 pm

Post by TheUnholy » Fri Apr 23, 2004 9:00 pm

can't get the code to display right, i r teh newb. Anyone who can host a download for the xml? keeps breaking the code anytime I put it in a messege. think it may be too long.

Midnight
a lesser mummy
a lesser mummy
Posts: 68
Joined: Wed Nov 12, 2003 12:51 pm

Post by Midnight » Fri Apr 23, 2004 9:42 pm

Thats a great Player Window.. I'd use that instead of what I'm usin now

Remblan
orc pawn
orc pawn
Posts: 10
Joined: Thu Apr 22, 2004 2:44 am

Post by Remblan » Sat Apr 24, 2004 12:18 am

TheUnholy for you to post the code you will need to split it between two posts. I had to do the same to get my mod to post the other day. Now if only I could find a place to host an image for my screenie of it.