View Single Post
  #3  
Old 10-15-2012, 02:24 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

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?
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote