Jump to content
  • 0
cozzy09

1 click repair

Question

does anyone have a script like this when you click the repair man it will repair all your equipment that is broken? thanks in advance :D

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

prontera,111,111,5 script Repairer 123,{
atcommand "@repairall " + strcharinfo(0);
end;
}

prontera,111,111,5 script Repairer#2 123,{
while(getbrokenid(0)){
repair getbrokenid(0);
}
end;
}

Number one will show up in logs number two won't.

Edited by Skorm
Link to comment
Share on other sites

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.