marcorogeeh Posted September 14, 2017 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 06/27/13 Last Seen: March 29, 2020 Share Posted September 14, 2017 (edited) npc Healing walks and gives healing I want repair does not workHealer Angeling.txt Edited September 14, 2017 by marcorogeeh Quote Link to comment Share on other sites More sharing options...
0 Cyro Posted September 14, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted September 14, 2017 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 .@i, .@i +1; } if (.@i) dispbottom .@i + " items repaired."; end; } Quote Link to comment Share on other sites More sharing options...
1 llchrisll Posted September 14, 2017 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 626 Reputation: 189 Joined: 11/19/11 Last Seen: March 25 Share Posted September 14, 2017 If I understand correctly, you want to add repair everything? Add the end repairall; Before the } Regards, Chris Quote Link to comment Share on other sites More sharing options...
0 marcorogeeh Posted September 15, 2017 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 71 Reputation: 0 Joined: 06/27/13 Last Seen: March 29, 2020 Author Share Posted September 15, 2017 Thanks for the Rathina and friend Cyro and thank you It works Quote Link to comment Share on other sites More sharing options...
Question
marcorogeeh
npc Healing walks and gives healing I want repair does not work
Edited by marcorogeehHealer Angeling.txt
Link to comment
Share on other sites
3 answers 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.