Missing Combat Styles

Moggit

One of Freddy's beloved
Joined
Apr 13, 2004
Messages
281
Hi,

Got a weird problem with DAOC. If I use any custom UI (tried about 20 including Mxn, Ghost and Derida) then I don't have any combat styles available in my combat window. If I log off and change to one of the standard Mythic skins they all return. Other people I know use the same skins and don't have this problem. I've tried doing a full file-check on load and it doesn't help.

Any ideas before I re-install the game?
 

Adorith

Fledgling Freddie
Joined
Apr 9, 2004
Messages
100
Go to the custom ui folder and delete stats_combat_window.xml
Think the issue is with the new layout on that page in DR. You might have to get that file back when DR is released though, so saving it somewhere is probably a good idea.
 

Awarkle

Fledgling Freddie
Joined
Feb 1, 2004
Messages
1,131
its because most of those ui sites have updated their uis for Darkness rising which changes how styles are layed out. Instead of one big list they are separated into little style specific lists.

Like casters and support spells. Makes it easier to find specific styles instead of going through a big lump.

HOWEVER it means that if you try to use a DR ui on the existing servers then your weapon select options wont work.

anywho just reset to an earlier version of deridas or use the inbuilt Ui's
 

Technodave

One of Freddy's beloved
Joined
Dec 27, 2003
Messages
707
The combat styles for your UI are for after 1.80 to fix it open up this file.......

stats_combat_window.xml

find this text

<TreeControlDef>
<TemplateName>generic_tree_control</TemplateName>
<width>171</width>
<height>368</height>
<Position>
<x>8</x>
<y>26</y>
</Position>
<Alignment>
<GrowWidth>true</GrowWidth>
<GrowHeight>true</GrowHeight>
</Alignment>
<ControlId>1000</ControlId>
<Column1Width>100</Column1Width>
<Column2Width>100</Column2Width>
<Column1Offset>10</Column1Offset>
<Column2Offset>125</Column2Offset>
<AdapterName>stats_combat</AdapterName>
</TreeControlDef>



Delete that and replace it with..........

ListBoxDef>
<ControlId>1000</ControlId>
<Position>
<X>8</X>
<Y>26</Y>
</Position>
<Alignment>
<GrowWidth>true</GrowWidth>
</Alignment>
<Width>179</Width>
<Height>355</Height>
<TemplateName>listbox_bg</TemplateName>
<AdapterName>stats_combat</AdapterName>
<Sorting>false</Sorting>
<Columns>2</Columns>
<IconTemplate></IconTemplate>
<ShowIndicator>false</ShowIndicator>
<ShowDefaultToolTips>false</ShowDefaultToolTips>
<OnHeaderClickEvent></OnHeaderClickEvent>
<OnClickEvent></OnClickEvent>
</ListBoxDef>
 

Users who are viewing this thread

Top Bottom