Oraios Posted August 23, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 11/06/12 Last Seen: December 16, 2016 Share Posted August 23, 2013 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... Quote Link to comment Share on other sites More sharing options...
Capuche Posted August 23, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted August 23, 2013 only the zeny doesnt function... What do you mean? Quote Link to comment Share on other sites More sharing options...
Question
Oraios
Hi community,
I have a question : I want to make a quest which gives someone an item. All works, only the zeny doesnt function...
PS: Sorry for my bad English...
Link to comment
Share on other sites
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.