EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > eXtremeUI

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 08-27-2007, 02:01 AM
Zalakria Zalakria is offline
A Coastal Crab
 
Join Date: May 2007
Server: Antonia Bayle
Posts: 1
Default LoN interface

I've been playing around in LoN noticed when I try to challenge others i'm given a blank black window.




Asked on the LoN forums, they said it must be UI related. Anyone else having this issue? Is there anyway to fix it? or has it not been added too eXtreme UI yet?


btw eXtreme ROCKS!
Reply With Quote
  #2  
Unread 08-27-2007, 02:30 AM
Kilania Kilania is offline
A Coastal Crab
 
Join Date: Aug 2006
Server: Antonia Bayle
Posts: 1
Default LON Issues as well

I have only modified a few pieces of my UI, none even remotely close to changing anything about the LON piece and my screen looks like that all the time. Thought it was just me.
Reply With Quote
  #3  
Unread 08-27-2007, 08:25 AM
jonathn2875 jonathn2875 is offline
A Weald Wolf
 
Join Date: Dec 2004
Server: Venekor
Posts: 81
Default

your issue is right on the front page of eq2interface.com

Exit EverQuest II
With your favorite text editor like windows notepad open the eq2ui_mainhud.xml file in your custom ui folder.
Scroll down to the bottom of the file and find the following code:

</Page>


Directly above that insert the following lines:

<include>eq2ui_mainhud_tcgdialog.xml</include>
<include>eq2ui_mainhud_tcg.xml</include>


Save the file and start up EverQuest II and try out the LoN window if you have beta access.
Reply With Quote
  #4  
Unread 08-27-2007, 09:45 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

yea some how the LoN file didn't get posted to the Autoupdater. just replace the the contents of eq2ui_mainhud.xml with the following

Code:
<?xml version="1.0" encoding="utf-8" ?> 
<Page ismodule="true" Name="MainHUD" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
  <include>user_settings\aucp_Notes.xml</include> 
  <include>eq2ui_mainhud_editmacro.xml</include> 
  <include>eq2ui_mainhud_achievements.xml</include> 
  <include>eq2ui_mainhud_advancementchoice.xml</include> 
  <include>eq2ui_mainhud_advancementbutton.xml</include> 
  <include>eq2ui_mainhud_breath.xml</include> 
  <include>eq2ui_mainhud_browser.xml</include> 
  <include>eq2ui_mainhud_casting.xml</include> 
  <include>eq2ui_mainhud_character.xml</include> 
  <include>eq2ui_mainhud_chatoptions.xml</include> 
  <include>eq2ui_mainhud_clock.xml</include> 
  <include>eq2ui_mainhud_compass.xml</include> 
  <include>eq2ui_mainhud_contest.xml</include> 
  <include>eq2ui_mainhud_death.xml</include> 
  <include>eq2ui_mainhud_effects.xml</include> 
  <include>eq2ui_mainhud_experience.xml</include> 
  <include>eq2ui_mainhud_guild.xml</include> 
  <include>eq2ui_mainhud_guildcreation.xml</include> 
  <include>eq2ui_mainhud_guildheraldry.xml</include> 
  <include>eq2ui_mainhud_guildbrowser.xml</include> 
  <include>eq2ui_mainhud_guildrecruitingdetails.xml</include> 
  <include>eq2ui_mainhud_groupmembers.xml</include> 
  <include>eq2ui_mainhud_help.xml</include> 
  <include>eq2ui_mainhud_heroic.xml</include> 
  <include>eq2ui_mainhud_hotkey.xml</include> 
  <include>eq2ui_mainhud_impliedtarget.xml</include> 
  <include>eq2ui_mainhud_inspectplayer.xml</include> 
  <include>eq2ui_mainhud_instruction.xml</include> 
  <include>eq2ui_mainhud_instructionbutton.xml</include> 
  <include>eq2ui_mainhud_junctionchoice.xml</include> 
  <include>eq2ui_mainhud_knowledge.xml</include> 
  <include>eq2ui_mainhud_knowledgesort.xml</include> 
  <include>eq2ui_mainhud_lfg.xml</include> 
  <include>eq2ui_mainhud_lotto.xml</include> 
  <include>eq2ui_mainhud_mail.xml</include> 
  <include>eq2ui_mainhud_mainchat.xml</include> 
  <include>eq2ui_mainhud_maintained.xml</include> 
  <include>eq2ui_mainhud_map.xml</include> 
  <include>eq2ui_mainhud_onscreenmessage.xml</include> 
  <include>eq2ui_mainhud_openedmail.xml</include> 
  <include>eq2ui_mainhud_pet.xml</include> 
  <include>eq2ui_mainhud_persona.xml</include> 
  <include>eq2ui_mainhud_player.xml</include> 
  <include>eq2ui_mainhud_pvpimmunity.xml</include> 
  <include>eq2ui_mainhud_quantityselector.xml</include> 
  <include>eq2ui_mainhud_radialmenu.xml</include> 
  <include>eq2ui_mainhud_raid.xml</include> 
  <include>eq2ui_mainhud_replydialog.xml</include> 
  <include>eq2ui_mainhud_restarttrialbutton.xml</include> 
  <include>eq2ui_mainhud_shutdown.xml</include> 
  <include>eq2ui_mainhud_socials.xml</include> 
  <include>eq2ui_mainhud_startbutton.xml</include> 
  <include>eq2ui_mainhud_startmenu.xml</include> 
  <include>eq2ui_mainhud_target.xml</include> 
  <include>eq2ui_mainhud_tracking.xml</include> 
  <include>eq2ui_mainhud_waypoints.xml</include> 
  <include>eq2ui_mainhud_windowsettings.xml</include> 
  <include>eq2ui_mainhud_zonereuse.xml</include> 
  <include>eq2ui_mainhud_letterboxframe.xml</include> 
  <include>eq2ui_mainhud_tcgdialog.xml</include>
  <include>eq2ui_mainhud_tcg.xml</include>
</Page>
__________________
Landiin's EQ2MAP Updater Discussion Download
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
Forum Jump


All times are GMT -5. The time now is 11:12 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI