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

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

  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.

Loading...

×
×
  • Create New...

Important Information

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