Jump to content

Recommended Posts

Posted

Is the captcha code thing still in the client or was it completely removed?

Talking about this:


	// captcha code request (not implemented)
	// R 07e5 <?>.w <aid>.l
	case 0x7e5:
		WFIFOHEAD(fd,5);
		WFIFOW(fd,0) = 0x7e9;
		WFIFOW(fd,2) = 5;
		WFIFOB(fd,4) = 1;
		WFIFOSET(fd,5);
		RFIFOSKIP(fd,8);
		break;

I can implement this if it hasn't been removed from the client. If it has we should remove the left over code.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...