Jump to content

Question

Posted (edited)

Need a refiner that can refine any thing rings ,mid head gears

any equip item

and safe 100%

 

With 15 TCG Card the 1 Refine

Edited by SpongeBOB

2 answers to this question

Recommended Posts

Posted

Need a refiner that can refine any thing rings ,mid head gears

any equip item

and safe 100%

 

With 15 TCG Card the 1 Refine

 

prontera,150,181,0	script	Safe Refiner	707,{

mes "What item do you want to be refined?";
next;
set @refine,.equip_part[select(getequipname(.equip_part[0]),
				getequipname(.equip_part[1]),
				getequipname(.equip_part[2]),
				getequipname(.equip_part[3]),
				getequipname(.equip_part[4]),
				getequipname(.equip_part[5]),
				getequipname(.equip_part[6]),
				getequipname(.equip_part[7]),
				getequipname(.equip_part[8]),
				getequipname(.equip_part[9]))-1];

if(countitem(7227) < 15) {
mes "You are missing:";
mes ""+((countitem(7227) < 15)?"15 TCG Cards":"")+"";
close;
}
if(getequiprefinerycnt(@refine) >= 10) {
mes "+10 Item cannot be refined anymore.";
close;
}
else {
delitem 7227,5;
successrefitem @refine;
mes "Clang Clang! Success!";
close;
}

OnInit:
	setarray .equip_part[0],1,2,3,4,5,6,7,8,9,10;
}

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...