EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Pieces > Group window


Post A Reply
Author Comments Comment Options
Unread 04-17-2008, 10:40 PM  
cdec518
A Grove Wisp
 
cdec518's Avatar

Server: Antonia Bayle
Forum posts: 25
File comments: 46
Uploads: 0
I like the look of this mod but I have 2 beefs...

C2C icons are tiny. The group window's classes popping up is a nice touch, btu it blocks you from hitting that tiny cure icon.

Biggest prob is that this mod somehow conflicts with my broker window mod (I use Profit's broker window). I have tried reinstalling both on top of each other, and when i install your mod over the broker window i cant see some text in the broker window; When i install the broker window over yours, my health and power bars are darkened out. I dont know much about creating or editing mods, but any help you can offer on this subject would be much appreciated.
cdec518 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-14-2008, 12:52 PM  
Chillispike
A Rumbleroot Sapling
Interface Author - Click to view interfaces

Server: Splitpaw
Forum posts: 68
File comments: 3
Uploads: 5
Re: Re: Personal Health window

Quote:
Originally posted by mother9987
There will be a % and a naked. I'll release them as patches for the absolute version here as soon as I'm happy with the way absolute is working. It's just easier to debug one version than 3.
Just added the % my self wuhuu hehe
Line 15 old:
Code:
<Page BackgroundColor="#00FF00" Location="5,16" Name="MemberInfoPage" PackLocation="left,top" ScrollExtent="135,39" Size="135,39">
line 15 and new added line 16 and 17:
Code:
<Page BackgroundColor="#00FF00" Location="5,16" Name="MemberInfoPage" PackLocation="left,top" ScrollExtent="180,39" Size="180,39">
 <Text AbsorbsInput="false" actiontype="Target" Color="#8A8AFF" DynamicData="/GameData.Self.Power" Font="/TextStyles.Normal.NormalStyle" Location="130,13" MaximumSize="124,15" MaxLines="1" Name="PowerPercent" ScrollExtent="35,15" ShadowStyle="/ShadowStyles.Outline1" Size="35,15" TextAlignment="Right" TextAlignmentVertical="Center" TruncateElipsis="false">100%</Text>
 <Text AbsorbsInput="false" actiontype="Target" Color="#8A8AFF" DynamicData="/GameData.Self.Health" Font="/TextStyles.Normal.NormalStyle" Location="130,-1" MaximumSize="124,15" MaxLines="1" Name="HealthPercent" ScrollExtent="35,15" ShadowStyle="/ShadowStyles.Outline1" Size="35,15" TextAlignment="Right" TextAlignmentVertical="Center" TruncateElipsis="false">100%</Text>

With that add i see % hp and power next to the number.
Only edit in the memberinfo line is that the size is 180 now instead of 135 so just a little bigger.

Chilli
Chillispike is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-13-2008, 09:24 PM  
mother9987
A Griffon
 
mother9987's Avatar
Interface Author - Click to view interfaces

Server: Everfrost
Forum posts: 204
File comments: 68
Uploads: 19
Re: Personal Health window

Quote:
Originally posted by Druesius
I really like your UI pieces however when I had to update, I updated all the pieces and now my personal health and power show totals and no longer show as a percentage. Do you have another version that shows percentages? As an illusionist, I must run at 30% power or less for an AA line I use and it's now more difficult to see where my power stands as a percentage value.
There will be a % and a naked. I'll release them as patches for the absolute version here as soon as I'm happy with the way absolute is working. It's just easier to debug one version than 3.
mother9987 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-13-2008, 05:41 PM  
Druesius
A Coastal Crab

Server: Lucan DLere
Forum posts: 0
File comments: 1
Uploads: 0
Personal Health window

I really like your UI pieces however when I had to update, I updated all the pieces and now my personal health and power show totals and no longer show as a percentage. Do you have another version that shows percentages? As an illusionist, I must run at 30% power or less for an AA line I use and it's now more difficult to see where my power stands as a percentage value.
Druesius is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-13-2008, 01:57 PM  
revsmitty
A Young Mystail Rat

Server: Antonia Bayle
Forum posts: 3
File comments: 11
Uploads: 0
Is there anyone to turn off the extra rollover of class and level for all group members? When I go in to use the click the cure feature this pops right over the ailment and in the way.

Last edited by revsmitty : 04-13-2008 at 04:05 PM.
revsmitty is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2008, 11:34 PM  
c24h78ill
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 2
Uploads: 0
Yeah that's what it was... My main eq2ui.xml did have an include customs xml. We ust added the line and it works fine now.. thanx
c24h78ill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2008, 08:27 PM  
machbane
A Crazed Gnoll
 
machbane's Avatar

Server: Antonia Bayle
Forum posts: 22
File comments: 3
Uploads: 0
Re: Re: Re: Re: grp window

Quote:
Originally posted by mother9987
Ah - that'd make sense for both of you, then. I'm trying to move away from modifying the eq2ui.xml or whatever the parent file is and into modifying the eq2ui_custom.xml as I guess that's now perferred - for exactly this reason.

So, please - previous poster, also check if you have an eq2ui.xml file in your ui mod directory and if so, does it have the eq2ui_custom.xml include?
Just tested and it fixed my problem. I do have something else i need help with if i can pm you.ty.
machbane is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2008, 07:25 PM  
mother9987
A Griffon
 
mother9987's Avatar
Interface Author - Click to view interfaces

Server: Everfrost
Forum posts: 204
File comments: 68
Uploads: 19
Re: Re: Re: grp window

Quote:
Originally posted by machbane
Actually i was comng here to post that i am having the same problem, all the files are in the right spots. Just cant get the health and power bars to show.


Just thought of something but can't test it atm. I have a eq2ui.xml file in my ui directiry. It is missing <include>eq2ui_custom.xml</include> which is in the default file. I added it to the one in my ui directory and will test in a bit.
Ah - that'd make sense for both of you, then. I'm trying to move away from modifying the eq2ui.xml or whatever the parent file is and into modifying the eq2ui_custom.xml as I guess that's now perferred - for exactly this reason.

So, please - previous poster, also check if you have an eq2ui.xml file in your ui mod directory and if so, does it have the eq2ui_custom.xml include?
mother9987 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2008, 06:42 PM  
machbane
A Crazed Gnoll
 
machbane's Avatar

Server: Antonia Bayle
Forum posts: 22
File comments: 3
Uploads: 0
Re: Re: grp window

Actually i was comng here to post that i am having the same problem, all the files are in the right spots. Just cant get the health and power bars to show.


Just thought of something but can't test it atm. I have a eq2ui.xml file in my ui directiry. It is missing <include>eq2ui_custom.xml</include> which is in the default file. I added it to the one in my ui directory and will test in a bit.

Last edited by machbane : 04-11-2008 at 06:47 PM.
machbane is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2008, 11:35 AM  
mother9987
A Griffon
 
mother9987's Avatar
Interface Author - Click to view interfaces

Server: Everfrost
Forum posts: 204
File comments: 68
Uploads: 19
Re: grp window

Quote:
Originally posted by c24h78ill
I downloaded and installed everything as advertised. I have abit of exp. with working ui's ect... Me and my wife.. on 2 seperate computers have all working except we have no power or health bars. we get % and numbers correctly.. that's it....
Sounds like any of:
  • You didn't put the eq2ui_custom.xml in your UI directory (or edit your existing one to add the _Mothers_Styles.xml line
  • You don't have _Mothers_Styles.xml or _Mothers_Styles_1.xml in your UI directory.
  • You don't have progress01.dds in the images subdirectory of your UI directory.

The bars are in progress01.dds which is referenced by _mothers_styles_1.xml which is referenced by _mothers_styles.xml which is referenced by eq2ui_custom.xml.

So, something in that chain is broken... If you check all that and still have problems, PM me and I'll work with you to figure out what's up.
mother9987 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-11-2008, 08:39 AM  
c24h78ill
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 2
Uploads: 0
grp window

I downloaded and installed everything as advertised. I have abit of exp. with working ui's ect... Me and my wife.. on 2 seperate computers have all working except we have no power or health bars. we get % and numbers correctly.. that's it....
c24h78ill is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-09-2008, 06:25 PM  
mother9987
A Griffon
 
mother9987's Avatar
Interface Author - Click to view interfaces

Server: Everfrost
Forum posts: 204
File comments: 68
Uploads: 19
Ok, I suspect I know the problem. I'll look into it. I suspect it has to do with which target version you use. Do you use simple (frames) or whatever the other one is?

I use the latter myself, so I probably forgot to check the frames version.

Edit: ok, try this version! I think we may be good now!

Last edited by mother9987 : 04-09-2008 at 07:44 PM.
mother9987 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-09-2008, 06:08 PM  
Momolicious
A Young Mystail Rat

Server: Antonia Bayle
Forum posts: 2
File comments: 1
Uploads: 0
Re: Re: Thank you, but...

Quote:
Originally posted by mother9987
Thank you, I'll take a look ASAP.

Edit: are you sure? I looked at the files and they are the editted ones from last night that I saw working...
Target power looks to be 75-80% when full. Both players and Mobs.

I also do not get any implied target at all. I do however have a non-framed box next to my target box that shows up when I F10. The non-framed box when right clicked will bring up the LDON challenge, tell, window settings, lock window dialogs.

Last edited by Momolicious : 04-09-2008 at 06:17 PM.
Momolicious is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-09-2008, 11:57 AM  
mother9987
A Griffon
 
mother9987's Avatar
Interface Author - Click to view interfaces

Server: Everfrost
Forum posts: 204
File comments: 68
Uploads: 19
Re: Thank you, but...

Quote:
Originally posted by sixous
Target and implied target power bar not working yet, in ver.1.01.
Thank you, I'll take a look ASAP.

Edit: are you sure? I looked at the files and they are the editted ones from last night that I saw working...

Last edited by mother9987 : 04-09-2008 at 01:41 PM.
mother9987 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-09-2008, 06:16 AM  
sixous
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 1
Uploads: 0
Thank you, but&#12539;&#12539;&#12539;

Target and implied target power bar not working yet, in ver.1.01.
sixous is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 11:54 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI