Project 1999

Go Back   Project 1999 > General Community > Technical Discussion

Reply
 
Thread Tools Display Modes
  #1  
Old 03-01-2010, 05:41 PM
Ziggi Ziggi is offline
Large Bat


Join Date: Feb 2010
Location: Detroit, MI
Posts: 11
Question Velious UI Class Icons

Ok so, Im playing around the net reading different issues on forums lately because of some of the recent mishaps with EQEmu and our Server and such. I came across a post in which, someone, was having the same issue as myself. Open my inventory and my bard class icon which usually displays a lute and flute is replaced by the monks fist. Made another char and the same thing. Im trying to research this little file I can supposedly edit and fix the little problem. I know the thread is somewhere out there. A little direction from this utmost problem would be greatly appreciated. Please Help. Thanks.
Reply With Quote
  #2  
Old 03-01-2010, 05:50 PM
Wenai Wenai is offline
VIP / Contributor

Wenai's Avatar

Join Date: Oct 2009
Location: Halifax, NS, Canada
Posts: 1,083
Send a message via MSN to Wenai
Default

Originally posted by Nachyoz.

You can instead delete the whole line (line 1944)

Code:
             </Size>
        <Animation>A_ClassAnim07</Animation>
    </StaticAnimation>
to

Code:
             </Size>
    </StaticAnimation>
Then find this line (about 22 lines down)

Code:
             <Style_Sizable>false</Style_Sizable>
    </Screen>
and add the line "<Pieces>ClassAnim</Pieces>" so

Code:
             <Style_Sizable>false</Style_Sizable>
        <Pieces>ClassAnim</Pieces>
    </Screen>
Whole block looks like this

Code:
         <StaticAnimation item= "ClassAnim">
        <ScreenID>ClassAnim</ScreenID>
        <Location>
            <X>10</X>
            <Y>178</Y>
        </Location>
        <Size>
            <CX>64</CX>
            <CY>128</CY>
        </Size>
    </StaticAnimation>
    <Screen item = "IW_CharacterView">
        <ScreenID>IW_CharacterView</ScreenID>
        <RelativePosition>true</RelativePosition>
        <Location>
            <X>10</X>
            <Y>178</Y>
        </Location>
        <Size>
            <CX>64</CX>
            <CY>128</CY>
        </Size>
        <Style_VScroll>false</Style_VScroll>
        <Style_HScroll>false</Style_HScroll>
        <Style_Transparent>false</Style_Transparent>
        <TooltipReference>Drop Item Here to Auto Equip</TooltipReference>
        <DrawTemplate>WDT_Inner</DrawTemplate>
        <Style_Titlebar>false</Style_Titlebar>
        <Style_Closebox>false</Style_Closebox>
        <Style_Minimizebox>false</Style_Minimizebox>
        <Style_Border>true</Style_Border>
        <Style_Sizable>false</Style_Sizable>
        <Pieces>ClassAnim</Pieces>
    </Screen>
This will auto pick the correct animation for the character loaded.

-Nachyoz
Reply With Quote
  #3  
Old 03-01-2010, 07:15 PM
Ziggi Ziggi is offline
Large Bat


Join Date: Feb 2010
Location: Detroit, MI
Posts: 11
Default

Hey thanks for putting that up there for me, just found and fixed the problem. Much appreciated!
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:43 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.