Jump to content
  • 0

request: middle and lower using coin


Question

3 answers to this question

Recommended Posts

Posted

prontera,100,100,5 script refine 100,{
mes "[ Refine ]";
mes "You would like me to refine which part?";
mes "Each +1 refine, I need 50 poring coins";
swtch(select("Middle headgear:Lower headgear")){
case 1:
next;
if(countitem(7539<50) goto takcukup;
mes "[ Refine ]";
mes "yeehaa! I just succesfully refine your equipment by 1";
atcommand "@refine 512 1";
close;

case 2:
next;
if(countitem(7539<50) goto takcukup;
mes "[ Refine ]";
mes "yeehaa! I just succesfully refine your equipment by 1";
atcommand "@refine 1 1";
close;
}

takcukup:
 mes "[ Refine ]";
 mes "You dont have the item requirements";
 close;
}

try this.

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...