Quote:
	
	
		| 
					Originally Posted by Derision  To get rid of this message, in Underfoot you need to make this change: 
	Code: --- Underfoot.cpp       (revision 2125)
+++ Underfoot.cpp       (working copy)
@@ -629,7 +629,7 @@
        OUT(platinum_shared);
 //     OUT(unknown13156[84]);
        //OUT(expansions);
-       eq->expansions = 16383;
+       eq->expansions = 0x0000ffff;
 //     OUT(unknown13244[12]);
        OUT(autosplit);
 //     OUT(unknown13260[16]); You then need to insert some code to send opcode 0x6eb5 (0x00b5 on Live) with two uint32s (5 == number of xtarget slots, followed by 0).
 
This will let you attempt to use the /xtarget command, however code needs writing to support it. | 
	
 Success:
 
It now opens just with that diff you posted. (setting eq->expansions to 0x0000ffff). Obviously still needs work to get functioning but hey it opens now! That's step one :P Think that change can get added to the source? lol
That screenshot is on my UF client btw. So yeah it's an 'older' new feature.
-Danyelle