From 195dffc20af1fb32c7e4119988911b72955aeabc Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> Date: Thu, 4 Nov 2004 23:25:09 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@2 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/heal.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 npc/other/heal.txt (limited to 'npc/other/heal.txt') diff --git a/npc/other/heal.txt b/npc/other/heal.txt new file mode 100644 index 000000000..f5ee1886b --- /dev/null +++ b/npc/other/heal.txt @@ -0,0 +1,41 @@ +//===== eAthena Script ======================================= +//= Heal Npc +//===== By: ================================================== +//= Lotsa People (1.x) +//===== Current Version: ===================================== +//= 2.0 +//===== Compatible With: ===================================== +//= eAthena 0.1+; +//===== Description: ========================================= +//= Poring Which Heals For Free +//===== Additional Comments: ================================= +//= 2.0 By Darkchild, Duplicates And Changed A Bit +//= you can replace this script file by heal_payment.txt +//= if you want that players have to pay their healings. +//============================================================ + +prontera.gat,150,184,5 script Healring#h1-1::Healring 1002,{ + mes "[Healring]"; + mes "Booooiiing!!"; + next; + menu "Heal",-,"Quit",CANCEL; + heal 30000,30000; + mes "[Healring]"; + mes "Boooing! Booiing Boing! (Healed! Have fun!)"; + close; + CANCEL: + mes "[Healring]"; + mes "Boing Boing! (Bye Bye!)"; + close; +} + +morocc.gat,159,96,5 duplicate(Healring) Healring#h1-2 1002 +geffen.gat,121,61,5 duplicate(Healring) Healring#h1-3 1002 +payon.gat,180,105,5 duplicate(Healring) Healring#h1-4 1002 +alberta.gat,185,144,5 duplicate(Healring) Healring#h1-5 1002 +aldebaran.gat,134,123,5 duplicate(Healring) Healring#h1-6 1002 +izlude.gat,125,118,5 duplicate(Healring) Healring#h1-7 1002 +xmas.gat,149,136,5 duplicate(Healring) Healring#h1-8 1002 +comodo.gat,188,162,5 duplicate(Healring) Healring#h1-9 1002 +amatsu.gat,200,80,5 duplicate(Healring) Healring#h1-10 1002 +gonryun.gat,164,130,5 duplicate(Healring) Healring#h1-1 1002 \ No newline at end of file -- cgit v1.2.3-60-g2f50