Jump to content

[RELEASE] Auto Area Healer


goddameit

Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

A simple Healing NPC that heals players that stand in a 5x5 area around it.

Healer.txt

Edited by goddameit
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  974
  • Reputation:   41
  • Joined:  11/13/11
  • Last Seen:  

can't you post here the details with it? xD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

man of little words. but scripts talk more

  • Upvote 3
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

can't you post here the details with it? xD

hmm... npc will heal you when you stand next to it.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

  • 3 months later...

  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

Can anyone edit this script? Add some buff like Increase Agility and Blessings /ok

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  57
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   5
  • Joined:  03/09/12
  • Last Seen:  

I like the feature of this script, but can u make this heal us 100% heal? w/ agi and bless please?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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

  • 2 months later...

  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  309
  • Reputation:   6
  • Joined:  04/24/12
  • Last Seen:  

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

  • 3 months later...

  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  63
  • Reputation:   1
  • Joined:  09/18/12
  • Last Seen:  

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

  • 3 months later...

  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  01/08/13
  • Last Seen:  

thanx for share

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

Because it's missing a closing curly brace } before the last line.

example: heal.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

Because it's missing a closing curly brace } before the last line.

example: heal.txt

thanks brian xD

Link to comment
Share on other sites

  • 2 months later...

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  927
  • Reputation:   168
  • Joined:  04/05/13
  • Last Seen:  

Wow this is amazing!!  /oops

Link to comment
Share on other sites

  • 4 years later...

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  04/30/13
  • Last Seen:  

how can make it auto buffer? im really confuse

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...