Jump to content
  • 0
Brynner

how can i make this script work?

Question

i just want this +6 Armor Refine Ticket will be usable. if you use it. it will ask you which item you want to safe refine. after you choose it will refine it to +6 without failed. it will consume the +6 Armor Refine Ticket if it was successfully refine. thanks in advance. 

 

 Item ID# 6235 (Guarantee_Armor_6Up)

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

You could try something like this:

while (getrefine(EQI_ARMOR) < 6) {	successrefitem EQI_ARMOR;}

 
Item script version:

while (getrefine(EQI_ARMOR) < 6) { successrefitem EQI_ARMOR; }

 

If you're using a "Guarantee_Armor_6Up", I would assume you're refining an armor lol. The only choice the user should have is wearing the desired equipment to be refined.

Share this post


Link to post
Share on other sites
  • 0

You could try something like this:

while (getrefine(EQI_ARMOR) < 6) {	successrefitem EQI_ARMOR;}

 

Item script version:

while (getrefine(EQI_ARMOR) < 6) { successrefitem EQI_ARMOR; }

 

If you're using a "Guarantee_Armor_6Up", I would assume you're refining an armor lol. The only choice the user should have is wearing the desired equipment to be refined.

 

how this thing works? you use the 6235 (Guarantee_Armor_6Up) and it will popup a refiner npc dialog?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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