Jump to content

Question

9 answers to this question

Recommended Posts

Posted


prontera,150,150,0 script Test 123,{

mes "Do you want to make Apple?";

menu "Sure!",-;

next;

mes "You have to bring me these ingredients!";

menu "Okay",-;

next;

mes "5 White Potion";

mes "5 Blue Potion";

mes "5 Green Potion";

mes "5 Red Herb";

menu "I have them",-;

if(countitem(504) < 5 || countitem(505) < 5 || countitem(506) < 5 || countitem(507) < 5) goto Lne;

next;

mes "Okay, here you go!";

delitem 504,5;

delitem 505,5;

delitem 506,5;

delitem 507,5;

getitem 512,1;

close;

Lne:

mes "Are you trying to fool me!?";

close;

}

  • 0
Posted
On 6/19/2013 at 5:34 AM, Anakid said:

 



 

prontera,150,150,0 script Test 123,{

mes "Do you want to make Apple?";

menu "Sure!",-;

next;

mes "You have to bring me these ingredients!";

menu "Okay",-;

next;

mes "5 White Potion";

mes "5 Blue Potion";

mes "5 Green Potion";

mes "5 Red Herb";

menu "I have them",-;

if(countitem(504) < 5 || countitem(505) < 5 || countitem(506) < 5 || countitem(507) < 5) goto Lne;

next;

mes "Okay, here you go!";

delitem 504,5;

delitem 505,5;

delitem 506,5;

delitem 507,5;

getitem 512,1;

close;

Lne:

mes "Are you trying to fool me!?";

close;

}

 

If ingredients is zeny how to change it?

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...