Jump to content

Recommended Posts

Posted (edited)

Its only a simple healer but with Area of Effect Heal...

Or you can use

prontera,150,180,4 script Healer 100,7,7{

This will heal the area of 7x7

Edited by Jezu
Posted
prontera,150,180,4 script Healer 100,7,7{

this will required a OnTouch Label

and this will only heal 1 Times upon users entered the area for the 1st time.

the one made by Goddameit is auto heal every short interval .

  • 3 months later...
  • 2 weeks later...
Posted

to increase the heal rate or area size...refer this

*areapercentheal "<mapname>",<x1>,<y1>,<x2>,<y2>,<hp>,<sp>;
Not exactly limited to battleground use, this will restore HP/SP in a defined area at a percentage.
Example:
areapercentheal "bat_a01",52,208,61,217,100,100;
end;

edit the <hp>,<sp> part....( in % )

and....buff skills cant be done without any src mod..

you can set buff skill though when a character click it then get buff..

but not auto get buff when stand there for every x interval..

and of course you can make use of OnTouch Label..

so that when character get near..it will give buff when they entered the area

  • Upvote 1
  • 2 weeks later...
Posted

and....buff skills cant be done without any src mod..

you can set buff skill though when a character click it then get buff..

but not auto get buff when stand there for every x interval..

and of course you can make use of OnTouch Label..

so that when character get near..it will give buff when they entered the area

i like this, can u make 1 for me please? ^^ thank you

Posted

hello emistry, could make 1 for the script please?

and....buff skills cant be done without any src mod..
you can set buff skill though when a character click it then get buff..
but not auto get buff when stand there for every x interval..
and of course you can make use of OnTouch Label..
so that when character get near..it will give buff when they entered the area

  • 2 months later...
Posted

try this one:

-	script	healer	-1,{
if ((@PC_LAST_HEAL_TIME +2) > gettimetick(2) && Zeny) {
	set Zeny, Zeny -1;
	set $healer_bank, $healer_bank +1; // enabled 2010-12-07
}
set @PC_LAST_HEAL_TIME, gettimetick(2);
sc_start SC_BLESSING,300000,10;
sc_start SC_INCREASEAGI,300000,10;
sc_start SC_MAGNIFICAT,90000,5;
sc_start SC_ANGELUS,300000,10;
sc_start SC_ASSUMPTIO,100000,5;
percentheal 100,100;

prontera,158,192,4 duplicate(healer) Healer#7 435,7,7

  • 3 months later...
  • 3 months later...
Posted

try this one:

- script healer -1,{

if ((@PC_LAST_HEAL_TIME +2) > gettimetick(2) && Zeny) {

set Zeny, Zeny -1;

set $healer_bank, $healer_bank +1; // enabled 2010-12-07

}

set @PC_LAST_HEAL_TIME, gettimetick(2);

sc_start SC_BLESSING,300000,10;

sc_start SC_INCREASEAGI,300000,10;

sc_start SC_MAGNIFICAT,90000,5;

sc_start SC_ANGELUS,300000,10;

sc_start SC_ASSUMPTIO,100000,5;

percentheal 100,100;

prontera,158,192,4 duplicate(healer) Healer#7 435,7,7

its not work dude.

Posted

try this one:

- script healer -1,{

if ((@PC_LAST_HEAL_TIME +2) > gettimetick(2) && Zeny) {

set Zeny, Zeny -1;

set $healer_bank, $healer_bank +1; // enabled 2010-12-07

}

set @PC_LAST_HEAL_TIME, gettimetick(2);

sc_start SC_BLESSING,300000,10;

sc_start SC_INCREASEAGI,300000,10;

sc_start SC_MAGNIFICAT,90000,5;

sc_start SC_ANGELUS,300000,10;

sc_start SC_ASSUMPTIO,100000,5;

percentheal 100,100;

prontera,158,192,4 duplicate(healer) Healer#7 435,7,7

please put the codebox. i getting error when copy it. huhu

  • 2 months later...
  • 4 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...