- 0
Sign in to follow this
Followers
0
Would you like to remove this npc to mount the item "Rein"
Asked by
Tutti
-
Recently Browsing 0 members
No registered users viewing this page.
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