EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 07-26-2008, 12:52 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Exclamation Beta: Configurable bottom bar

New configurable bottom bar
Meant to post this for ages. Attached is the new bottom bar which has been sitting on my harddrive for several months now. This one is freely configurable. Each subclass gets to see their own set up relevant stats. Currently you need to mouse over the bar once after logging into a character for it to be initialized to that character's subclass.

How you can help
And that's where I need your help. We need to create a default setup for each subclass. If you wanted to display all possible stats your screen width would have to be at least 2455 pixels wide (screenshot attached, although the forum software has reduced it to 1920 pixels width).

I would like to get a default setup for as many subclasses as possible, at as many resolutions as possible. The default setup will be for 1280 pixels width, but many people have 1600 or 1900 pixels available as well, so if we could gather default setups for all these resolutions (or more) I would like to distribute them all with the UI.

Instructions
The bottom bar is easily configurable via the file _ProfitUI_BottomBar_Settings.txt. Using a text editor you can open the file. There is a line for each subclass, easily identified by the Name field at the beginning. Go to the line for the subclass you want to configure, for example for Necromancers it will look like this:
<Data Name="Necromancer" Wisdom="true" Strength="true" Intelligence="true" Agility="true" Stamina="true" DividerAttributes="true" ...
All the text in that line after the name field identifying the subclass is for configuring the bar for that subclass. It is quite easy. Set e.g. Wisdom="true" if you want your Wisdom attribute to be shown, or Wisdom="false" if you want it to be hidden. Some fields are called "Divider...", e.g. DividerAttributes shown above. These are no stats by the graphical divides || between sections. Some of them are toggled automatically, but for most you can configure their visibility manually.

The fields in the configuration file are in the exact same order as they will appear in game. See the attached screenshot for reference.

After you have configured the configuration file, load up the game and see how it looks. If some stats should be visible are not they have probably been cut off because there is not enough space on the bar.

Advanced tip for faster testing: To make changes without restarting the game, you can edit the file while still in game, save your changes, then type
/loadui ProfitUI
to load those changes into your interface. This will mess up your UI layout, but ignore that, it is not permanent. However, to fix the way the bottom bar is displayed you need to open the ProfitUI ControlCenter and hit the button for maximizing the bottom bar.

Once you have a working setup
Once you are satisfied with your setup please post it here (either the entire .txt file or just copy and paste the line for your subclass). Please state the subclass you configured and what screen resolution you set it up for.

Thanks in advance for your help!
Attached Thumbnails
Click image for larger version

Name:	BottomBar4.7_full.jpg
Views:	1012
Size:	10.9 KB
ID:	6481  
Attached Files
File Type: zip _ProfitUI_BottomBar_4.7beta3.zip (6.5 KB, 915 views)
__________________
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.

Last edited by gm9 : 08-03-2008 at 02:10 PM.
Reply With Quote
  #2  
Unread 07-26-2008, 03:33 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Without cluttering this topic, I wanted to note that Avoidance_Base doesn't seem to be the accurate GameData to use for avoidance percentage:
http://www.eq2interface.com/forums/s...ad.php?p=74503
Reply With Quote
  #3  
Unread 07-26-2008, 04:19 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Thanks, removed the percentage number from the bar again, anybody who already downloaded please use the updated version if you want to display avoidance.
__________________
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
  #4  
Unread 07-28-2008, 06:57 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
Default

Code:
<Data Name="Guardian" Wisdom="true" Strength="true" Intelligence="true" Agility="true" Stamina="true" DividerAttributes="true" Resists="true" HealthRegen="true" PowerRegen="true" DividerRegen="true" PrimaryWeaponStats="true" SecondaryWeaponStats="false" RangedWeaponStats="false" SpellCast="false" SpellReuse="false" SpellRecast="false"  DividerSpellcastingStats="false" Mitigation="true" Avoidance="true" DividerDefenseStats="true" HateMod="true" DPSMod="true" HasteMod="true" HealMod="false" SpellMod="false" MeleeMod="true" RunspeedMod="true" DividerMods="true" Attack="true" DoubleAttack="true" RangedDoubleAttack="false" AEAttack="true" DividerAttackStats="true" MeleeCrit="true" RangedCrit="false" DamageSpellCrit="false" HealCrit="false" />
I also wouldn't use the avoidance dec value I would use the % as I just want to know the % I will avoid a lvl mobs attack, I could careless what the dec value is.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 07-28-2008 at 07:19 PM.
Reply With Quote
  #5  
Unread 07-29-2008, 01:51 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Cheers. What resolution is that for?

Quote:
Originally Posted by Landiin View Post
I also wouldn't use the avoidance dec value I would use the % as I just want to know the % I will avoid a lvl mobs attack, I could careless what the dec value is.
Regarding Avoidance % you have probably seen Drumstix post above and the separate discussion in the other thread.

Since because of that I had removed the avoidance base % value, would you want all 4 individual avoidance values instead?
__________________
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
  #6  
Unread 07-29-2008, 04:47 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
Default

Hmm I could of swarn there was DD for def_avoid_percent, but now that I look guess there isn't.. SOE!!! I wouldn't bother with all 4 individual avoidance percentages. Information over load IMHO.

I used a resolution or 1680x1050 or something like that lol.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #7  
Unread 08-01-2008, 01:43 AM
Chrislau's Avatar
Chrislau Chrislau is offline
A Weald Wolf
Interface Author - Click to view interfaces
 
Join Date: Nov 2005
Server: Mistmoore
Posts: 82
Smile

I would suggest you change the font from "ProfitUI_Styles.Fonts.FontArial13T" into "ProfitUI_Styles.Fonts.FontArial12T", and try compact those values (I mean, make those values compactness).

I'm running EQ2 with 1440x900 resolution, my buttom bar can't show all default value when I'm on my melee class(brigand/guardian) alt.

Last edited by Chrislau : 08-01-2008 at 01:56 AM.
Reply With Quote
  #8  
Unread 08-01-2008, 02:24 PM
samejima samejima is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2005
Server: Unrest
Posts: 156
Default

Code:
<Data Name="Defiler" Strength="true" Intelligence="true" Agility="false" Stamina="true"  Wisdom="true" DividerAttributes="true" Resists="true" HealthRegen="false" PowerRegen="false" DividerRegen="false" PrimaryWeaponStats="true" SecondaryWeaponStats="false" RangedWeaponStats="false" SpellCast="true" SpellReuse="true" SpellRecast="false"  DividerSpellcastingStats="true" Mitigation="false" Avoidance="false" DividerDefenseStats="false" HateMod="false" DPSMod="true" HasteMod="true" HealMod="true" SpellMod="true" MeleeMod="false" RunspeedMod="true" DividerMods="true" Attack="false" DoubleAttack="false" RangedDoubleAttack="false" AEAttack="false" DividerAttackStats="false" MeleeCrit="false" RangedCrit="false" DamageSpellCrit="true" HealCrit="true" />
1444x900

Note I think resist showing is pretty useless but the bar looks completely barren with out it.
Reply With Quote
  #9  
Unread 08-02-2008, 09:16 AM
Dakwest Dakwest is offline
A Young Mystail Rat
 
Join Date: Oct 2007
Server: Runnyeye
Posts: 2
Default

Code:
<Data Name="Ranger" Wisdom="false" Strength="true" Intelligence="true" Agility="false" Stamina="false" DividerAttributes="true" Resists="true" HealthRegen="false" PowerRegen="false" DividerRegen="false" PrimaryWeaponStats="false" SecondaryWeaponStats="false" RangedWeaponStats="true" SpellCast="false" SpellReuse="false" SpellRecast="false"  DividerSpellcastingStats="false" Mitigation="false" Avoidance="false" DividerDefenseStats="false" HateMod="true" DPSMod="true" HasteMod="true" HealMod="false" SpellMod="false" MeleeMod="false" RunspeedMod="true" DividerMods="true" Attack="false" DoubleAttack="false" RangedDoubleAttack="true" AEAttack="false" DividerAttackStats="false" MeleeCrit="false" RangedCrit="true" DamageSpellCrit="false" HealCrit="false" />
Ranger, 1280x1024
Looks quite nice this way, but am not sure if other rangers will agree with the choices I made

Noticed that even with a few items "true", the weaponstats were not displaying completely. It said something like 512-2.. instead of 512-2154.

Last edited by Dakwest : 08-02-2008 at 09:17 AM. Reason: lay-out
Reply With Quote
  #10  
Unread 08-02-2008, 02:40 PM
Cathall Cathall is offline
A Young Mystail Rat
 
Join Date: Aug 2008
Server: Antonia Bayle
Posts: 3
Default bottom Bar Swashy

<Data Name="Swashbuckler" Wisdom="true" Strength="true" Intelligence="true" Agility="true" Stamina="true" DividerAttributes="true" Resists="true" HealthRegen="false" PowerRegen="false" DividerRegen="false" PrimaryWeaponStats="true" SecondaryWeaponStats="true" RangedWeaponStats="fasle" SpellCast="false" SpellReuse="false" SpellRecast="false" DividerSpellcastingStats="false" Mitigation="false" Avoidance="false" DividerDefenseStats="false" HateMod="true" DPSMod="true" HasteMod="true" HealMod="false" SpellMod="false" MeleeMod="true" RunspeedMod="false" DividerMods="true" Attack="true" DoubleAttack="true" RangedDoubleAttack="false" AEAttack="true" DividerAttackStats="true" MeleeCrit="true" RangedCrit="true" DamageSpellCrit="false" HealCrit="false" />

Swashy: 1680x1050


Confirmed Dakwest post about weapon stats. Fourth Digit causes the ...
Reply With Quote
  #11  
Unread 08-02-2008, 09:26 PM
mistrose mistrose is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 2
Default Templar defaults

Nice feature (in fact superb all round interface).

For Templar I used the following configuration. Some stuff most priests wouldn't care so much about IS useful for Shield Ally 1680x1050 resolution though:

<Data Name="Templar" Wisdom="true" Strength="true" Intelligence="true" Agility="true" Stamina="true" DividerAttributes="true" Resists="true" HealthRegen="false" PowerRegen="true" DividerRegen="true" PrimaryWeaponStats="false" SecondaryWeaponStats="false" RangedWeaponStats="false" SpellCast="true" SpellReuse="true" SpellRecast="true" DividerSpellcastingStats="true" Mitigation="false" Avoidance="true" DividerDefenseStats="true" HateMod="false" DPSMod="true" HasteMod="true" HealMod="true" SpellMod="true" MeleeMod="false" RunspeedMod="true" DividerMods="true" Attack="false" DoubleAttack="false" RangedDoubleAttack="false" AEAttack="false" DividerAttackStats="false" MeleeCrit="true" RangedCrit="false" DamageSpellCrit="true" HealCrit="true" />

p.s. Separate topic, but ProfitUICures file could do with Paladin AA cure added:

<Data Name="Paladin" TraumaCure="NONE" ArcaneCure="Cure Spells" NoxiousCure="Cure Spells" ElementalCure="Cure Spells" CurseCure="NONE"/>

Last edited by mistrose : 08-03-2008 at 01:34 AM.
Reply With Quote
  #12  
Unread 08-03-2008, 05:13 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Thanks all so far, OP updated with new version (beta 3) to fix the weaponstats issue (I did not even know damage values went that high ) and to include the configs posted so far (in each case copied to all members of that same archetype). The weaponstats fix does not change the size of those sections so the setups need not be changed.
__________________
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
  #13  
Unread 08-03-2008, 02:04 PM
Gedron's Avatar
Gedron Gedron is offline
A Berserk Golem
 
Join Date: Dec 2006
Server: Permafrost
Posts: 57
Default

erm... I dont see the link to download in the OP any more...
Reply With Quote
  #14  
Unread 08-06-2008, 12:34 PM
lollygagger's Avatar
lollygagger lollygagger is offline
A Nerius Seer
 
Join Date: Jan 2005
Server: Befallen
Posts: 85
Default Warlock Using the default _ProfitUI_BottomBar.xml file

Have a small issue that I could use some help with.

I've installed the _ProfitUI_BottomBar.xml default width of 1280 for my Warlock.

In game the bar shows all the stats expected but the dividers (DividerAttributes="true") are not appearing at all. See image.

My display is 1920 x 1200 and I'm currently running ProfitUI 4.6.9.

Thoughts?

FIXED: v4.6.9 did not have TitleBarInvertedBoxed defined in _ProfitUI_Styles.xml. v4.7.0 fixed the issue.
Attached Thumbnails
Click image for larger version

Name:	BottomBar.gif
Views:	472
Size:	43.3 KB
ID:	6495  

Last edited by lollygagger : 08-06-2008 at 01:14 PM. Reason: Fixed
Reply With Quote
  #15  
Unread 08-15-2008, 06:28 AM
Calain80's Avatar
Calain80 Calain80 is offline
A Dragoon Sith
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Posts: 99
Default

I tried to build a bar for my Inquisitor (1680x1050). There I found out, that the damage for my weapon would not fully show if my max damage was greater then 1000. Tried to remove some additional fields but it would still not show the stats right.

If you could make the weapon stats field a little bit wider, it would be great.
Reply With Quote
  #16  
Unread 08-16-2008, 07:48 PM
trojanmanumo trojanmanumo is offline
A Coastal Crab
 
Join Date: Nov 2006
Server: Antonia Bayle
Posts: 1
Default Dirge 1280x1024

<Data Name="Dirge" Wisdom="false" Strength="true" Intelligence="true" Agility="true" Stamina="false" DividerAttributes="true" Resists="true" HealthRegen="false" PowerRegen="false" DividerRegen="false" PrimaryWeaponStats="true" SecondaryWeaponStats="true" RangedWeaponStats="false" SpellCast="false" SpellReuse="false" SpellRecast="false" DividerSpellcastingStats="false" Mitigation="false" Avoidance="false" DividerDefenseStats="false" HateMod="false" DPSMod="true" HasteMod="true" HealMod="false" SpellMod="false" MeleeMod="false" RunspeedMod="false" DividerMods="true" Attack="true" DoubleAttack="true" RangedDoubleAttack="false" AEAttack="false" DividerAttackStats="false" MeleeCrit="true" RangedCrit="false" DamageSpellCrit="false" HealCrit="false" />

Only problem I saw was it appears as though SecondaryWeaponStats is showing up as though it was PrimaryWeaponStats. It was showing me the same stat in both.
Reply With Quote
  #17  
Unread 09-26-2008, 07:18 PM
Visuo's Avatar
Visuo Visuo is offline
A Crazed Gnoll
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 23
Default My Conjuror bar

Conjuror I run 1920 by 1200 so I set to true most anything I could ever think I might need.

<Data Name="Conjuror" Wisdom="true" Strength="true" Intelligence="true" Agility="true" Stamina="true" DividerAttributes="true" Resists="true" HealthRegen="true" PowerRegen="true" DividerRegen="true" PrimaryWeaponStats="false" SecondaryWeaponStats="false" RangedWeaponStats="false" SpellCast="true" SpellReuse="true" SpellRecast="true" DividerSpellcastingStats="true" Mitigation="true" Avoidance="true" DividerDefenseStats="false" HateMod="true" DPSMod="true" HasteMod="true" HealMod="false" SpellMod="true" MeleeMod="false" RunspeedMod="true" DividerMods="true" Attack="false" DoubleAttack="false" RangedDoubleAttack="false" AEAttack="false" DividerAttackStats="false" MeleeCrit="true" RangedCrit="false" DamageSpellCrit="true" HealCrit="true" />
Reply With Quote
  #18  
Unread 10-27-2008, 05:44 PM
Daemos Daemos is offline
A Dervish Cutthroat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 37
Default

just an FYI, I have mit and avoidance displaying and avoidance does not show correctly (part of the 4th number is cut off)... going back to the old bar for now. I have a trobbie and a 1650 wide screen, and for some reason there's not enough room.. (we need to see 90% of the stuff, will try to widdle it down while playing.)

(edit; might be helpful to tell ya what it does)

There's enough for my guard tho..
__________________
I need to figure out how to rotate my character pictures.

Last edited by Daemos : 10-27-2008 at 05:48 PM. Reason: further explination
Reply With Quote
  #19  
Unread 10-27-2008, 06:28 PM
lollygagger's Avatar
lollygagger lollygagger is offline
A Nerius Seer
 
Join Date: Jan 2005
Server: Befallen
Posts: 85
Default Scrit width

I have a similar issue to the above poster.

Scrit number is not wide enough to show a 3 digit number

I believe the issues lies here:

<Text DynamicData="/GameData.Stats.Heal_Crit_Chance" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="30,0" MaxLines="1" Name="HealCritValue" ScrollExtent="41,20" Size="41,20" TextAlignmentVertical="Center">88%</Text>


-- Lollygagger
Reply With Quote
  #20  
Unread 10-27-2008, 10:00 PM
Daemos Daemos is offline
A Dervish Cutthroat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 37
Default

Well, I didn't mess with any code, but I did figure out the stuff I want showing for my toons with enough room wider avoidance numbers: both using 1680x1050 resolution:

Guardian:
Code:
<Data Name="Guardian" Wisdom="false" Strength="true" Intelligence="false" Agility="true" Stamina="true" DividerAttributes="true" Resists="true" HealthRegen="true" PowerRegen="true" DividerRegen="true" PrimaryWeaponStats="true" SecondaryWeaponStats="false" RangedWeaponStats="false" SpellCast="false" SpellReuse="false" SpellRecast="false"  DividerSpellcastingStats="false" Mitigation="true" Avoidance="true" DividerDefenseStats="false" HateMod="true" DPSMod="true" HasteMod="true" HealMod="false" SpellMod="false" MeleeMod="true" RunspeedMod="true" DividerMods="true" Attack="true" DoubleAttack="true" RangedDoubleAttack="false" AEAttack="true" DividerAttackStats="true" MeleeCrit="true" RangedCrit="false" DamageSpellCrit="false" HealCrit="false" />
Troubadour:
Code:
<Data Name="Troubador" Wisdom="false" Strength="true" Intelligence="true" Agility="true" Stamina="false" DividerAttributes="true" Resists="true" HealthRegen="true" PowerRegen="true" DividerRegen="true" PrimaryWeaponStats="true" SecondaryWeaponStats="true" RangedWeaponStats="false" SpellCast="true" SpellReuse="true" SpellRecast="false"  DividerSpellcastingStats="true" Mitigation="true" Avoidance="true" DividerDefenseStats="false" HateMod="true" DPSMod="drue" HasteMod="true" HealMod="false" SpellMod="false" MeleeMod="false" RunspeedMod="true" DividerMods="true" Attack="false" DoubleAttack="true" RangedDoubleAttack="false" AEAttack="false" DividerAttackStats="true" MeleeCrit="true" RangedCrit="false" DamageSpellCrit="true" HealCrit="false" />
__________________
I need to figure out how to rotate my character pictures.
Reply With Quote
  #21  
Unread 10-29-2008, 01:00 AM
santiagodraco santiagodraco is offline
A Coastal Crab
 
Join Date: Jun 2006
Server: Antonia Bayle
Posts: 1
Default

There is an error in the _ProfitUI_BottomBar.xml file:

The SecondaryWeapon stats section makes a call to the primary weapon data for damage range. I've fixed it in the code below:


<Text DynamicData="/GameData.Stats.Secondary_Damage_Range" Font="/ProfitUI_Styles.Fonts.FontArial13T" Location="37,0" MaxLines="1" Name="SecondaryDmgValue" ScrollExtent="53,20" Size="53,20" TextAlignmentVertical="Center">100 - 2000</Text>

In the file in the beta3 package that Secondary change above uses Primary by mistake for the secondary section.

Also, the Weapon Range section is too narrow and cannot show a weapon range with numbers in the thousands (as must higher end player/weapons will list).

And thanks for all the hard work on the UI. It's great!
Reply With Quote
  #22  
Unread 08-28-2009, 09:55 AM
apesoccer apesoccer is offline
A Young Mystail Rat
 
Join Date: Jul 2006
Server: Antonia Bayle
Posts: 4
Default

Did anybody figure out how to change the size of the area used by the primary/secondary/ranged weapons?

400-19... showing up now
instead of 400-1900

Got it...

ScrollExtent="60,20" Size="60,20" TextAlignmentVertical="Center">100 - 2000</Text>

The 60, 20 is what i changed. It was originally set to 53, 20. Changed pri/sec/ranged

Last edited by apesoccer : 08-28-2009 at 10:33 AM.
Reply With Quote
  #23  
Unread 03-04-2010, 08:18 PM
julsr julsr is offline
A Young Mystail Rat
 
Join Date: Aug 2006
Server: Antonia Bayle
Posts: 2
Default empty bottom bar...:(

Hello Everybody!
First of all ty so much for the awesome UI and all the work you put into it...i love it!
Second: I got the bottom bar beta, unzipped it into my profitui folder, logged in and its empty,,, i moused over it...still nothing,,,, reloaded the UI...still empty..where did I go wrong?

Thank you so much for your time
Reply With Quote
  #24  
Unread 03-05-2010, 12:45 AM
queuwki queuwki is offline
A Young Mystail Rat
 
Join Date: May 2008
Server: Splitpaw
Posts: 7
Default

i dont think this ui piece has been updated in quite some time thats why its not working as intended
Reply With Quote
  #25  
Unread 03-08-2010, 06:51 PM
Daremo Daremo is offline
A Young Mystail Rat
 
Join Date: Sep 2005
Server: Antonia Bayle
Posts: 3
Default

Just in case anyone still has this bookmarked...I've updated the beta bottom bar. I fixed most of the previous sizing issues and updated the stats for the expansion. The default setting will work for 1600 width resolutions. I probably won't update it again (or fix it) so I'll send it over to the new ProfitUI guru.
Attached Files
File Type: zip _ProfitUI_BottomBar_v2.zip (4.2 KB, 391 views)
Reply With Quote
Reply



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 05:28 AM.


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