Your gotta be shitting me

World of warcraf stuff here
Post Reply
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

everytime you log onto wow, the ip you connect to is different, how the fuck to have a priv server with this?
gotta use gay old client :(

Image
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
donkeychips
Regular
Posts: 94
Joined: Sat Jan 31, 2004 8:00 pm

Post by donkeychips »

=(
binarydata
DBfiller
Posts: 3816
Joined: Fri Oct 31, 2003 5:30 am
Location: San Diego CA, USA
Contact:

Post by binarydata »

nvm, i got to work, BUT I GET GAY ERRAR

Image

what does this mean?

here is teh code not letting me connect but i dun understand why

i think these 2 are the parameters in that would make me dc

this makes me dc

Code: Select all

  if (!net->isConnected()) {
  	disconnect_client(cptr);
  	return;
  }

  net->getData( 1, &opcode );
  if (!net->isConnected()) {
  	disconnect_client(cptr);
  	return;
  }
this acutally makes me dc

Code: Select all

void RealmListSrv::disconnect_client(	struct nlink_client *cptr )
{
	RealmClient * pClient = static_cast < RealmClient * > ( cptr->pClient );
	mClients.erase( pClient );
	delete pClient;
	Log::getSingleton( ).outString( "REALM: Socket Closed!" );
	Server::disconnect_client( cptr );
}
<img src='http://img88.exs.cx/img88/2290/7666.jpg' border='0' alt='user posted image' />
Post Reply