Jump to content
  • 0
Sign in to follow this  
karazu

[REQUEST] Card Remover (Lazy Edition)

Question

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

 

Do u want to remove some cards?  

NEXT

Choose Armor

Valkyrie ArmorValkyrie ManteauValkyrie ShoesValkyrie Shield

If the armor is click/choose
The NPC will now remove the card.


Thank you very much,

Edited by karazu

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

 

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;}

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.