Mr BrycE Posted June 1, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Share Posted June 1, 2013 (edited) this came from a script gen. and there's something wrong with it, even if i don't have the items...it still completes the quest.. here's the script.. Edited June 1, 2013 by Mr BrycE Quote Link to comment Share on other sites More sharing options...
Jarek Posted June 1, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share Posted June 1, 2013 You must use AND instead of OR I mean if(countitem(5107) >= 10 && countitem(6153) >= 10) instead of if(countitem(5107) >= 10 || countitem(6153) >= 10) Quote Link to comment Share on other sites More sharing options...
Mr BrycE Posted June 1, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 595 Reputation: 24 Joined: 02/23/12 Last Seen: April 1, 2018 Author Share Posted June 1, 2013 (edited) thank you sir...i always forgot about that || and && in giving params, thanks for reminding. Edited June 1, 2013 by Mr BrycE Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 1, 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 June 1, 2013 Please don't edit your first post when your request is solved, that make the topic unreadable for other. Quote Link to comment Share on other sites More sharing options...
Question
Mr BrycE
this came from a script gen. and there's something wrong with it, even if i don't have the items...it still completes the quest..here's the script..Link to comment
Share on other sites
3 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.