Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Help ! ? ! ?
User Name
Password

Reply
 
Thread Tools Display Modes
Old 09-03-2008, 04:55 PM   #1
Fariona
A Ghoul
 
Fariona's Avatar
 
Join Date: Dec 2004
Server: Erollisi Marr
Posts: 16
Default Vert is broke!!!

I would be highly thankful to anyone who can give me a patch of any sort to get vert at least working until they get the official patch done =D
Fariona is offline   Reply With Quote
Old 09-03-2008, 05:03 PM   #2
ravx25
A Gray Wolf
 
Join Date: Sep 2003
Posts: 7
Default

Quote:
Originally Posted by Fariona
I would be highly thankful to anyone who can give me a patch of any sort to get vert at least working until they get the official patch done =D

Thats what worries me. I'm not sure Kinada still plays EQ much less works on the the UIs he worked on including Vert UI. Hopefully, he does though because default blows bad.
ravx25 is offline   Reply With Quote
Old 09-03-2008, 07:19 PM   #3
waldaorf
A Fire Beetle
 
Join Date: Aug 2005
Posts: 3
Default

*red alert, red alert!* someone plz go find kinada and get him fixin this! i have used vert cannabis for YEARS! and i'm an everquest addict, have been since the first day i touched the game >.< however i will quit before i conform to tryin to use the alienated piece of dog crap default ui.
waldaorf is offline   Reply With Quote
Old 09-03-2008, 08:20 PM   #4
Rementhebard
A Gray Wolf
 
Join Date: Sep 2002
Posts: 7
Default

Savok provided a fix for vert here - http://forums.theconcerthall.net/viewtopic.php?t=3583
Rementhebard is offline   Reply With Quote
Old 09-03-2008, 08:25 PM   #5
Pelman
A Fire Beetle
 
Join Date: Aug 2002
Posts: 3
Default

Savok's is a highly modified version of Vert -- i don't think you can just coppy those files over and have it update --


Any thoughts Savok?
Pelman is offline   Reply With Quote
Old 09-03-2008, 08:32 PM   #6
Rementhebard
A Gray Wolf
 
Join Date: Sep 2002
Posts: 7
Default

Oh is it really? I am sorry I was not aware of that
Rementhebard is offline   Reply With Quote
Old 09-03-2008, 08:53 PM   #7
majandra
A Hill Giant
 
Join Date: Aug 2004
Server: Xegony
Posts: 34
Default

I'd love to see an update to Vert cannabis as well. In the meantime, I'll see if Savok's will work for me.
majandra is offline   Reply With Quote
Old 09-03-2008, 08:55 PM   #8
PrincessLaurie
A Bat
 
Join Date: Nov 2003
Posts: 1
Default

It may be highly modified, but at least it works! Yay! I can play!!!
PrincessLaurie is offline   Reply With Quote
Old 09-03-2008, 08:56 PM   #9
Kellan
A Snow Cougar
 
Join Date: Jul 2002
Posts: 48
Default easy diy fix

Vert works if you just add in the two chunks as listed in this post from another thread on this site:

http://www.eqinterface.com/forums/s...ead.php?t=19778

Just copy/paste as directed in the 2nd post on the thread -- just have to change the one file. I just did it and it works.
Kellan is offline   Reply With Quote
Old 09-03-2008, 09:47 PM   #10
Ruluvan
A Ghoul
 
Join Date: Sep 2002
Posts: 11
Default

this worked for me, i had originally copy and pasted to the wrong location, but now i'm solid
Ruluvan is offline   Reply With Quote
Old 09-03-2008, 11:09 PM   #11
TGirl
A Gray Wolf
 
Join Date: May 2003
Posts: 8
Default

Quote:
Originally Posted by Rementhebard
Savok provided a fix for vert here - http://forums.theconcerthall.net/viewtopic.php?t=3583

Forin speaking for Tallie:

For those using Vert, if the fix above doesn't work, there were four pieces found missing after I applied Savok's fix. Specifically:

Code:
XML reference error! Ui2DAnimation[6]:A_book1[886] referenced but NEVER declared! XML reference error! Ui2DAnimation[6]:A_book2[887] referenced but NEVER declared! XML reference error! Ui2DAnimation[6]:A_book3[888] referenced but NEVER declared! XML reference error! Ui2DAnimation[6]:A_book4[889] referenced but NEVER declared!


Annoying that - they changed the spellbook. So, the fix is:

Insert the following into the EQUI_Animations file:

Code:
<!-- Incorporated A_Book# references as fix --> <Ui2DAnimation item="A_book1"> <Cycle>true</Cycle> <Frames> <Texture>blue_book1.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_book2"> <Cycle>true</Cycle> <Frames> <Texture>blue_book2.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>256</CY> </Size> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_book3"> <Cycle>true</Cycle> <Frames> <Texture>blue_book3.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>126</CY> </Size> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="A_book4"> <Cycle>true</Cycle> <Frames> <Texture>blue_book4.tga</Texture> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>256</CX> <CY>126</CY> </Size> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <!-- End Incorporation of A_Book# references -->


After the declaration:

Code:
<Ui2DAnimation item="A_SpellBookSlot"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces01.tga</Texture> <Location> <X>130</X> <Y>170</Y> </Location> <Size> <CX>48</CX> <CY>48</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>


and before the line:

Code:
<Ui2DAnimation item="A_LeftArrowBtnNormal">


That fixed Tallie - she doesn't have the new buttons and gets the old familiar "your UI is not loading correctly, you should switch to default" message (i.e. you don't have you nifty new features), but the core of it works just like before.

Hope that helps!

Good luck!

Last edited by TGirl : 09-03-2008 at 11:15 PM.
TGirl is offline   Reply With Quote
Old 09-04-2008, 01:10 AM   #12
OpFor
A Ghoul
 
Join Date: Sep 2003
Posts: 16
Default

Can someone please just post a full file that is fixed?
OpFor is offline   Reply With Quote
Old 09-04-2008, 01:27 PM   #13
OpFor
A Ghoul
 
Join Date: Sep 2003
Posts: 16
Default

Really no offense but if you are going to post this, you should make sure it the latest version, so people dont get the pearl necklace effect.
OpFor is offline   Reply With Quote
Old 09-04-2008, 01:44 PM   #14
majandra
A Hill Giant
 
Join Date: Aug 2004
Server: Xegony
Posts: 34
Default

I have no clue what pearl necklace effect you are talking about. With vert cannabis, I have no problems.

Therefore, I removed my last post for simplicity's sake.
majandra is offline   Reply With Quote
Old 09-04-2008, 01:59 PM   #15
OpFor
A Ghoul
 
Join Date: Sep 2003
Posts: 16
Default

For some people there is a bug with new LoN graphics where the item appears as a pearl necklace in inventory.

http://www.eqinterface.com/forums/s...=pearl+necklace

Gives you a link to the solution, I really do appreciate your assistance the entire borked UI thing is getting me a bit frustrated atm.
OpFor is offline   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


All times are GMT -5. The time now is 05:54 PM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI