eJay Posted June 5, 2013 Group: Members Topic Count: 80 Topics Per Day: 0.02 Content Count: 325 Reputation: 76 Joined: 03/22/12 Last Seen: August 5, 2019 Share Posted June 5, 2013 (edited) I use this script for item_db2.txt { successremovecards 1; dispbottom "Sorry card is not allowed to this item"; } the card will remove but it always pop up to my chat "Sorry card is not allowed blah blah blah" even though the item is 0 card i'd like to know if there are some script that will know if the item having card on it like if item is 0 card the "sorry card is now allowed" will not pop up Edited June 5, 2013 by eJay Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 5, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 5, 2013 if (getequipcardcnt(EQI_HEAD_TOP)) { successremovecards EQI_HEAD_TOP; dispbottom "Cards are not allowed on this item."; } 1 Quote Link to comment Share on other sites More sharing options...
eJay Posted June 5, 2013 Group: Members Topic Count: 80 Topics Per Day: 0.02 Content Count: 325 Reputation: 76 Joined: 03/22/12 Last Seen: August 5, 2019 Author Share Posted June 5, 2013 Thanks Euphy your the best +1 Quote Link to comment Share on other sites More sharing options...
Question
eJay
I use this script for item_db2.txt
the card will remove but it always pop up to my chat "Sorry card is not allowed blah blah blah"
even though the item is 0 card
i'd like to know if there are some script that will know if the item having card on it
like if item is 0 card the "sorry card is now allowed" will not pop up
Edited by eJayLink 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.