View Single Post
  #102  
Unread 11-16-2007, 02:20 AM
linkmaster linkmaster is offline
A Brown Bear
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 8
Default Problem updating raid spell buttons in raid window

With version 9.5...

As soon as I edit the _Fetish_mainhud_raidabilities.xml file the UI won't load and EQ2 starts up with the default UI.

If I copy the original file in the 9.5 archive back then fetish loads up again.

All I am doing in the file is changing...

<Page Name="Default">
<Data Ability="Ruinous Heart" Group="false" Name="RA1" Raid="false" Tell="false"/>
<Data Ability="Cure Arcane" Group="false" Name="RA2" Raid="false" Tell="false"/>
<Data Ability="Displace Life" Group="false" Name="RA3" Raid="false" Tell="false"/>
</Page>

to be

<Page Name="Default">
<Data Ability="Scintilla of Essence" Group="false" Name="RA1" Raid="false" Tell="false"/>
<Data Ability="Cure Arcane" Group="false" Name="RA2" Raid="false" Tell="false"/>
<Data Ability="Displace Life" Group="false" Name="RA3" Raid="false" Tell="false"/>
</Page>

Last edited by linkmaster : 11-16-2007 at 02:45 AM.