Jump to content
  • 0
Sign in to follow this  
Tutti

Would you like to remove this npc to mount the item "Rein"

Question

Could someone give me a hand doing this npc after the player talk to him, it checks whether the player is to mount possessed with the item "Rein" and remove the mount of player

 

 

prontera,150,150,5 script Montaria 120,{

mes "Olá, gostaria de retirar a montaria ??";
switch(select("Sim:Não")){
case 1:
if(checkmount()){
setmount();
next;
mes "Prontinho!!";
close;
end;
}
next;
mes "Você não está montando!!";
close;
end;

case 2:
mes "Ok!";
close;
end;
}
}

 

Share this post


Link to post
Share on other sites

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

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.