Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > General Discussion > Chit Chat
User Name
Password

Reply
 
Thread Tools Display Modes
Old 05-16-2007, 08:54 PM   #16
Taean
A Crystal Gargoyle
 
Join Date: Nov 2003
Posts: 98
Interface Author - Click to view interfaces
Default

my UIError.txt tells me

UIErrorLog created at Wed May 16 21:20:28 2007
[Wed May 16 21:20:30 2007] XML reference error! WindowDrawTemplate[12]:WDT_Filigree[6] referenced but NEVER declared!

[Wed May 16 21:20:30 2007] Error validating symbol table.
[Wed May 16 21:20:30 2007] Error loading skin: loading default skin instead.

but what I don't understand is what does [Wed May 16 21:20:30 2007] Error validating symbol table. means
Taean is offline   Reply With Quote
Old 05-16-2007, 09:54 PM   #17
Osimillarion
A Ghoul
 
Join Date: Nov 2005
Posts: 10
Default

Quote:
Originally Posted by Serianna

Like I said, look at the compare files.


Here is the location for the compare: http://www.eqinterface.com/forums/s...ead.php?t=19043

Dolby much thanx for the compare, and up so quickly.
Osimillarion is offline   Reply With Quote
Old 05-16-2007, 10:31 PM   #18
Wymp
A Shissar Disciple
 
Wymp's Avatar
 
Join Date: Jul 2002
Posts: 146
Interface Author - Click to view interfaces
Default

Mareeuh -- If that's an accurate pasting from your UIErrors file, then try removing the space you have in the filename ( ... \EQUI_HtmlWnd.x ml)


Taean -- Open the EQUI_HtmlWnd.xml file from your custom folder ... scroll to the bottom and find <DrawTemplate>WDT_Filigree</DrawTemplate> ... change "Filigree" to either "Rounded" or "Def". Save, exit, and reload UI in-game.
Wymp is offline   Reply With Quote
Old 05-16-2007, 10:42 PM   #19
Brighid741
A Tempest Toad
 
Brighid741's Avatar
 
Join Date: Feb 2004
Server: The Seventh Hammer
Posts: 463
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by mareeuh
UIErrorLog created at Wed May 16 20:47:03 2007
[Wed May 16 20:47:21 2007] [Line:5 Source:UIFiles\Tablets_future_green\EQUI_HtmlWnd.x ml] Schema error - Expecting valid ElementType HtmlComponent
[Wed May 16 20:47:21 2007] Error reading XML.
[Wed May 16 20:47:21 2007] Error loading skin: loading default skin instead.

This is the error I get, but I can't seem to fix it. I made the other changes, this one is bugging me. Any help would be appreciated.

Tablets v3.01 are pending approval in the mean time you can use the zip file from the Tablets thread to update it. http://www.eqinterface.com/forums/s...88&page=3&pp=15
__________________


Brighid741 is offline   Reply With Quote
Old 05-16-2007, 10:45 PM   #20
mareeuh
A Shissar Disciple
 
Join Date: Oct 2002
Posts: 118
Default

Quote:
Originally Posted by Brighid741
Tablets v3.01 are pending approval in the mean time you can use the zip file from the Tablets thread to update it. http://www.eqinterface.com/forums/s...88&page=3&pp=15


Much love to you Brighid!
mareeuh is offline   Reply With Quote
Old 05-16-2007, 11:12 PM   #21
Sadenaig
A Hill Giant
 
Join Date: May 2005
Posts: 34
Default

Have been playing with getting this working properly. Did the include for the htmlwindow and that works fine, but I am having problems as soon as I put the new equi_bookwindow.xml in the Aya UI directory. Only errors I find that seem to relate are:
[Wed May 16 23:09:21 2007] Error: Could not find child ScribeButton in window BookWindow

[Wed May 16 23:09:21 2007] Error: Could not find child CastSpellButton in window BookWindow


As soon as I put the new file from the patch in, it loaded the default ui.
Sadenaig is offline   Reply With Quote
Old 05-16-2007, 11:40 PM   #22
Serianna
~The Semi Retired~
 
Serianna's Avatar
 
Join Date: Nov 2003
Server: Nameless, Formerly of Fennin Ro.
Posts: 182
Interface Author - Click to view interfaces
Default

Aya uses a ton of custom files, does she have the Bookwindow file in her UI already? if she does, copying over a different one will break the UI most likely. use the compare file found here

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

and copy over just the red text to the original Aya book window. Open the window in notepad or similar program, copy the text from the compare window that opens. When you copy, do it line by line if you dont want to have to take out numbers etc

It will look like this when you copy over everything,

Code:
<Button item="BOOK_CastSpellButton"> 39 <ScreenID>CastSpellButton</ScreenID> = 40 <!--<Font>3</Font>--> -+ 41 <RelativePosition>true</RelativePosition> 42 <Location> 43 <X>281</X>


you want it to look like this after you put it in etc, make sure you take out the numbers and symbols that show up at the front if you just do a mass copy and paste

Code:
<Button item="BOOK_CastSpellButton"> <ScreenID>CastSpellButton</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Location> <X>281</X>
__________________
Enigma Serianna Rangewalker 80 Enchanter of The Nameless Server. ~ Retired ~

"Oh my... someone help me, Ive got a main and 5 boxes to feed!"

Serianna is offline   Reply With Quote
Old 05-17-2007, 12:17 AM   #23
Taean
A Crystal Gargoyle
 
Join Date: Nov 2003
Posts: 98
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Wymp
Taean -- Open the EQUI_HtmlWnd.xml file from your custom folder ... scroll to the bottom and find <DrawTemplate>WDT_Filigree</DrawTemplate> ... change "Filigree" to either "Rounded" or "Def". Save, exit, and reload UI in-game.


I am still getting
[Thu May 17 01:16:11 2007] Error validating symbol table.
[Thu May 17 01:16:11 2007] Error loading skin: loading default skin instead.

I need to know what symbol table the error is refering
Taean is offline   Reply With Quote
Old 05-17-2007, 01:12 AM   #24
Sadenaig
A Hill Giant
 
Join Date: May 2005
Posts: 34
Default

Quote:
Originally Posted by Serianna
Aya uses a ton of custom files, does she have the Bookwindow file in her UI already? if she does, copying over a different one will break the UI most likely. use the compare file found here


Aya does have the file already. I made the changes and it is working. I should probably do the same thing with the other two files that already exisedt as well, but it is 1:15 am so i will go to bed and take care of it tomorrow

Thanks for you help Serianna.
Sadenaig is offline   Reply With Quote
Old 05-17-2007, 09:16 AM   #25
Savok
On tour since '99
 
Join Date: Sep 2002
Server: Innoruuk forever!
Posts: 473
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Serianna
Anyone tell me what the bookwindow.xml file shows up as in game?


Its the one where you right click on a book!

But yeah I think the 2 new buttons are for a specifice style of book (tradeskill maybe) as I haven't been able to view them on any book I open in myor the default UI.
__________________
Gold: 03/16/99 - 03/15/12 Silver: 03/16/12 - 03/15/18 Done:03/16/18
And with a heavy heart I bid adieu to Everquest Live.
Savok is offline   Reply With Quote
Old 05-17-2007, 10:35 AM   #26
fazzdaan
A Treant
 
Join Date: Sep 2002
Posts: 24
Default

Brighid, I added SIDL to my existing Tablets directory and the interface then worked. So, should I download and install v3.01 or just run the way it is?

Thanks a lot.
fazzdaan is offline   Reply With Quote
Old 05-17-2007, 11:07 AM   #27
Brighid741
A Tempest Toad
 
Brighid741's Avatar
 
Join Date: Feb 2004
Server: The Seventh Hammer
Posts: 463
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by fazzdaan
Brighid, I added SIDL to my existing Tablets directory and the interface then worked. So, should I download and install v3.01 or just run the way it is?

Thanks a lot.

That's up to you hun. I changed the other files that were done as well so you can just extract those to your Tablets folder. The zip file with the xml files that were changed 5/16/07 is on this thread http://www.eqinterface.com/forums/s...?t=18888&page=3
Brighid741 is offline   Reply With Quote
Old 05-18-2007, 10:57 AM   #28
Echelon Foreste
A Fire Beetle
 
Join Date: Apr 2005
Posts: 3
Default

Has anyone figured out a way to redirect the URL of the in game web browser? Seems like it will only connect to the SOE help site. My search for the default URL text string in the EQ directory turned up nothing so it may be hard coded in the game.
Echelon Foreste is offline   Reply With Quote
Old 05-18-2007, 12:19 PM   #29
Brighid741
A Tempest Toad
 
Brighid741's Avatar
 
Join Date: Feb 2004
Server: The Seventh Hammer
Posts: 463
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Echelon Foreste
Has anyone figured out a way to redirect the URL of the in game web browser? Seems like it will only connect to the SOE help site. My search for the default URL text string in the EQ directory turned up nothing so it may be hard coded in the game.

They are discussing that over here: http://www.eqinterface.com/forums/s...ead.php?t=19049
Brighid741 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 01:35 AM.


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