Page 12 of 16
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Fri Mar 16, 2012 10:37 pm
by Valthonis
heh, working now. THANKS
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Tue Jul 17, 2012 2:13 am
by TheAFKBard
I just noticed that the augmentation sealer window only shows 3 slots. A cultural breastplate can have 4 augs.
EDIT: augment sealers are gone from the game. YAY!
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Wed Aug 15, 2012 3:28 pm
by efudd
Pretty sure this is going to be borked after the patch today (8/15/12).
Anyone planning on working on it? I'm feeling lazy....
-jbl
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Wed Aug 15, 2012 9:50 pm
by efudd
efudd wrote:Pretty sure this is going to be borked after the patch today (8/15/12).
Anyone planning on working on it? I'm feeling lazy....
-jbl
The changes weren't significant. Primarily REMOVING a couple of things in EQUI_Container.xml. Everything else is imported from the
default UI.
I didn't try logging in without diffing and updating EQUI_Container, but I think the last released version would still run fine.
if it doesn't, let me know and I'll provide a diff.
-jbl
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Wed Sep 26, 2012 11:56 am
by wof120
There was a client update today and I tried using your UI and it keeps loading up the default UI *is sad* I enjoy using your UI once I found it again after taking a long break from EQ.
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Wed Sep 26, 2012 12:28 pm
by RedManCommeth
It works for me...
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Wed Sep 26, 2012 1:37 pm
by wof120
wonder what I could be doing wrong as I unziped then placed into the UI folder like normal, and I tried to load the skin and it shows the default, even does that for the skin that I was just using prior to the client patch this morning.
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Wed Sep 26, 2012 2:58 pm
by FredGarvin
It wont work for me either. Here is the error.
Code: Select all
[Wed Sep 26 11:53:21 2012] XML reference error! Ui2DAnimation[6]:A_FundsBtnDisabled[1249] referenced but NEVER declared!
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Wed Sep 26, 2012 3:53 pm
by RedManCommeth
My bad, there has been two client updates in two days and MQ2 hasn't updated yet for today's patch so possibly that's what your problem is?
Mine was working for me after yesterday's patch & update.
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Wed Sep 26, 2012 7:09 pm
by bho
Quick Fix:
EQUI_Animations.xml
Code: Select all
<Ui2DAnimation item="A_FundsBtnRoll">
<Cycle>true</Cycle>
<Frames>
<Texture>addfunds_mp_b.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>90</CX>
<CY>30</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_BuyBtnNormal">
<Cycle>true</Cycle>
<Frames>
<Texture>buy_mp_a.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>90</CX>
<CY>30</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
Should be:
Code: Select all
<Ui2DAnimation item="A_FundsBtnRoll">
<Cycle>true</Cycle>
<Frames>
<Texture>addfunds_mp_b.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>90</CX>
<CY>30</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_FundsBtnDisabled">
<Cycle>true</Cycle>
<Frames>
<Texture>addfunds_mp_00.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>90</CX>
<CY>30</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
<Ui2DAnimation item="A_BuyBtnNormal">
<Cycle>true</Cycle>
<Frames>
<Texture>buy_mp_a.tga</Texture>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>90</CX>
<CY>30</CY>
</Size>
<Hotspot>
<X>0</X>
<Y>0</Y>
</Hotspot>
<Duration>1000</Duration>
</Frames>
</Ui2DAnimation>
Untested but should work - both MQ2 and non-MQ2 versions.
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Wed Sep 26, 2012 9:27 pm
by RedManCommeth
Yea.. had this problem but the posted fix seems to work so far.
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Thu Sep 27, 2012 9:55 am
by wof120
Well I got the UI to load but im trying the MQ one, and I have MQ loaded but im seeing a bunch of unknown J Labels all over the place v.v
I use to know how to fix this at one point but when you stop doing it for a while you tend to forget some stuff v.v
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Thu Sep 27, 2012 11:27 am
by bho
I no longer run MQ2, unfortunately.
If you can post more details and perhaps a screenshot (edited to hide anything identifiable, obviously), perhaps I or someone else can help a bit more.
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Mon Oct 01, 2012 3:45 pm
by n00bhaxor
Here is the updated version with the above fix. I also adjusted the achievement window to show Assigned/Total for F2P Characters.
http://www.classiceq.com/Freq_di28889.zip
This is MQ2 Version Only.
Re: Freq di28889 UI / and infiniti_blue_di28889 *3-16-12* FI
Posted: Mon Dec 03, 2012 7:52 am
by Effico
N00bhaxor,
Any chance of you fixing this?
i`m lost without it!
Pretty please? ! :)