View Single Post
  #1264  
Unread 12-21-2005, 01:42 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default LU 18 Quick Fix

The following files had non-esential cosmetic changes and only need a version number added to the Fetish version.

eq2ui_inventory_market.xml
eq2ui_inventory_store.xml
eq2ui_popup_feedback.xml

To add the version number, open each file in NotePad and find the second ">". Replace with...
Code:
version="1.0.1">
The following file needs a version number added in the middle of the file.
eq2ui_newcharscene.xml
Search for Name="NCSCharSelect". Replace with...
Code:
Name="NCSCharSelect" version="1.0.1"

The following file had major code additions.
eq2ui_journals_quest.xml
A diff can be viewed here. You can try adding the new code to the Fetish version yourself or remove the file to restore the default.

The following file had major revisions. The Fetish version should be removed till the next release.
eq2ui_popup_rewardpack.xml
Reply With Quote