EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Discussion > Released

Reply
Thread Tools Search this Thread Display Modes
  #76  
Unread 07-30-2008, 02:36 PM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

Quote:
Originally Posted by Mardigann View Post
This is an AWESOME XP bar setup. but I am using ProfitUI and I need that XP bar too - so is there a way to use both? I tried just renaming this one, but that didn't work (long shot but I thought it might work).

Thanks in advance!
Thanks!

We had this discussion a few posts up, hehe. You can use my XP bars with ProfitUI, but you have to manually initialize the ControlCenter once you're in-game.


You can type these commands into the chat bar manually, C&P, or best yet, make a macro and click it each time you login.
/show_window Custom.ProfitUI_ControlCenter
/hide_window Custom.ProfitUI_ControlCenter
Let me know if you have any problems.
Reply With Quote
  #77  
Unread 07-30-2008, 02:40 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by Seagoat View Post
You can type these commands into the chat bar manually, C&P, or best yet, make a macro and click it each time you login.
/show_window Custom.ProfitUI_ControlCenter
/hide_window Custom.ProfitUI_ControlCenter
While that works, you could also just hit the ControlCenter button.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #78  
Unread 07-30-2008, 02:47 PM
Mardigann Mardigann is offline
A Brown Bear
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 8
Default

Ok what I'm asking for is this - I want to have my cake and eat it too - I want both of these XP bars - but they are both named the same thing... can I have both loaded? Renaming one doesn't seem to work... There must be a way to do it!!! The idea here is that Profit's is integrated but I like seeing all four - so I want both on at the same time and that's not happening.

Awesome response times also
Reply With Quote
  #79  
Unread 07-30-2008, 02:54 PM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

GM9: LOL, that works too!

Mardigann: It should be possible, and if it works the way my head thinks it ought to work, all you should need to do is...

1. Rename my XP bars file to "Seagoat_Experience.xml"
2. If you have a eq2ui_custom.xml file, add this line to it:
<include>Seagoat_Experience.xml</include>
...but if you don't have one, use the one attached.
Attached Files
File Type: xml eq2ui_custom.xml (224 Bytes, 407 views)
Reply With Quote
  #80  
Unread 07-30-2008, 03:52 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

I think bad things may happen if you do that. Because both files have the same name (in the XML), they will be merged during runtime. Might work, but it's better to avoid that.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #81  
Unread 07-30-2008, 03:56 PM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

I see...didn't think of that! Maybe the second line in the XML file can be changed from this:
Name="Experience"
to this:
Name="Seagoat_Experience" (or whatever)

Think that would do it?
Reply With Quote
  #82  
Unread 07-30-2008, 03:59 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by Seagoat View Post
Think that would do it?
Yes. Don't forget that you'll need a
/show_window Custom.Seagoat_Experience
to see it though.

PS: Should I mention here that the ProfitUI XP window has a top bar that can show all 4 experience types at the same time as well?
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #83  
Unread 07-30-2008, 04:11 PM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

Quote:
Originally Posted by gm9 View Post
PS: Should I mention here that the ProfitUI XP window has a top bar that can show all 4 experience types at the same time as well?
Shhh! You're crampin' my style!
Reply With Quote
  #84  
Unread 07-30-2008, 04:52 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Send a message via ICQ to Landiin Send a message via AIM to Landiin Send a message via MSN to Landiin Send a message via Yahoo to Landiin
Default

It really don't matter, as long as they don't have the same direct parent. Heck I've even seen same name with the same parent and all works. If the objects are from the same parent with the same name are referred to in script the 1st one the the z-order will be used.

edit:
But its best not to put the same name under the same parent node. With SOE hard coding there isn't any telling what will happen if your naming mirrored SOE's.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 07-30-2008 at 04:56 PM.
Reply With Quote
  #85  
Unread 07-30-2008, 05:14 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by Landiin View Post
If the objects are from the same parent with the same name are referred to in script the 1st one the the z-order will be used.
Exactly, although I have also already seen that both have been merged into a single child node.

The problem is that Custom and MainHUD get merged into _HUD, so the same applies as they will then have the same parent.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #86  
Unread 07-30-2008, 09:01 PM
Mardigann Mardigann is offline
A Brown Bear
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 8
Default

still messing with it- and its not working... I'm running at 1920x1200 - - would that change anything? I wonder since they are set to be in the same place if it would matter?

I've also tried (since your window wasn't showing up) renaming it bob.xml and putting THAT into the custom file - and then, when it STILL didn't show up I tried /show_window Bob (in case I was screwing up the name or something) but nothing.

For me this is just easier to read, though Profit is killer. Any chance one of you could try what you're asking me to do then detail the steps?

FYI the only other stuff I have loaded is EQMAPS and POIFinder. That's it.
Reply With Quote
  #87  
Unread 07-30-2008, 09:10 PM
Mardigann Mardigann is offline
A Brown Bear
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 8
Default

And I just read that - how do I get Profit to show that? I still want to get this one to work, but I haven't seen ANY XP bars up on profit - just my health and a clicky next to those that will scroll my percentages, but no bars and I don't know how to edit it - is it in the extra zips that are included or something?
Reply With Quote
  #88  
Unread 07-30-2008, 09:28 PM
Mardigann Mardigann is offline
A Brown Bear
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 8
Default

Maybe this will help - this is my custom.xml as it is right now -


eq2ui_custom.xml contents:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>bob.xml</include>
<include>_ProfitUI_SubClassDetector.xml</include>
<include>_ProfitUI_QuickRaidButtons.txt</include>
<include>_ProfitUI_CuresCode.xml</include>
<include>_ProfitUI_StandardSearches.txt</include>
<include>_ProfitUI_InventoryColorSettings.txt</include>
<include>_ProfitUI_MiscSettings.txt</include>
<include>_ProfitUI_SoundControls.xml</include>
<include>_ProfitUI_VideoControls.xml</include>
<include>_ProfitUI_ControlCenter.xml</include>
<include>_ProfitUI_Timer.xml</include>
<include>_ProfitUI_BottomBar.xml</include>
<include>_ProfitUI_InfoCenter.xml</include>
<include>eq2ui_custom_poifinder.xml</include>

</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>
Reply With Quote
  #89  
Unread 08-02-2008, 07:33 PM
lonegreywolf20 lonegreywolf20 is offline
A Young Mystail Rat
 
Join Date: Nov 2005
Server: Antonia Bayle
Posts: 3
Default

I would like to request a target ring if I may?

I see that you have done some sports ones and I was wondering if you could make me a Philadelphia Flyers one?

Their primary colors are Orange/Black/White.

Here is a pink to what it looks like:

http://www.sportslogos.net/logo.php?id=161

Any other info just ask.
Reply With Quote
  #90  
Unread 08-02-2008, 07:51 PM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

Sure thing. I'll post here when it's done!
Reply With Quote
  #91  
Unread 08-02-2008, 08:54 PM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

Alrighty, here you go...it will be available for download here once an admin approves it.

Reply With Quote
  #92  
Unread 08-02-2008, 10:36 PM
Rythus Rythus is offline
A Sea Turtle
 
Join Date: Nov 2006
Server: Nektulos
Posts: 31
Default guild target ring request

I'd like a guild target ring. We are the Dark Crusaders of Nektulos. Here is a link to our website logo, maybe you could make something out of it.
http://darkcrusaders.guildportal.com...6&TabID=705092
Another idea i had was using the crusader's cross like this one
http://en.wikipedia.org/wiki/Cross_of_Jerusalem
I'd like to keep the black and purple with gold trim if at all possible.
Let me know what ya think
Reply With Quote
  #93  
Unread 08-02-2008, 10:53 PM
lonegreywolf20 lonegreywolf20 is offline
A Young Mystail Rat
 
Join Date: Nov 2005
Server: Antonia Bayle
Posts: 3
Default

Quote:
Originally Posted by Seagoat View Post
Alrighty, here you go...it will be available for download here once an admin approves it.

Wow... that was fast!!

Thank you so much, it is greatly appreciated!
Reply With Quote
  #94  
Unread 08-02-2008, 11:03 PM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

@ lonegreywolf20: Glad you like it!

@ Rythus: I'll see what I can do. How do you feel about having your guild heraldry incorporated? (If you click the link in my sig for the Cloak Designer I made, you can just send me a link to your guild's design.)
Reply With Quote
  #95  
Unread 08-03-2008, 10:11 AM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

Here you go, Rythus...hope you and your guild like it. (Download link)

Reply With Quote
  #96  
Unread 08-03-2008, 03:42 PM
Aiyala's Avatar
Aiyala Aiyala is offline
A Coastal Crab
 
Join Date: Aug 2008
Server: Nektulos
Posts: 1
Thumbs Up

Quote:
Originally Posted by Seagoat View Post
Here you go, Rythus...hope you and your guild like it. (Download link)


Hehe, I snuck in here before Rythus could tell us it was done

Thanks! Looks sweet!!!
__________________
Reply With Quote
  #97  
Unread 08-04-2008, 02:30 AM
Rythus Rythus is offline
A Sea Turtle
 
Join Date: Nov 2006
Server: Nektulos
Posts: 31
Default

Hehe, yea im on the backshift, just checking it at work. That looks awesome seagoat! Aiyala, let the guild know if ya get a chance, not sure when i will get a chance to log on in next couple of days
Reply With Quote
  #98  
Unread 08-04-2008, 05:58 AM
Rythus Rythus is offline
A Sea Turtle
 
Join Date: Nov 2006
Server: Nektulos
Posts: 31
Default

just got off and downloaded. it looks really great, thanks again seagoat
Reply With Quote
  #99  
Unread 08-04-2008, 07:14 AM
Seagoat's Avatar
Seagoat Seagoat is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: May 2005
Server: Crushbone
Posts: 298
Default

You're quite welcome, both of you. Glad you like it!
Reply With Quote
  #100  
Unread 08-17-2008, 01:08 PM
Mardigann Mardigann is offline
A Brown Bear
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 8
Default

Quote:
Originally Posted by Mardigann View Post
Maybe this will help - this is my custom.xml as it is right now -


eq2ui_custom.xml contents:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>bob.xml</include>
<include>_ProfitUI_SubClassDetector.xml</include>
<include>_ProfitUI_QuickRaidButtons.txt</include>
<include>_ProfitUI_CuresCode.xml</include>
<include>_ProfitUI_StandardSearches.txt</include>
<include>_ProfitUI_InventoryColorSettings.txt</include>
<include>_ProfitUI_MiscSettings.txt</include>
<include>_ProfitUI_SoundControls.xml</include>
<include>_ProfitUI_VideoControls.xml</include>
<include>_ProfitUI_ControlCenter.xml</include>
<include>_ProfitUI_Timer.xml</include>
<include>_ProfitUI_BottomBar.xml</include>
<include>_ProfitUI_InfoCenter.xml</include>
<include>eq2ui_custom_poifinder.xml</include>

</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>
Seagoat - still trying to get your XP bars to display along with Profits bar. If you could give me an example. Lets say your file is called "bob.xml" what steps would I need to do to get both of them to show up? which files to edit and in what way?

Thanks in advance!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Forum Jump


All times are GMT -5. The time now is 01:30 AM.


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