Home Forum Downloads My Favorites Register FAQ Mark Forums Read

Go Back   EQInterface Forums > General Discussion > Request
User Name
Password

Reply
 
Thread Tools Display Modes
Old 07-18-2004, 02:00 PM   #1
Mysticcat
A Gray Wolf
 
Mysticcat's Avatar
 
Join Date: Oct 2002
Server: Xegony
Posts: 9
Default Vitruvian Inventory UI

Ok, I have been using this inventory UI for a long time. I like it.
But, the person who made it is no longer playing EQ and I am not a UI fixer/modifier.
So I am coming to you people here to see if I can get some help from one of you on fixing this UI so that it will do the new modifications that have just come out.
Here it is in zip form. It may be an older version than the one I am using. I also attached the UIinventory that I am using at this time, which I think was an update to the one in the zip file.

Thanks for any help that you all can give me. I really like this UI and would like to continue using it.
Attached Images
File Type: jpg VitruvianInventory.jpg (74.0 KB, 369 views)
Attached Files
File Type: zip Inventoryvitruvian.zip (123.8 KB, 9 views)
File Type: xml EQUI_Inventory.xml (47.9 KB, 6 views)
__________________
Mysticcat Sharpclaws
Paladin of Xegony

Last edited by Mysticcat : 07-18-2004 at 11:15 PM. Reason: adding picture of UI
Mysticcat is offline   Reply With Quote
Old 07-20-2004, 12:16 AM   #2
Mysticcat
A Gray Wolf
 
Mysticcat's Avatar
 
Join Date: Oct 2002
Server: Xegony
Posts: 9
Default

Please cant someone help me on this
Mysticcat is offline   Reply With Quote
Old 07-20-2004, 06:44 AM   #3
Nift
A Treant
 
Join Date: Sep 2002
Posts: 27
Default

What do you want? both mana and endurance? Were do you want them?

There are alot of people that will usually gladly help but it does require you to provide All the needed information.
Nift is offline   Reply With Quote
Old 07-20-2004, 03:32 PM   #4
Mysticcat
A Gray Wolf
 
Mysticcat's Avatar
 
Join Date: Oct 2002
Server: Xegony
Posts: 9
Default

Thank you for the reply
Mana and endurance would both be awesome. Im sorry I didnt specify where to add them at, I just kinda figured that they would just get added. LOL sorry
Up on the right side below the AC HP indicators would be a great place for them.

Thanks Lots for the help
Mysticcat is offline   Reply With Quote
Old 07-21-2004, 03:04 PM   #5
kasca
A Lost Soul
 
Join Date: Oct 2002
Server: the rathe
Posts: 428
Send a message via ICQ to kasca
Talking

I also use it for my clr. Id lov a updated one myself.
__________________
Kill them All Let God,if there is one. Sort them out.
kasca is offline   Reply With Quote
Old 07-21-2004, 08:21 PM   #6
Mysticcat
A Gray Wolf
 
Mysticcat's Avatar
 
Join Date: Oct 2002
Server: Xegony
Posts: 9
Default

Yes, I've used that UI for a long time. I like the way it shows the objects where the human parts themselves are.
I sure hope someone can fix it to be used with the new info.
Mysticcat is offline   Reply With Quote
Old 07-23-2004, 04:10 AM   #7
Mysticcat
A Gray Wolf
 
Mysticcat's Avatar
 
Join Date: Oct 2002
Server: Xegony
Posts: 9
Thumbs up

need help still please someone
Mysticcat is offline   Reply With Quote
Old 07-23-2004, 07:45 AM   #8
Dragon8703
A Bat
 
Join Date: Jul 2004
Posts: 1
Default How do I make UI's

I like most of the UI's I have seen, but as most will agree depending on what class you have needs are different on each of them. If anyone can tell me what program to get or how to start making a UI I would greatly appreciate it. Usually I am quick to pick up things on computers so if I do alright I will post them, just need a start in the right direction. Please email me at at [email protected]
Dragon8703 is offline   Reply With Quote
Old 07-24-2004, 08:03 PM   #9
Nift
A Treant
 
Join Date: Sep 2002
Posts: 27
Default

Sorry all been away a few days. I gave this a try but I am at work so can not test it. I would bet the locations numbers need to be adjusted. I have added the <!-- Added --> tags were I added to the file for assistance.

Will also just post what I added were.

Under ATKNumber label set added two new labels sets.
Code:
<!-- ADDED --> <Label item ="IW_Mananumberlabel"> <ScreenID>Mananumberlabel</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>340</X> <Y>45</Y> </Location> <Size> <CX>64</CX> <CY>14</CY> </Size> <Text>MANA</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="IW_ManaNumber"> <ScreenID>ManaNumber</ScreenID> <EQType>128</EQType> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>366</X> <Y>45</Y> </Location> <Size> <CX>80</CX> <CY>14</CY> </Size> <Text>0</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="IW_ENDLabel"> <ScreenID>ENDLabel</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>340</X> <Y>57</Y> </Location> <Size> <CX>64</CX> <CY>14</CY> </Size> <Text>Endurance</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>false</AlignRight> </Label> <Label item ="IW_ENDNumber"> <ScreenID>ENDNumber</ScreenID> <EQType>129</EQType> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>366</X> <Y>57</Y> </Location> <Size> <CX>80</CX> <CY>14</CY> </Size> <Text>0</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <!-- END ADDED -->



Then in the bottom of the file in the pieces I added:

Code:
<!-- Added --> <Pieces>IW_Mananumberlabel</Pieces> <Pieces>IW_ManaNumber</Pieces> <Pieces>IW_ENDLabel</Pieces> <Pieces>IW_ENDNumber</Pieces> <!-- Added -->


Attached is the edited file. I hope this helps you.
Attached Files
File Type: xml EQUI_Inventory.xml (49.9 KB, 13 views)

Last edited by Nift : 07-25-2004 at 09:57 PM.
Nift is offline   Reply With Quote
Old 07-25-2004, 08:38 PM   #10
Mysticcat
A Gray Wolf
 
Mysticcat's Avatar
 
Join Date: Oct 2002
Server: Xegony
Posts: 9
Default

ok, what you did seems to work and looks great
but there are now 3 ATK places below the HP /AC numbers.
If ya can fix those I think we got a winner here

Thanks so much for the help, your AWESOME
Mysticcat is offline   Reply With Quote
Old 07-25-2004, 09:58 PM   #11
Nift
A Treant
 
Join Date: Sep 2002
Posts: 27
Default

LOL I forgot to change the actual text for those entries. Ok edited the original it should now show mana and endurance instead of three ATK.

That what happens when I try to edit code on break at work.
Nift is offline   Reply With Quote
Old 07-26-2004, 03:57 PM   #12
Mysticcat
A Gray Wolf
 
Mysticcat's Avatar
 
Join Date: Oct 2002
Server: Xegony
Posts: 9
Default

Thank you so much.
You did a great job, even if you were at work on break
I am using it and loving it. WOOT Great job
Thank you so much again
Mysticcat is offline   Reply With Quote
Old 08-02-2004, 11:43 AM   #13
kasca
A Lost Soul
 
Join Date: Oct 2002
Server: the rathe
Posts: 428
Send a message via ICQ to kasca
Default

Ok i cant paste this in. WHat iam i doing wrong???
kasca is offline   Reply With Quote
Old 11-01-2004, 01:02 PM   #14
kasca
A Lost Soul
 
Join Date: Oct 2002
Server: the rathe
Posts: 428
Send a message via ICQ to kasca
Default

!!HELP!! ... please i tryed to do this with paste. I cant get it to work. Could someone post the updated inventory? I really lov this in my cleric ui.
kasca is offline   Reply With Quote
Old 11-03-2004, 01:08 PM   #15
kasca
A Lost Soul
 
Join Date: Oct 2002
Server: the rathe
Posts: 428
Send a message via ICQ to kasca
Default

Man please can someone post the zip for this. Sorry some of us are just to dumb to do it the posted way
kasca is offline   Reply With Quote
Reply



Thread Tools
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


All times are GMT -5. The time now is 12:50 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI