Jump to content
  • 0

Unitwalk (Problem)


Drakkus

Question


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

merullian.gat,106,23,0	script	 	111,1,1,{
OnTouch:
	if(getequipisequiped(EQI_HEAD_TOP)==1 || getequipisequiped(EQI_ARMOR)==1 || getequipisequiped(EQI_HAND_L)==1 || getequipisequiped(EQI_HAND_R)==1 || getequipisequiped(EQI_GARMENT)==1 || getequipisequiped(EQI_SHOES)==1 || getequipisequiped(EQI_ACC_L)==1 || getequipisequiped(EQI_ACC_R)==1 || getequipisequiped(EQI_HEAD_MID)==1 || getequipisequiped(EQI_HEAD_LOW)==1){
	unitwalk getcharid(3),105,32;
		mes "1;
		close;
	} else {
		mes "2";
		close;
	}

}

Hello, i'm really confuse and wondering why everytime i ENTER in that area i got [Error]: unit_walk_timer mismatch 876 != 461

Although the script inside is working fine?

 

is there any other way how to fix this one? it keeps on popping up into my mapserv-sql.exe -.-

Thank you!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Put a sleep2 1; before unitwalk to prevent it

or update your version. This issue is now fixed in r17311

Bug report bugreport:7626

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

merullian.gat,106,23,0	script	 	111,1,1,{

You forgot the npc name

 

 

[Error]: unit_walk_timer mismatch 876 != 461

It's a bug. Put a sleep2 1; before unitwalk to prevent it but I will make a bug report

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   15
  • Joined:  11/17/11
  • Last Seen:  

merullian.gat,106,23,0	script	 	111,1,1,{

You forgot the npc name

 

 

[Error]: unit_walk_timer mismatch 876 != 461

It's a bug. Put a sleep2 1; before unitwalk to prevent it but I will make a bug report

 

Thanks for your kind and respond for this support, BTW the i didn't put any name , instead of using NAME of NPC i just use <SPACE>.

How can i fix this kind of issue? it always pop-up in my mapserver-sql. that errors show.

 

Thank you!

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