View Single Post
  #3  
Old 08-25-2003, 09:53 AM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

Quote:
Unknown opcode: 0x6912 size:132
Anytime I see a number other than zero in the '6' position you see above, I know it's not 0.5.0 server code. For example, you have 0x6912, when it should come across as 0x0912 on 0.5.0.

That means you are running some other version than 0.5.0. In 0.5.0, the network code strips the first four bits, so EVERY opcode you see come through Client::HandlePacket() will be 0x0***.

You won't find much support for running 0.4.4 here any longer, because not very many people have the client used to run it. Go with 0.5.0, and you'll avoid a lot of problems down the road (like "why am i getting 1017 when trying to connect to my 0.4.4 server with the EQLive client?")

There's a tutorial in the HOWTO section on how to run a 0.5.0 server.
Reply With Quote