Rage Guy Posted May 9, 2013 Posted May 9, 2013 (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 May 9, 2013 by SpongeBOB Quote
Jaburak Posted May 10, 2013 Posted May 10, 2013 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; } Quote
Question
Rage Guy
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 SpongeBOB2 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.