Oraios Posted September 13, 2013 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
1 Patskie Posted September 14, 2013 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
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!
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.