marcorogeeh Posted September 14, 2017 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
0 Cyro Posted September 14, 2017 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
1 llchrisll Posted September 14, 2017 Posted September 14, 2017 If I understand correctly, you want to add repair everything? Add the end repairall; Before the } Regards, Chris Quote
0 marcorogeeh Posted September 15, 2017 Author Posted September 15, 2017 Thanks for the Rathina and friend Cyro and thank you It works Quote
Question
marcorogeeh
npc Healing walks and gives healing I want repair does not work
Edited by marcorogeehHealer Angeling.txt
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.