Jump to content
  • 0

+1 ON 1 ITEM ONLY REFINE NPC


quakeman00

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   2
  • Joined:  03/08/13
  • Last Seen:  

i want a npc that dont do all the flashy things most refine npc script out there does i just want him to take 1 item

then refine a player selected piece of equipement of thier choice (normal, shadow gear and costume included) +1 at 100% chance up to +20 maximum

 

prontera,158,193,4    script    LunarPumpkin Trader    877,{
cutin "nyuang_2",2;
 mes "[Lily]";
mes "Here is the list of items";
 mes "required.";
mes "^F995001 +1 Refine Ticket^000000";
 next;
if (countitem(57005) > 0){
<insert script here>
delitem 57005,1;
close2;
cutin "",255;
end;
}
else {
mes "[Lily]";
mes "Oh - unfortunately";
mes "You have not brought";
mes "enough items";
close2;
cutin "",255;
end;
}

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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