Jump to content
  • 0
Sign in to follow this  
karazu

OnTouch Healer is now possible?

Question

Most of the people requested it before.. an Ontouch Healer NPC that u dont need to click anymore. it will just heal you if u go near to them.. 


Anyone? 

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

 

- script healer -1,{
if ((@PC_LAST_HEAL_TIME +2) > gettimetick(2) && Zeny) {
}
set @PC_LAST_HEAL_TIME, gettimetick(2);
skilleffect 66,0; sc_start SC_IMPOSITIO,360000,5;
skilleffect 67,0; sc_start SC_SUFFRAGIUM,360000,3;
skilleffect 34,0; sc_start SC_BLESSING,360000,10;
skilleffect 29,0; sc_start SC_INC_AGI,360000,10;
skilleffect 29,0; sc_start SC_MAGNIFICAT,360000,5;
percentheal 100,100;
}
mellina,96,78,4 duplicate(healer) Healer#7 435,7,7

 

Edited by leloush

Share this post


Link to post
Share on other sites
  • 0

 

prontera,160,160,3    script    OnTouchHeal    100,5,5,{end;OnTouch:    specialeffect2 EF_HEAL2; percentheal 100,100; // heal 100% hp and sp.    end;}
this?

Let me test

 

 

WORKING thank you very much..

Edited by karazu

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.