View Single Post
Old 10-18-2007, 07:31 AM   #22
Savok
On tour since '99
 
Join Date: Sep 2002
Server: Innoruuk forever!
Posts: 473
Interface Author - Click to view interfaces
Default

Quote:
[Wed Oct 17 22:37:03 2007] Error: Could not find child ScribeButton in window BookWindow
[Wed Oct 17 22:37:03 2007] Error: Could not find child CastSpellButton in window BookWindow


Odd, both of those are in the attatched file.

Quote:
[Wed Oct 17 22:37:03 2007] Error: Could not find child PotionSlot4 in window PotionBeltWnd
[Wed Oct 17 22:37:03 2007] Error: Could not find child PotionSlotLabel4 in window PotionBeltWnd


Potion window change 7/5/07.

Quote:
[Wed Oct 17 22:37:05 2007] Error: Could not find child A_AttackIndicatorAnim in window PlayerWindow


You can ignore this one (Vert doesn't use the stupid whole player window attack animation).

Quote:
[Wed Oct 17 22:37:05 2007] Error: Could not find child ClassAnim in window IW_CharacterView


This was changed a long time ago (how old IS this vert UI you have? )

Code:
<StaticAnimation item= "ClassAnim"> <ScreenID>ClassAnim</ScreenID> <Location> <X>8</X> <Y>170</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <!-- Do NOT include an animation here since it messes with other UIs. Instead an animation instance is dynamically created and used. --> </StaticAnimation> <Screen item = "IW_CharacterView"> <ScreenID>IW_CharacterView</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>170</Y> </Location> <Size> <CX>64</CX> <CY>128</CY> </Size> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <TooltipReference>Drop Item Here to Auto Equip</TooltipReference> <DrawTemplate>WDT_Inner</DrawTemplate> <Style_Titlebar>false</Style_Titlebar> <Style_Closebox>false</Style_Closebox> <Style_Minimizebox>false</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>false</Style_Sizable> <Pieces>ClassAnim</Pieces> </Screen>


Code:
<Pieces>Screen:IW_CharacterView</Pieces> <Pieces>ClassAnim</Pieces>
__________________
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