EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   Class Symbol Icons (https://www.eq2interface.com/forums/showthread.php?t=10121)

Zinni 01-05-2008 07:12 PM

Class Symbol Icons
 
After learning to modify the TES4:Oblivion UI and adding all kinds of goodies to the game for the past 6 months, thought I'd try messing around with EQ2's interface.

Anyway, I was wondering if it's possible to add the Class Symbols as icons in the group member windows. I can get the generic architype icons for war, priest, scout and mage to show up. But, I'd rather have a more specific icon, as in the Wizard, Fury, Guardian icons.

Is this possible, or do I have to settle for just the Architypes?

Othesus 01-05-2008 07:26 PM

Have you looked at Profit? gm9 has a lot of files and scripts that use subclass detection in multiple languages for the market window, group window, raid window, etc.

Fetish has a subclass detection script in the market window too.

lordebon 01-05-2008 07:57 PM

Fetish's playerwindow automatically does this for ya (it does it onHoverOver anywhere on the player window) so that might be a good place to start looking =)

kitsuneshoujo 01-05-2008 08:23 PM

Id actually like a stand-alone mod that puts the class icon in the party windows. :nana: :D

Zinni 01-05-2008 08:46 PM

thnx for the replies guys :) most appreciated.

Zinni 01-06-2008 01:30 AM

bah, i give up for now. can't seem to find what ever it is i'm looking for. i loaded up both fetish and profit in the editor and ingame just to see it for myself. but i'm not seeing any icons. just text

Othesus 01-06-2008 09:32 AM

They don't have subclass icons. They do subclass detection and use it for other things. The persona window has a subclass background. I think they're the same images that the achievement window uses.

lordebon 01-06-2008 10:49 AM

Quote:

Originally Posted by Othesus (Post 68333)
They don't have subclass icons. They do subclass detection and use it for other things. The persona window has a subclass background. I think they're the same images that the achievement window uses.

Check again. Fetish's group window has the subclass icons at the very top (right I believe) of each player in the group window, but it only updates onHoverOver.

Othesus 01-06-2008 07:16 PM

I've never played the game with Fetish but I use it for reference sometimes. I think those icons are just archetypes. But, it's similar to what Zinni wants to do.

lordebon 01-06-2008 08:35 PM

Whoopse, my mind was seeing 'subclass' and replacing it with 'archetype' heh.

Landiin 01-07-2008 01:09 AM

Code:

<page Name="MemberClass" OnActivate="
ClassImage.Style=(eX_Test ? /SpecialElements.ClassBackdrop.data.assassin : False) eX_Test=(ClassText.LocalText==Assassin)

... removed other class lines to keep post short ...

Activated=False">
 <image Name="ClassImage" PackSize="a,a" Size="24,24"/>
 <Text DynamicData="/GameData.Group.Group_1.Class" Name="ClassText"/>
</Page>

This is the code I use in eXtreme's group to display what class each member is.


All times are GMT -5. The time now is 07:41 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI