Jump to content
goddameit

[RELEASE] Auto Area Healer

Recommended Posts

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
Link to comment
Share on other sites

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 .

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

man of little words. but scripts talk more

Sure it's Sir goddaimet, but he's a savior.

AT: Thanks for the script. Working fine.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.



×
×
  • Create New...

Important Information

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