View Single Post
  #11  
Unread 01-03-2011, 07:49 PM
jnewton jnewton is offline
A Sea Turtle
 
Join Date: Mar 2005
Posts: 30
Default

I've made sure that all the the files in the individual pieces get loaded in the correct directories. It was the first thing I checked. I also made sure that the custom file is up to date. This is the easiest thing to miss and the second that I check.

I also have a problem with the infocenter that is included with the journal piece. When I open an individual item, I get a line of code that looks sort of like:

parent.parent.parent.parent.parent.parent.quest.file.txt

I'm not up on the syntax used in the UI, but it looks like it is some sort of recursion and that perhaps the count is off. BTW, the number of .parent statements is not accurate in this example. I'm doing this from memory)

Not sure if the two issues are related.

Additional info:

directory structure :ProgramData>Sony Online Entertainment>Installed games>Everquest II>UI>MyUI

Inside of MyUI I have the following directories:
_Profit_Config_Files
afk
Custom
DrumsUI
EffectMonitor
eq2map2
fonts
images
InfoCenter
POI
Soga
TSRush


O/S: Windows 7 (64bit)

Here is my eq2ui_custom.xml file dump:

<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>_ProfitUI_custom.xml</include>
<include>InfoCenter/includes.xml</include>
<include>_Mothers_Styles.xml</include>
<include>eq2ui_mainhud_startbutton.xml</include>
<include>Custom/_DragowulfUI.xml</include>
<include>Custom/eq2ui_custom_gametimer.xml</include>
<include>Custom/eq2ui_custom_dragowulfui_tomtomnavigator.xml</include>
<include>Custom/_harvest_info.xml</include>
<include>Custom/eq2ui_custom_effectmonitor.xml</include>
<include>Custom/_Mothers_Styles.xml</include>
<include>DrumsUI/DrumsUI_StatBarWindow.xml</include>
<include>DrumsUI/DrumsUI_EffectsWindow.xml</include>
<include>DrumsUI/DrumsUI_browser_favorites.xml</include>
<include>DrumsUI/Settings/DrumsUI_ItemNotes.xml</include>
<include>DrumsUI/Settings/DrumsUI_EffectsSettings.xml</include>
<include>DrumsUI/Settings/DrumsUI_PartyClickWindow.xml</include>
<include>DrumsUI/Settings/DrumsUI_ClickButtonSettings.xml</include>
<include>DrumsUI/Settings/DrumsUI_TextSettings.xml</include>
<include>DrumsUI/Settings/DrumsUI_StatBarSettings.xml</include>
<include>_eq2_ToonSwap.xml</include>
<include>eq2ui_custom_Luosky_modified_dragowulfui_spelltimer.xml</include>
<include>_harvest_info.xml</include>
<include>_harvest_bar.xml</include>
<include>_Mistals_CrafterHub_Mounts.xml</include>
<include>_Mistals_CrafterHub_PortOrbs.xml</include>
<include>_Mistals_CrafterHub_Pots.xml</include>
<include>_Mistals_CrafterHub_Tables.xml</include>
<include>_Mistals_CrafterHub_Vit.xml</include>
<include>_Mistals_CrafterHub_Tools.xml</include>
<include>_Mistals_CrafterHub_GearHarvest.xml</include>
<include>_Mistals_CrafterHub_Sage.xml</include>
<include>_Mistals_CrafterHub_Jewl.xml</include>
<include>_Mistals_CrafterHub_Alchy.xml</include>
<include>_Mistals_CrafterHub_Provie.xml</include>
<include>_Mistals_CrafterHub_Wood.xml</include>
<include>_Mistals_CrafterHub_Carp.xml</include>
<include>_Mistals_CrafterHub_Arm.xml</include>
<include>_Mistals_CrafterHub_Wep.xml</include>
<include>_Mistals_CrafterHub_Tail.xml</include>
<include>_Mistals_CrafterHub_GearSage.xml</include>
<include>_Mistals_CrafterHub_GearJewl.xml</include>
<include>_Mistals_CrafterHub_GearAlchy.xml</include>
<include>_Mistals_CrafterHub_GearProvie.xml</include>
<include>_Mistals_CrafterHub_GearWood.xml</include>
<include>_Mistals_CrafterHub_GearCarp.xml</include>
<include>_Mistals_CrafterHub_GearArm.xml</include>
<include>_Mistals_CrafterHub_GearWep.xml</include>
<include>_Mistals_CrafterHub_GearTail.xml</include>
<include>_Mistals_TravelHub.xml</include>
<include>_Mistals_TravelHub_WormHoles.xml</include>
<include>_Mistals_TravelHub_Misc.xml</include>
<include>_Mistals_TravelHub_Evacs.xml</include>
<include>_Mistals_TravelHub_Calls.xml</include>
<include>_Mistals_TravelHub_PortOrbs.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>

Sorry to be a bother, and I hope that we can figure out what I've done wrong.

thanks
Reply With Quote