Jump to content
  • 0
Sign in to follow this  
daim

Pet exchange coupon

Question

Hi there,

 

May i know how to utilise or use pet exchange coupon? such as succubus pet exchange coupon?

 

thanks

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

I guess make an npc that can exchange it for a pet? Dunno, maybe there is already one in the game.

 

 

prontera,x,y,z    script    Pet Exchange     4_F_NPC,{
.@name$ = "[Pet Exchange]";
 
if (countitem (6116) >= 1) {
mes .@name$;
mes "Would you like to exchange your coupon for a Succubus?";
next;
.@menu = select("Yes:No);
switch(.@menu) {
case 1:
delitem 6116,1;
getitem 9055,1;
close;
 
case 2:
close;
}
 
else {
end;
}
 
}
Edited by True Zeal

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.