Oraios Posted September 13, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 11/06/12 Last Seen: December 16, 2016 Share Posted September 13, 2013 Hi community, can somebody do me a favour and send me this script : "Repair & Refine Npc" MaxRefine : 10 Safe Limit : 4 Best regards! Quote Link to comment Share on other sites More sharing options...
1 Patskie Posted September 14, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: Yesterday at 01:20 AM Share Posted September 14, 2013 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; } 2 Quote Link to comment Share on other sites More sharing options...
Question
Oraios
Hi community,
can somebody do me a favour and send me this script : "Repair & Refine Npc"
MaxRefine : 10
Safe Limit : 4
Best regards!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.