goddameit Posted November 30, 2011 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share 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 Link to comment Share on other sites More sharing options...
Diconfrost VaNz Posted December 2, 2011 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Share Posted December 2, 2011 can't you post here the details with it? xD Quote Link to comment Share on other sites More sharing options...
Judas Posted December 2, 2011 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 2244 Reputation: 182 Joined: 11/19/11 Last Seen: September 15, 2024 Share Posted December 2, 2011 man of little words. but scripts talk more 3 Quote Link to comment Share on other sites More sharing options...
goddameit Posted December 2, 2011 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
Jezu Posted December 3, 2011 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted December 3, 2011 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
WhatFT Posted March 4, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted March 4, 2012 Can anyone edit this script? Add some buff like Increase Agility and Blessings Quote Link to comment Share on other sites More sharing options...
karazu Posted March 12, 2012 Group: Members Topic Count: 57 Topics Per Day: 0.01 Content Count: 374 Reputation: 5 Joined: 03/09/12 Last Seen: June 19, 2018 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 12, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
donkeyg Posted March 27, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share 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 Link to comment Share on other sites More sharing options...
donkeyg Posted March 29, 2012 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share 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 Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted May 30, 2012 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Share 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 Link to comment Share on other sites More sharing options...
Aeia Posted September 27, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 63 Reputation: 1 Joined: 09/18/12 Last Seen: January 4, 2017 Share 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 Link to comment Share on other sites More sharing options...
mrlongshen Posted January 18, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share 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 Link to comment Share on other sites More sharing options...
bluememi Posted January 24, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 01/08/13 Last Seen: November 7, 2017 Share Posted January 24, 2013 thanx for share Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted January 25, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share 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 Link to comment Share on other sites More sharing options...
Brian Posted January 25, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted January 25, 2013 Because it's missing a closing curly brace } before the last line. example: heal.txt Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted January 28, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted January 28, 2013 Because it's missing a closing curly brace } before the last line. example: heal.txt thanks brian xD Quote Link to comment Share on other sites More sharing options...
Start_ Posted April 15, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: 3 hours ago Share Posted April 15, 2013 Wow this is amazing!! Quote Link to comment Share on other sites More sharing options...
silentdunhill Posted January 27, 2018 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 04/30/13 Last Seen: February 9, 2018 Share Posted January 27, 2018 how can make it auto buffer? im really confuse Quote Link to comment Share on other sites More sharing options...
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.