Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. prontera,150,184,5 script Healer#h1-1::Healer 834,{
  2.  
  3. skilleffect 34,0; sc_start SC_BLESSING,600000,10;
  4. sc_start SC_INCREASEAGI,600000,10;
  5. sc_start SC_ANGELUS,600000,10;
  6. sc_start SC_MAGNIFICAT,600000,5;
  7. sc_start SC_GLORIA,600000,5;
  8. sc_start SC_SUFFRAGIUM,600000,3;
  9. sc_end sc_curse;
  10. sc_end sc_silence;
  11. sc_end sc_confusion;
  12. sc_end sc_blind;
  13. sc_end sc_bleeding;
  14. sc_end sc_poison;
  15. sc_end sc_hallucination;
  16. sc_end sc_stripweapon;
  17. sc_end sc_striparmor;
  18. sc_end sc_striphelm;
  19. sc_end sc_stripshield;
  20. sc_end sc_orcish;
  21. percentheal 100,100;
  22.  
  23. if (getcastledata( "NAMEOFCASTLE", 1) != getcharid(2)) end;
  24. sc_start SC_ASSUMPTIO,600000,5;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement