Drakkus Posted April 30, 2013 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Share Posted April 30, 2013 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! Quote Link to comment Share on other sites More sharing options...
Capuche Posted May 6, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted May 6, 2013 Put a sleep2 1; before unitwalk to prevent it or update your version. This issue is now fixed in r17311 Bug report bugreport:7626 1 Quote Link to comment Share on other sites More sharing options...
Capuche Posted April 30, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted April 30, 2013 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 Quote Link to comment Share on other sites More sharing options...
Drakkus Posted May 5, 2013 Group: Members Topic Count: 39 Topics Per Day: 0.01 Content Count: 386 Reputation: 15 Joined: 11/17/11 Last Seen: September 13, 2024 Author Share Posted May 5, 2013 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! Quote Link to comment Share on other sites More sharing options...
Question
Drakkus
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.