Anatong123 Posted July 20, 2018 Posted July 20, 2018 Hi, I need to know some of conditioning syntax 1) character must have itemid in his inventory to continue the script 2) character must be specific class with base level of 70 or higher with base luk 80 or higher to continue the script Thank You in Advance Quote
0 Jarek Posted July 20, 2018 Posted July 20, 2018 1 . if (!countitem(512)) { mes "You don't have an apple"; close; } 2 if ( (Class != Job_Blacksmith) || (BaseLevel < 70) || (readparam(bLuk) < 80) ) { mes "You don't meet requirements"; close; } Quote
Question
Anatong123
Hi, I need to know some of conditioning syntax
1) character must have itemid in his inventory to continue the script
2) character must be specific class with base level of 70 or higher with base luk 80 or higher to continue the script
Thank You in Advance
2 answers 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.