In the Everquest II directory you'll find a UIBuilder.zip.
In that zip is the SOE tool for UI authoring and a word doc outlining most of the objects and attributes.
The doc is very old, was never particularly complete or detailed, and the environment has been extended since it was written.
Really the best source of object and attribute info is from within the UIBuilder tool. You can find info for getting started with UIBuilder in the general FAQ on this site. The dev forums on this site have a lot of good info, but you have to search for what you need.
Anyway... in the _Fetish_mainhud_personabar.xml you find an object named StatsDropdownbox. Add the following attribute value pair...
SelectedItemIndex="2".
Add Visibile="false" to the Page named "Melee".
Set the page named "Spells" to Visible="True".
|