Thread: Item Links
View Single Post
  #2  
Unread 11-16-2012, 03:15 PM
Papabard's Avatar
Papabard Papabard is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2007
Server: Unrest
Posts: 647
Default

some of your examine windows have gotten set off screen. This has happen to me a few times and to others who I have helped with the problem.

You'll need to edit your char settings file.

servername_yourcharactername_eq2_uisettings.xml in the everquest 2 game directory. Open that file with notepad while the game is closed

seach for note number can be different ??

From that to the end </Module> will be a bunch of clones. Delete the entire module section

so delete from

<Module Name="Examine" window_version="36">
<Window Name="ExamineItem_clone_0" alignment="5" alignment_offset="-114,-138" size="330,386">
<Properties clone_version="4" />
</Window>
<Window Name="ExamineItem_clone_1" alignment="8" alignment_offset="353,-56" size="330,688">
<Properties clone_version="4" />
</Window>
<Window Name="ExamineItem_clone_2" alignment="7" alignment_offset="131,-87" size="330,688">
<Properties clone_version="4" />
</Window>
<Window Name="ExamineItem_clone_3" alignment="5" alignment_offset="-357,-108" size="330,622">
<Properties clone_version="4" />
</Window>
<Window Name="ExamineItem_clone_4" alignment="8" alignment_offset="-101,-68" size="330,570">
<Properties clone_version="4" />
</Window>
<Window Name="ExamineRecipe_clone_0" alignment="7" alignment_offset="0,-83" size="390,420">
<Properties clone_version="4" />
</Window>
<Window Name="ExamineRecipe_clone_1" alignment="8" alignment_offset="-373,-147" size="390,420">
<Properties clone_version="4" />
</Window>
<Window Name="ExamineSpell_clone_0" alignment="3" alignment_offset="-320,-9" size="330,475">
<Properties clone_version="4" />
</Window>
<Window Name="ExamineSpell_clone_1" alignment="8" alignment_offset="287,-46" size="306,457">
<Properties clone_version="4" />
</Window>
</Module>

Won't be exact but you want to delete from the first module to the end. Save the file then load game and examine some items you should see your windows pop up in various places.
Reply With Quote