Mr BrycE Posted June 1, 2013 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 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 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 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...
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 by Mr BrycELink to comment
Share on other sites