goddameit Posted November 30, 2011 Posted November 30, 2011 (edited) A simple Healing NPC that heals players that stand in a 5x5 area around it. Healer.txt Edited January 7, 2012 by goddameit 1 Quote
Diconfrost VaNz Posted December 2, 2011 Posted December 2, 2011 can't you post here the details with it? xD Quote
Judas Posted December 2, 2011 Posted December 2, 2011 man of little words. but scripts talk more 3 Quote
goddameit Posted December 2, 2011 Author Posted December 2, 2011 can't you post here the details with it? xD hmm... npc will heal you when you stand next to it. Quote
Jezu Posted December 3, 2011 Posted December 3, 2011 (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 December 3, 2011 by Jezu Quote
Emistry Posted December 3, 2011 Posted December 3, 2011 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 . Quote
WhatFT Posted March 4, 2012 Posted March 4, 2012 Can anyone edit this script? Add some buff like Increase Agility and Blessings Quote
karazu Posted March 12, 2012 Posted March 12, 2012 I like the feature of this script, but can u make this heal us 100% heal? w/ agi and bless please? Quote
Emistry Posted March 12, 2012 Posted March 12, 2012 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 1 Quote
donkeyg Posted March 27, 2012 Posted March 27, 2012 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 Quote
donkeyg Posted March 29, 2012 Posted March 29, 2012 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 Quote
Ragnar Lothbrok Posted May 30, 2012 Posted May 30, 2012 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 Quote
Aeia Posted September 27, 2012 Posted September 27, 2012 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. Quote
mrlongshen Posted January 18, 2013 Posted January 18, 2013 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. Quote
mrlongshen Posted January 25, 2013 Posted January 25, 2013 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 Quote
Brian Posted January 25, 2013 Posted January 25, 2013 Because it's missing a closing curly brace } before the last line. example: heal.txt Quote
mrlongshen Posted January 28, 2013 Posted January 28, 2013 Because it's missing a closing curly brace } before the last line. example: heal.txt thanks brian xD Quote
silentdunhill Posted January 27, 2018 Posted January 27, 2018 how can make it auto buffer? im really confuse Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.