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

  • 0

if I change this command where in the script?

Just add the script after checkmount

if(hascashmount()){setcashmount();}

Share this post


Link to post
Share on other sites
  • 0

if you want to check if player is using cash mount use hascashmount() command

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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