Freq di28889 UI / and infiniti_blue_di28889 *10-09-13* FIXed

Forum for posting custom UIs, portions of UIs, and HUD stuff using MQ's enhancements.

Moderator: MacroQuest Developers

TheAFKBard
a ghoul
a ghoul
Posts: 133
Joined: Tue Dec 30, 2003 9:48 pm

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by TheAFKBard » Sat Jul 23, 2011 1:13 pm

Any ideas what may be causing this error?

Code: Select all

[Sat Jul 23 10:06:39 2011] Warning: file EQUI_NameChangeMercWnd.xml not found in directory UIFiles\frequency\.  Attempting to use file from Default skin.
[Sat Jul 23 10:06:42 2011] XML reference error! ButtonDrawTemplate[7]:BDT_PanLeft[9] referenced but NEVER declared!
XML reference error! ButtonDrawTemplate[7]:BDT_PanRight[10] referenced but NEVER declared!
XML reference error! ButtonDrawTemplate[7]:BDT_PanUp[11] referenced but NEVER declared!
XML reference error! ButtonDrawTemplate[7]:BDT_PanDown[12] referenced but NEVER declared!
XML reference error! ButtonDrawTemplate[7]:BDT_ZoomIn[13] referenced but NEVER declared!
XML reference error! ButtonDrawTemplate[7]:BDT_ZoomOut[14] referenced but NEVER declared!
XML reference error! ButtonDrawTemplate[7]:BDT_RotateLeft[15] referenced but NEVER declared!
XML reference error! ButtonDrawTemplate[7]:BDT_RotateRight[16] referenced but NEVER declared!
XML reference error! ButtonDrawTemplate[7]:BDT_RotateUp[17] referenced but NEVER declared!
XML reference error! ButtonDrawTemplate[7]:BDT_RotateDown[18] referenced but NEVER declared!

[Sat Jul 23 10:06:42 2011] Error validating symbol table.
[Sat Jul 23 10:06:42 2011] Error loading skin: loading default skin instead.
UPDATE - found the fix
in EQUI_Animations.xml put the following code before the ending </XML> tag

Code: Select all

<ButtonDrawTemplate item="BDT_PanLeft">
		<Normal>A_PanLeftButtonNormal</Normal>
		<Pressed>A_PanLeftButtonPressed</Pressed>
		<Flyby>A_PanLeftButtonFlyby</Flyby>
		<Disabled>A_PanLeftButtonNormal</Disabled>
		<PressedFlyby>A_PanLeftButtonPressedFlyby</PressedFlyby>
	</ButtonDrawTemplate>
	<ButtonDrawTemplate item="BDT_PanRight">
		<Normal>A_PanRightButtonNormal</Normal>
		<Pressed>A_PanRightButtonPressed</Pressed>
		<Flyby>A_PanRightButtonFlyby</Flyby>
		<Disabled>A_PanRightButtonNormal</Disabled>
		<PressedFlyby>A_PanRightButtonPressedFlyby</PressedFlyby>
	</ButtonDrawTemplate>
	<ButtonDrawTemplate item="BDT_PanUp">
		<Normal>A_PanUpButtonNormal</Normal>
		<Pressed>A_PanUpButtonPressed</Pressed>
		<Flyby>A_PanUpButtonFlyby</Flyby>
		<Disabled>A_PanUpButtonNormal</Disabled>
		<PressedFlyby>A_PanUpButtonPressedFlyby</PressedFlyby>
	</ButtonDrawTemplate>
	<ButtonDrawTemplate item="BDT_PanDown">
		<Normal>A_PanDownButtonNormal</Normal>
		<Pressed>A_PanDownButtonPressed</Pressed>
		<Flyby>A_PanDownButtonFlyby</Flyby>
		<Disabled>A_PanDownButtonNormal</Disabled>
		<PressedFlyby>A_PanDownButtonPressedFlyby</PressedFlyby>
	</ButtonDrawTemplate>
	<ButtonDrawTemplate item="BDT_RotateLeft">
		<Normal>A_RotateLeftButtonNormal</Normal>
		<Pressed>A_RotateLeftButtonPressed</Pressed>
		<Flyby>A_RotateLeftButtonFlyby</Flyby>
		<Disabled>A_RotateLeftButtonNormal</Disabled>
		<PressedFlyby>A_RotateLeftButtonPressed</PressedFlyby>
	</ButtonDrawTemplate>
	<ButtonDrawTemplate item="BDT_RotateRight">
		<Normal>A_RotateRightButtonNormal</Normal>
		<Pressed>A_RotateRightButtonPressed</Pressed>
		<Flyby>A_RotateRightButtonFlyby</Flyby>
		<Disabled>A_RotateRightButtonNormal</Disabled>
		<PressedFlyby>A_RotateRightButtonPressed</PressedFlyby>
	</ButtonDrawTemplate>
	<ButtonDrawTemplate item="BDT_RotateUp">
		<Normal>A_RotateUpButtonNormal</Normal>
		<Pressed>A_RotateUpButtonPressed</Pressed>
		<Flyby>A_RotateUpButtonFlyby</Flyby>
		<Disabled>A_RotateUpButtonNormal</Disabled>
		<PressedFlyby>A_RotateUpButtonPressed</PressedFlyby>
	</ButtonDrawTemplate>
	<ButtonDrawTemplate item="BDT_RotateDown">
		<Normal>A_RotateDownButtonNormal</Normal>
		<Pressed>A_RotateDownButtonPressed</Pressed>
		<Flyby>A_RotateDownButtonFlyby</Flyby>
		<Disabled>A_RotateDownButtonNormal</Disabled>
		<PressedFlyby>A_RotateDownButtonPressed</PressedFlyby>
	</ButtonDrawTemplate>
	<ButtonDrawTemplate item="BDT_ZoomIn">
		<Normal>A_ZoomInButtonNormal</Normal>
		<Pressed>A_ZoomInButtonPressed</Pressed>
		<Flyby>A_ZoomInButtonFlyby</Flyby>
		<Disabled>A_ZoomInButtonNormal</Disabled>
		<PressedFlyby>A_ZoomInButtonPressedFlyby</PressedFlyby>
	</ButtonDrawTemplate>
	<ButtonDrawTemplate item="BDT_ZoomOut">
		<Normal>A_ZoomOutButtonNormal</Normal>
		<Pressed>A_ZoomOutButtonPressed</Pressed>
		<Flyby>A_ZoomOutButtonFlyby</Flyby>
		<Disabled>A_ZoomOutButtonNormal</Disabled>
		<PressedFlyby>A_ZoomOutButtonPressedFlyby</PressedFlyby>
	</ButtonDrawTemplate>

bho
a ghoul
a ghoul
Posts: 130
Joined: Mon Aug 16, 2004 11:11 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by bho » Sat Jul 23, 2011 8:05 pm

For the record, he already posted that fix and the others, it's updated in the first post.

fathersin
a hill giant
a hill giant
Posts: 161
Joined: Thu Jul 06, 2006 7:40 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by fathersin » Tue Aug 16, 2011 3:55 pm

nm figured it out.

TheAFKBard
a ghoul
a ghoul
Posts: 133
Joined: Tue Dec 30, 2003 9:48 pm

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by TheAFKBard » Mon Sep 26, 2011 2:14 pm

The Stats tab of the inventory window has a few mis-aligned values, for Avoidance, Accuracy, Backstab, and Combat Effects.
Image

fathersin
a hill giant
a hill giant
Posts: 161
Joined: Thu Jul 06, 2006 7:40 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by fathersin » Mon Nov 14, 2011 9:14 pm

The new expansion has added 12 spots to hotbars not much else I can see added.

bho
a ghoul
a ghoul
Posts: 130
Joined: Mon Aug 16, 2004 11:11 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by bho » Tue Nov 15, 2011 11:46 am

There's a number of changes. The UI has been updated already (with a few tweaks to come, I'm sure).

When MQ2 lives again, I will start working on merging the MQ2 changes back in, unless someone else has already undertaken the duties.

TheAFKBard
a ghoul
a ghoul
Posts: 133
Joined: Tue Dec 30, 2003 9:48 pm

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by TheAFKBard » Tue Nov 15, 2011 2:02 pm

Where can I download the UI changes?

bho
a ghoul
a ghoul
Posts: 130
Joined: Mon Aug 16, 2004 11:11 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by bho » Tue Nov 15, 2011 6:55 pm

PM me an email address. Too large to upload and I don't have web space available.

bho
a ghoul
a ghoul
Posts: 130
Joined: Mon Aug 16, 2004 11:11 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by bho » Tue Nov 15, 2011 10:23 pm

Sent it out to a handful. If one of you folks could post it up somewhere, would be great.


Zenevil
orc pawn
orc pawn
Posts: 28
Joined: Fri Aug 14, 2009 9:11 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by Zenevil » Wed Nov 16, 2011 3:49 am

Thank you :D find it hard enough to play without MQ, but without a decent UI I'm completely hopeless!

bho
a ghoul
a ghoul
Posts: 130
Joined: Mon Aug 16, 2004 11:11 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by bho » Wed Nov 16, 2011 12:29 pm

To clarify - the UI was not updated by me. I will try and help reintegrate the MQ2 changes in, but the UI was brought up to speed by Beimeith of, I believe, RoI.

woobs
a grimling bloodguard
a grimling bloodguard
Posts: 627
Joined: Thu Dec 10, 2009 11:53 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *07-20-11*

Post by woobs » Wed Nov 16, 2011 2:11 pm

Thanks for your efforts :)

di28889
a hill giant
a hill giant
Posts: 296
Joined: Sat Jul 12, 2003 11:36 pm

Re: Freq di28889 UI / and infiniti_blue_di28889 *11-20-11*

Post by di28889 » Sun Nov 27, 2011 1:59 am

Updated
For those that are about to [url=http://www.di28889.com/posting.swf]POST[/url] a new topic befor USING SEARCH

http://www.di28889.com/posting.swf

SKY
a lesser mummy
a lesser mummy
Posts: 53
Joined: Fri Apr 08, 2005 3:47 am

Re: Freq di28889 UI / and infiniti_blue_di28889 *11-20-11*

Post by SKY » Sun Nov 27, 2011 2:10 am

Thanks so much for the update!


SKY