Jump to content
  • 0

Quest Help Request


Oraios

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   1
  • Joined:  11/06/12
  • Last Seen:  

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... :(

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

only the zeny doesnt function...

What do you mean?

Link to comment
Share on other sites

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.

×
×
  • Create New...