Page 1 of 1

[ADDED] Fix Name/Crash

PostPosted: Sun May 11, 2008 12:01 am
by Drakia
This will fix the messed up name, as well as causing some people to crash on connecting to the world server.

Find:
  1.     SETWORD( pak, 0x2f2, 0x00 );
  2.     cbyte = 0x2f4;

Replace With:
  1.     SETQWORD( pak, 0x2f2, 0x00 );
  2.     cbyte = 0x2fa;

Re: Fix Name/Crash

PostPosted: Sun May 11, 2008 9:18 am
by Cellcote
thanks, this worked for me

Re: Fix Name/Crash

PostPosted: Sun May 11, 2008 3:20 pm
by PurpleYouko
Definitely allows people to log into the server and also fixes errors with your own name. Nice fix.

Re: Fix Name/Crash

PostPosted: Sun May 11, 2008 7:47 pm
by Blackdpd
yeah its very nice :P

Blackdpd `

Re: Fix Name/Crash

PostPosted: Wed May 14, 2008 4:00 am
by john0114
where is this located, i download the files from the svn and dunno if i have to correct version

Re: Fix Name/Crash

PostPosted: Wed May 14, 2008 4:06 am
by Drakia
This has been added to the SVN already

Re: Fix Name/Crash

PostPosted: Wed May 14, 2008 4:59 am
by Blackdpd
john0114 wrote:where is this located, i download the files from the svn and dunno if i have to correct version


your a bit behind schedule..
but nevermind im not keeping up sooner or later but for now im trying to keep up and learning more then EVER. ( at least i already did more then i did at school :? )

Blackdpd `