grampa Posted September 3, 2015 Posted September 3, 2015 Hi, Can someone please provide me a card remove npc but the npc will not allow to remove the card from the item if the card is account bounded? Or could possibly check if the card is account bound and will give a card too as account bound one? Thanks in advance! Quote
Lord Ganja Posted September 3, 2015 Posted September 3, 2015 (edited) AFAIK cards shouldn't be rented or bounded. But if you're looking to check if the equipped item is bounded try this Search for this part set .@part,select(.@menu$); Then add this below if( countbound() ) { for( .@a = 0; .@a < getarraysize( @bound_items ); .@a++ ) { if( @bound_items[.@a] == getequipid(.@part) ) { mes "[Wise Old Woman]"; mes "Young one... Sorry. I can't remove cards from bounded items."; close; } } } Edited September 3, 2015 by Lord Ganja Quote
grampa Posted September 3, 2015 Author Posted September 3, 2015 Thank you for quick response. I'll try this out.. Quote
Question
grampa
Hi,
Can someone please provide me a card remove npc but the npc will not allow to remove the card from the item if the card is account bounded?
Or could possibly check if the card is account bound and will give a card too as account bound one?
Thanks in advance!
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.