OnTouch Healer is now possible?

karazu

New member
Messages
1,115
Points
0
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? 

 
- 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
 
Last edited by a moderator:
Code:
prontera,160,160,3    script    OnTouchHeal    100,5,5,{end;OnTouch:    specialeffect2 EF_HEAL2; percentheal 100,100; // heal 100% hp and sp.    end;}
this?
 
Last edited by a moderator:
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..

 
Last edited by a moderator:
it were always working AFAIK btw
default_tongue.png


 
Back
Top