Oraios Posted August 23, 2013 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
Capuche Posted August 23, 2013 Posted August 23, 2013 only the zeny doesnt function... What do you mean? Quote
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...
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.