1) I assume you are refering to the chat while zoning feature that reduces the zone loading window and art to provide access to the chat windows. Restoring the default isn't simple but is doable if you're comfortable with UIBuilder.
Duplicate your Fetish directory.
Open the eq2ui.xml file from that duplicate with UIBuilder.
Select the "HUD" tab then expand the "HUD" object in the left side tree.
Select "Zoning" object in the left side tree.
In the properties area below, set the location to "0,0"
Set the size to "1080,1024"
Save and close UIBuilder.
Now copy eq2ui_hud_zoning.xml from the duplicate directory to your Fetish directory.
2) Any hard-coded default behavior changes should apply to Fetish. Nothing I've seen indicates any changes to the XML that would cause behavior differences.
Fetish includes slider and reset button custom controls in the Quest Helper. When the mouse enters the QH window, the reset button is set to whatever the helper is currently showing. You can use the slider to quickly scroll through quests in your journal, but when the mouse leaves the QH window, the active quest is atuomatically reset to whatever was active when the mouse first entered the window. This auto-reset feature can produce some seamingly odd behavior if for instance your mouse leaves the QH area while dragging the slider.
3) A saftey mechanism was applied to the menus long ago to guard against menu activation prior to the map window being fully loaded. In some cases you'll need to toggle the map twice to enable the menus.
|