View Single Post
Old 10-21-2007, 02:57 PM   #26
silenzhandz
A Hill Giant
 
Join Date: Nov 2002
Server: Tunare
Posts: 39
Default

That did not seem to help, think all that stuff was already in there. But after painstakingly(sp) going through it, I found out I was missing:

<Pieces>ClassAnim</Pieces>

from:

<Screen item="IW_CharacterView">
<ScreenID>IW_CharacterView</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>2</X>
<Y>5</Y>
</Location>
<Size>
<CX>80</CX>
<CY>50</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>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>


So just down to one error woohoo! You already mentioned vert does not use it, still is there anyway to hack something to get rid of the error?

[Sun Oct 21 13:01:32 2007] Error: Could not find child A_AttackIndicatorAnim in window PlayerWindow


Removed this:
<StaticAnimation item="A_AttackIndicatorAnim">
<ScreenID>A_AttackIndicatorAnim</ScreenID>
<Animation>A_AttackIndicator</Animation>
</StaticAnimation>
Made no difference. Wonder if pieces is missing like last problem.

Thanks for your help.
silenzhandz is offline   Reply With Quote