Anatong123 Posted July 20, 2018 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 22 Reputation: 0 Joined: 07/13/18 Last Seen: October 16, 2019 Share 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 Link to comment Share on other sites More sharing options...
0 Jarek Posted July 20, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share 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 Link to comment Share on other sites More sharing options...
0 Anatong123 Posted July 20, 2018 Group: Members Topic Count: 15 Topics Per Day: 0.01 Content Count: 22 Reputation: 0 Joined: 07/13/18 Last Seen: October 16, 2019 Author Share Posted July 20, 2018 Thanks Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.