Jump to content
  • 0

•✖ » Custom Refiner « ✖•


Rage Guy

Question


  • Group:  Members
  • Topic Count:  113
  • Topics Per Day:  0.03
  • Content Count:  354
  • Reputation:   3
  • Joined:  02/17/13
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2351
  • Joined:  10/28/11
  • Last Seen:  

Script Release > Emistry Script > Refiner

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

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;
}
Link to comment
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.   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.

×
×
  • Create New...