Jump to content
  • 0

Anybody has a advance refiner?


mleo1

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  123
  • Reputation:   4
  • Joined:  11/21/11
  • Last Seen:  

please give me

im studying scripts and im new.

thanks xD

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


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

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/merchants/refine.txt

change all the callfunc value to 1

prt_in,63,60,0 script Hollgrehenn 85,{
callfunc "refinemain","Hollgrehenn",1;
end;
}
morocc_in,73,38,6 script Aragham 99,{
callfunc "refinemain","Aragham",1;
end;
}
payon,144,173,5 script Antonio 88,{
callfunc "refinemain","Antonio",1;
end;
}
alberta_in,28,58,0 script Fredrik 85,{
callfunc "refinemain","Fredrik",1;
end;
}
yuno_in01,171,21,4 script Lambert 88,{
callfunc "refinemain","Lambert",1;
end;
}
ein_in01,24,87,5 script Manthasman 826,{
callfunc "refinemain","Manthasman Pruhag",1;
end;
}
lhz_in02,282,20,7 script Fulerr 869,{
callfunc "refinemain","Fulerr",1;
end;
}

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:  

are you refer to this ??

https://rathena.svn....ced_refiner.txt

assume you are newbie in scripting...

if you want study about scriptiing stuff...read wiki and doc file would be better...

so that you can understand what the script command does and etc..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  123
  • Reputation:   4
  • Joined:  11/21/11
  • Last Seen:  

are you refer to this ??

https://rathena.svn....ced_refiner.txt

assume you are newbie in scripting...

if you want study about scriptiing stuff...read wiki and doc file would be better...

so that you can understand what the script command does and etc..

ooops, not that one xD. what I meant was a refiner like this.

a refiner for lazy people, you simply input the number of times you want to refine a equip.

steps xD

1. npc says "blah blah"

2. you input no of times in the input box

3. it may fail or succede

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  123
  • Reputation:   4
  • Joined:  11/21/11
  • Last Seen:  

lol I never thought it's included in there. thanks emistry.

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