AngelaKiss Posted January 30, 2015 Posted January 30, 2015 i need a repairman that repairs in 1 click and the price to be 2k for each item Quote
trizzy Posted January 30, 2015 Posted January 30, 2015 try this prontera,150,182,5 script Repair 811,{ while (getbrokenid(1)) { if (Zeny < 15000) { mes "[ Repairman ]"; mes "It costs 15,000 zeny to repair an item."; next; break; } set Zeny, Zeny -15000; repair(1); set .@repaired, .@repaired +1; sleep2 500; } if (.@repaired) dispbottom .@repaired + " "+( .@repaired==1 ? "item":"items" )+" Repaired."; end; } Quote
Question
AngelaKiss
i need a repairman that repairs in 1 click and the price to be 2k for each item
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.