Advertisement
Guest User

Untitled

a guest
Apr 26th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. payon,162,230,4 script Healer Angeling 1096,2,2,{
  2.  
  3.  
  4. OnInit:
  5. initnpctimer;
  6. end;
  7. OnTimer15000: //15 seconds
  8. npcwalkto 175,230;
  9. end;
  10. OnTimer30000:
  11. npcwalkto 162,230;
  12. stopnpctimer;
  13. initnpctimer;
  14. end;
  15. OnTouch:
  16. if (Hp == MaxHp && Sp == MaxSp) {
  17. end;
  18. }
  19. npctalk "Heal !!";
  20. skilleffect 28,9999;
  21. percentheal 100,100;
  22. sc_start SC_ANGELUS,300000,10; // Angelus lvl 10
  23. sc_start SC_BLESSING,300000,10; // Blessing lvl 10
  24. sc_start SC_INCREASEAGI,300000,10; // Increase agi lvl 10
  25. sc_start SC_IMPOSITIO,300000,5; // Impositio manus lvl 5
  26. sc_start SC_SUFFRAGIUM,300000,3; // Suffragium lvl 3
  27. sc_start SC_MAGNIFICAT,300000,5; // Magnificat lvl 10
  28. sc_start SC_WINDWALK,300000,10; // Wind walk lvl 10
  29. sc_start SC_NEN,300000,5; // Soul ninja skill lvl 5
  30. sc_start SC_CONCENTRATION,300000,10; // Improve Concentration lvl 10
  31. end;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement