Jump to content
  • 0

request: middle and lower using coin


PapaZola

Question


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

hello all

may i request npc refiner using 50 poring coin to refine middle and lower like using commands

@refine 512 010(For Middle)

@refine 1 010(For Lower)

thx all

bump

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  46
  • Reputation:   0
  • Joined:  11/22/11
  • Last Seen:  

prontera,100,100,5 script refine 100,{
mes "[ Refine ]";
mes "You would like me to refine which part?";
mes "Each +1 refine, I need 50 poring coins";
swtch(select("Middle headgear:Lower headgear")){
case 1:
next;
if(countitem(7539<50) goto takcukup;
mes "[ Refine ]";
mes "yeehaa! I just succesfully refine your equipment by 1";
atcommand "@refine 512 1";
close;

case 2:
next;
if(countitem(7539<50) goto takcukup;
mes "[ Refine ]";
mes "yeehaa! I just succesfully refine your equipment by 1";
atcommand "@refine 1 1";
close;
}

takcukup:
 mes "[ Refine ]";
 mes "You dont have the item requirements";
 close;
}

try this.

Link to comment
Share on other sites


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

you can try this also ~

http://rathena.org/board/topic/53320-%e2%99%a5-e-m-i-s-t-r-y-s-s-c-r-i-p-t-s-%e2%99%a5/page__view__findpost__p__71628

if you want it to use 50 items...then edit this

if( !countitem( getarg(0) ) )

and this

delitem getarg(0),1;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  925
  • Reputation:   32
  • Joined:  12/05/11
  • Last Seen:  

thx sir emistry and GenGen

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