Quote:
	
	
		
			
				
					Originally Posted by  gibroni
					 
				 
				things i have noticed that need fixed still. 
 
universal chat server (dont connect) 
			
		 | 
	
	
 Not connecting to the UCS is because one of the opcodes is wrong. Even with the right opcode, it rejects chat/commands with a message 'Channel(20) not implemented'. 
I've looked into this a few times but haven't been able to figure it out.
	Quote:
	
	
		| 
			
				ldon adventure window (doesnt show your points)
			
		 | 
	
	
 This is because the PlayerProfile is wrong. I have it fixed locally but was planning to check out other PP fields around the same area in case there are other things misaligned around there.
	Quote:
	
	
		
			
				expendable AA dont work or show correctly 
Combat skills windows (descriptions of each one, just says unknown db string)
			
		 | 
	
	
 These last two appear to be due to the fact that the dbstr_us.txt file delivered by Steam is truncated at 364,320 bytes when it should be 2.5MB+
If the last line in your dbstr_us.txt file is:
	Code:
	2679^6^Wracks your target with the venge
 Then this is the problem. There is no solution other than to copy the dbstr_us.txt from a SoD or Live install. 
I copied my SoD version and the Disc and Expendable AA messages now show up.