Jump to content
  • 0

Quest Help Request


Question

Posted

Hi community,

I have a question : I want to make a quest which gives someone an item. All works, only the zeny doesnt function...

    case 1:
        if(Zeny < 2000000) goto L_manque;
        if (countitem(20120) >= 1 && countitem(2357) >= 1 && countitem(2524) >= 1 && countitem(2421) >= 1 && countitem(7510) >= 10 && countitem(7048) >= 20 && countitem(5070) >= 1){
            delitem 20120,1;
            delitem 2357,1;
            delitem 2524,1;
            delitem 2421,1;
            delitem 7510,10;
            delitem 7048,20;
            delitem 5070,1;
            set Zeny, Zeny - 2000000;
            getitem 20091,1;
        close;
    }
    mes "Du hast nicht genug Items!";
    close;
 

 

 

PS: Sorry for my bad English... :(

1 answer 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.   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...