Thread: Lunix1 prebeta
View Single Post
Old 09-01-2003, 06:28 PM   #32
Taleisin
Guest
 
Posts: n/a
Default

here is the idea behind hotlinking.

say you have your

EQUI_SelectorWindow.xml

and you want to put it's buttons in your player window

EQUI_PlayerWindow.xml

what I was thinking is you could add

<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
<Composite>
<Include>EQUI_SelectorWindow.xml</Include>
</Composite>
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>

to the top of the player window.

copy the buttons from the selector window into the player window and arange them where you want them.

I thought it would fool the gameclient into thinking it is still the selector window but so far it hasn't worked.

Hope you can figure this one out Enok :-)

*anyone like the idea of All HotPink gauges?
  Reply With Quote