Quote:
	
	
		| 
			
				We've disabled all expansions after Kunark (this is a classic/kunark server at this point), however, Luclin weapon and NPC models still appear (skeletons/etc.).
			
		 | 
	
	
 All models and textures (skeletons, gypsies, etc.) are bugged on the client side.  There is nothing you can do from a server side to fix that.
Items use a new model id on the item itself (idfile field).  You can revert to the old short sword by updating the item.  Here is a list: 
http://www.eqemulator.net/forums/arc...hp/t-2538.html
 
	Quote:
	
	
		
			
				Players can't inspect themselves or other players.  When someone tries to inspect someone, this errors appear server-side: 
Wrong size: OP_InspectRequest, size=8, expected 4.
			
		 | 
	
	
 Well you are getting that error because the structure for OP_InspectRequest is only 4 bytes.  The clients are sending 8 (and because of size restrictions we reject the packet).  Odd.. what client are you using?