Jump to content
  • 0
Sign in to follow this  
Mission

cant move after.

Question

6 answers to this question

Recommended Posts

  • 0

1. the script doesn't show up anymore for some reason, thankfully I was still looking at it and managed to copy paste it beforehand. -> http://upaste.me/188133 copied version

2. Not addressing the issue you have but, 

 

 

mes "[Apprentice Craftsman]";                        mes "Quite of an adventurer huh? Well, shall we?";                        close2;                        specialeffect2 EF_MAPPILLAR;                        if(countitem(7227) < 50 || countitem(6242) < 1){                                 mes "[Apprentice Craftsman]";                                mes "Sorry, You dont have the requirements.";                                close;                        }

Why do you use close2; and close?

close2 closes the window but keeps the character attached, and continues with the script.. so if the character has 50 or more TCG cards and 1 or more midgard coins he'll be stuck at that point.

Share this post


Link to post
Share on other sites
  • 0

sorry sir.. i really dk how to fix that script.. when i try to change the close2 into close.. the npc end the conversation..
please help me fix my npc :( 
im a newbie.. im no good enough ,,,

Share this post


Link to post
Share on other sites
  • 0

Just do

 

mes "[Apprentice Craftsman]";mes "Quite of an adventurer huh? Well, shall we?";specialeffect2 EF_MAPPILLAR;if(countitem(7227) < 50 || countitem(6242) < 1){        mes "[Apprentice Craftsman]";        mes "Sorry, You dont have the requirements.";}close;

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.