Quote:
|
Originally Posted by Drunador
I am also having this very same issue. I think Zonx simply forgot to add the name of the window file into the eq2_mainhud.xml file, but I could be wrong.
If I knew what the name of the window was I could put it in there and see if that fixes it.
Drunador
|
Zonx forget the include line for eq2ui_popup_houseitems.xml in eq2ui_popup.xml. Also, eq2ui_popup_houseitems.xml does not exist in a Fetish-skinned version.
Open eq2ui_popup,xml in your Fetish directory for editing, say with Notepad, then change:
Code:
<include>eq2ui_popup_instructions.xml</include><BR>
</Page>
to
Code:
<include>eq2ui_popup_instructions.xml</include><BR>
<include>eq2ui_popup_houseitems.xml</include><BR>
</Page>
Also, there's no Fetish version of eq2ui_popup_rewardpack.xml, or there wasn't in 5.0, at least.