View Single Post
  #8  
Unread 04-30-2007, 08:35 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

This one is pretty simple. Change line 11 from:

<Page AbsorbsInput="false" DynamicData="/GameData.Target.Health" DynamicDataFilter="0001" Location="11,27" Name="HealthPage" ScrollExtent="150,39" Size="150,39">

to:

<Page AbsorbsInput="false" DynamicData="/GameData.Target.Health" DynamicDataFilter="0001" Location="11,27" Name="Health" ScrollExtent="150,39" Size="150,39">

and line 73 from:

<Page AbsorbsInput="false" DynamicData="/GameData.Target.Health" DynamicDataFilter="0001" Location="23,27" Name="HealthPage" ScrollExtent="130,39" Size="130,39">

to:

<Page AbsorbsInput="false" DynamicData="/GameData.Target.Health" DynamicDataFilter="0001" Location="23,27" Name="Health" ScrollExtent="130,39" Size="130,39">

The game automatically shows the health bar then. I don't think it breaks anything else in the window but... you never know.
Reply With Quote