eJay Posted June 5, 2013 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
Euphy Posted June 5, 2013 Posted June 5, 2013 if (getequipcardcnt(EQI_HEAD_TOP)) { successremovecards EQI_HEAD_TOP; dispbottom "Cards are not allowed on this item."; } 1 Quote
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 eJay2 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.