Jump to content
  • 0

Repair & Refine Npc


Question

1 answer to this question

Recommended Posts

  • 1
Posted

Hi community,

can somebody do me a favour and send me this script : "Repair & Refine Npc"

 

MaxRefine : 10

Safe Limit : 4

 

Best regards!

Default refine npc have safe limit and max refine. You can find it here npc/merchants/refine.txt#L571

callfunc "refinemain","Aragham",0;

to : 

callfunc "refinemain","Aragham",1;

You can do this to all refine merchants.

 

For repair npc. Try this :

prontera,172,182,1    script    Repairman    46,{
    if ( getbrokenid(1) == 0 ){
        mes "[Refiner]";
        mes "You don't have anything to be repaired!";
        close;
    }
    atcommand "@repairall";
    dispbottom "Repaired all broken equipment.";
    end;
}
  • Upvote 2

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...