View Single Post
  #18  
Old 05-10-2009, 09:58 PM
realityincarnate
Developer
 
Join Date: Dec 2007
Posts: 122
Default

I spent a little bit of time looking at the /language issue and, to be perfectly honest, I'm pretty confused.

The language number and skill is contained in the packet of each message sent, so that's where all the code currently grabs the language id from. For whatever reason, when you use /language it doesn't change the data that the client sends, but using the right click method does.

My first thought was that there was a "default" language value stored someplace on the server, and that /language was supposed to change that rather than updating the value sent in each packet. But the client doesn't seem to send anything different to the server when you use the command, so I don't know where it would get the information. The fact that it changes after zoning just makes it more confusing.

Anyway, with the weekend ending, I probably won't get to look at this again for a little bit, but I'd be interested to know if anyone has any idea what it's doing.
Reply With Quote