Jump to content
  • 0

H> SAFE Refine in Renewal


archilles89

Question


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   0
  • Joined:  10/28/12
  • Last Seen:  

Ok so I've tried everything, I want to make the safe limit to +4 but instead the safe limit is still at +10. I've tried everywhere, including

 

db/re/refine_db.txt

 

0,0,0,0,100:100,100:100,100:100,100:100,60:200,40:200,40:200,20:200,25:300,10:300,10:300,10:300,10:400,10:40,90:40,60:40,60:50,30:50,30:500,25:50
// Level 1 weapons
1,200,8,300,100:0,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0,100:0,100:0,100:0,100:0,100:0,100:300,100:300,90:300,60:300,30:300
// Level 2 weapons
2,300,7,500,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,35:0,20:0,100:0,100:0,100:0,100:0,100:0,100:600,90:600,60:600,30:600,30:600
// Level 3 weapons
3,500,6,800,100:0,100:0,100:0,100:0,100:0,60:0,50:0,20:0,20:0,20:0,100:0,100:0,100:0,100:0,100:0,90:900,75:900,35:900,305:900,35:900
// Level 4 weapons
4,700,5,1400,100:0,100:0,100:0,100:0,60:0,40:0,40:0,20:0,20:0,10:0,100:0,100:0,100:0,100:0,90:0,60:1200,60:1200,30:1200,30:1200,10:1200

 

and even in the Refine Main Function at

 

npc/merchants.txt

 

    case 0:     //Refine Armor
        set .@price,2000;
        set .@material,985;
        set .@safe,4;
        break;
    case 1:     //Refine Level 1 Weapon
        set .@price,50;
        set .@material,1010;
        set .@safe,7;
        break;
    case 2:     //Refine Level 2 Weapon
        set .@price,200;
        set .@material,1011;
        set .@safe,6;
        break;
    case 3:     //Refine Level 3 Weapon
        set .@price,5000;
        set .@material,984;
        set .@safe,5;
        break;
    case 4:     //Refine Level 4 Weapon
        set .@price,20000;
        set .@material,984;
        set .@safe,4;
        break;
    case 5:     //Refine other stuff?
        set .@price,2000;
        set .@material,985;
        set .@safe,4;
        break;

 

None of this work. Can someone please tell me how do I set the default SAFE refine limit to +4 instead of +10?

Edited by archilles89
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...