Jump to content
  • 0

help with this


Blazing Spear

Question


  • Group:  Members
  • Topic Count:  58
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   1
  • Joined:  01/06/12
  • Last Seen:  

		case 0x2739: // PIN Code was entered wrong too often
			if( RFIFOREST(fd) < 6 )
				return 0;
			else{
				struct mmo_account acc;

				if( accounts->load_num(accounts, &acc, RFIFOL(fd,2) ) ){
					struct online_login_data* ld;

					ld = (struct online_login_data*)idb_get(online_db,acc.account_id);

					if( ld == NULL )
						return 0;

					login_log( host2ip(acc.last_ip), acc.userid, 100, "PIN Code check failed" );
				}

				remove_online_user(acc.account_id);

				RFIFOSKIP(fd,6);
			}
		break;

compiling error : "src\login\login.c(945): error C2198: 'login_log' : too few arguments for call"

ill just update my old rathena rev with harmony installed

 

 

thanks

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

Are you trying to install harmony? is your svn clean? try manual patch it

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  58
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   1
  • Joined:  01/06/12
  • Last Seen:  

my old rathena already have harmony but when update my rathena files i got that error in compiling

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  815
  • Reputation:   86
  • Joined:  10/26/12
  • Last Seen:  

Then you have to update the harmony also for the specific rev. of your svn

If you are using svn update im sure your console will say the complicated files/lines while updating
in short if there is a conflict files probably you cant update your svn all you have to do is to get a clean

svn attach the harmony there then modify it again.Thats what i know

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  58
  • Topics Per Day:  0.01
  • Content Count:  208
  • Reputation:   1
  • Joined:  01/06/12
  • Last Seen:  

i just want to solve this error can you help me? i dont know what is the problem with that line

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

×   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.

×
×
  • Create New...