Jump to content
  • 0
marcorogeeh

I will give healing and walk. I want a repair that does not work

Question

3 answers to this question

Recommended Posts

  • 0
payon,157,226,5	script	Healer	1096,2,2,{
OnInit:
    initnpctimer;
    end;
OnTimer10000: //10 seconds
    npcwalkto 152,184;
    end;
OnTimer25000: //25 seconds
    npcwalkto 157,230;
    stopnpctimer;
    initnpctimer;
    end;
OnTouch:
    emotion e_heh; //Emotion upon touch
    percentheal 100,100; //100% Recover HP and SP
    sc_start SC_ANGELUS,60000,10; // Angelus lvl 10
    sc_start SC_BLESSING,60000,10; // Blessing lvl 10
    sc_start SC_INCREASEAGI,60000,10; // Increase agi lvl 10
	getitem 7139,1;
	atcommand "@useskill 479 5 " +strcharinfo(0);
while (getbrokenid(1)) {
repair(1);
set [email protected], [email protected] +1;
}
if ([email protected]) dispbottom [email protected] + " items repaired.";
end;

}

 

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.