I can't seem to get Dragonwolf's autoattack bar to work, despite the help I've gotten from him on the UI piece's page, so I'm asking here for some help.
Here is what I know:
- I have created an equi_custom.xml file and it is a .xml file, not a .txt file. It looks like this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>eq2ui_custom_dragowulfui_autoattacktimer.xml</include>
</Page>
- It isn't hidden behind any windows, as all my windows have transparent backgrounds and I have also changed the default Location parameter to the center of my screen.
- It is supposed to appear automatically when autoattack is initiated, but it doesn't.
- Changing the parameter Visible="false" to Visible="true" does not cause it to appear (I was hoping I could at least have it always on).