Jump to content
  • 0

Changing Max Refine from 10 to 50 || Latest Rathena version


AinsLord

Question


  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

1st i already change status.hpp then what would be the next??

2nd will the refiner NPC on prontera will enhance the item to up to +50 or should i create an custom NPC for refining 1 to 50??

3rd if i need custom NPC on it anyone have that NPC??

thnx in advance

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  90
  • Topics Per Day:  0.02
  • Content Count:  361
  • Reputation:   18
  • Joined:  01/09/13
  • Last Seen:  

2nd Question
Answer:     if (getequiprefinerycnt(.@part) == 20) {          ====== change the value(20) to 50

3rd Question
Answer: Skimmed on Hollegren's npc script. Im sure you'll know what to do once you read the npc script.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  257
  • Topics Per Day:  0.08
  • Content Count:  737
  • Reputation:   18
  • Joined:  11/21/15
  • Last Seen:  

On 1/13/2018 at 12:25 AM, Archetype Saber said:

2nd Question
Answer:     if (getequiprefinerycnt(.@part) == 20) {          ====== change the value(20) to 50

3rd Question
Answer: Skimmed on Hollegren's npc script. Im sure you'll know what to do once you read the npc script.

 if (getequiprefinerycnt(.@part) == 20) {          ====== change the value(20) to 50 ========>> is this on hollegren's script??

do i need to change something on refine in db/pre-re?

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