View Single Post
  #5  
Unread 08-16-2008, 02:01 PM
keezyrick keezyrick is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2006
Server: Guk
Posts: 194
Default

From one of your screenshots you are using a custom ui called "bobsui".

Has this UI been updated to include required changes to
eq2ui_hud_zoning.xml?

At the very least, this file will have to be updated to reflect to new composite for 'Tip of the Day'. The version has been bumped also.

There are many other changes, but the change above is a minimum requirement to get into the game.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page Activated="true" BackgroundOpacity="0.004" Location="351,191" Name="Zoning" PackLocation="cfc,cfc" PackSize="fixed,fixed" ScrollExtent="586,456" Size="586,456" UserMovable="true" version="1.1">
    <Composite AbsorbsInput="false" Alignment="Center" Location="27,3" Name="TipPage" PackSize="absolute" ScrollExtent="520,95" Size="520,95" Spacing="1" SpacingType="Constant" TipDelayMS="20000">
Your file will have to have the new version number and may or may not crash if the composit is not in there. I have not tested logging in without the composite in the code.
__________________
GUK Server
<Legion of the White Rose>
Mezzes 90 Coercer
Reply With Quote