View Single Post
  #3  
Old 01-06-2004, 02:27 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Here it is again in client_process.cpp:

Code:
						zp->zpe[count].x = data->target_y;
						zp->zpe[count].y = data->target_x; //Backwards to convert to eqlives standard..
While I know SOE has X & Y backwards, I had always assumed that this was corrected by naming field (or misnaming them) in the packet structures so the correct values went to the correvt places; ie the Y coord for eqemu is the X for SOE, so in the packet it is called X...

Am I working under a wrong understanding?
__________________
Maybe I should try making one of these servers...
Reply With Quote