karazu 33 Posted April 6, 2014 (edited) Gooday! Can I request a Card remover that doesn't require an item to remove the cards?My Idea is like, When u click the NPC it will directly ask you What armor and ask to remove the card or not. Click NPCDialogue Do u want to remove some cards? NEXTChoose Armor Valkyrie ArmorValkyrie ManteauValkyrie ShoesValkyrie Shield If the armor is click/chooseThe NPC will now remove the card.Thank you very much, Edited April 6, 2014 by karazu Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted April 6, 2014 prontera,165,185,4 script Card Remover 100,{ disable_items; mes "["+strnpcinfo(1)+"]"; mes "Do u want to remove some cards?"; if(select("Remove Card","Close") == 2 ) close; mes " ","Choose an item."; setarray .@position$[1], "Head","Body","Left hand","Right hand","Robe","Shoes","Accessory 1","Accessory 2","Head 2","Head 3"; set .@menu$,""; for( set .@i,1; .@i <= 10; set .@i,.@i+1 ) { if( getequipisequiped(.@i) ) set .@menu$, .@menu$ + .@position$[.@i] + "-" + "[" + getequipname(.@i) + "]"; set .@menu$, .@menu$ + ":"; } set .@part, select(.@menu$); if( !getequipisequiped(.@part) ) { mes " ","Check Equip."; close; } if(getequipcardcnt(.@part) == 0) { mes " ","No cards compounded."; close; } successremovecards .@part; close;} 4 karazu, IndieRO, khael22 and 1 other reacted to this Quote Share this post Link to post Share on other sites
0 karazu 33 Posted April 6, 2014 Thank you very much. +1 Quote Share this post Link to post Share on other sites
Gooday! Can I request a Card remover that doesn't require an item to remove the cards?
My Idea is like, When u click the NPC it will directly ask you What armor and ask to remove the card or not.
Click NPC
Dialogue
NEXT
Choose Armor
If the armor is click/choose
Edited by karazuThe NPC will now remove the card.
Thank you very much,
Share this post
Link to post
Share on other sites