root/npc/custom/healers/heal.txt

Revision 1, 2.0 kB (checked in by jinshiro, 17 years ago)
Line 
1//===== eAthena Script =======================================
2//= Heal Npc
3//===== By: ==================================================
4//= Lotsa People (1.x)
5//===== Current Version: =====================================
6//= 3.0
7//===== Compatible With: =====================================
8//= eAthena 0.1+;
9//===== Description: =========================================
10//= Healer NPC Which Heals For Free
11//===== Additional Comments: =================================
12//= 3.0 By massdriller, Changed and edited the script
13//= added other warp points of maps.
14//= 2.0 By Darkchild, Duplicates And Changed A Bit
15//= you can replace this script file by heal_payment.txt
16//= if you want that players have to pay their healings.
17//============================================================
18
19prontera,150,184,5      script  Healer#h1-1::Healer     742,{
20
21        mes "[Healer]";
22        mes "I have amazing healing powers!!";
23        mes "You look like a person who needs them";
24        mes "Want some?";
25        next;
26        menu "Heal",-,"No thanks",CANCEL;
27                percentheal 100,100;
28                mes "[Healer]";
29                mes "Wonderfull, You are now healed!.";
30                mes "Have fun adventuring!!";
31                close;
32        CANCEL:
33        mes "[Healer]";
34        mes "Allright, come back if you need a heal.";
35        close;
36}
37
38morocc,159,96,5 duplicate(Healer)       Healer#h1-2     742
39ayothaya,155,111,5      duplicate(Healer)       Healer#h1-3     742
40geffen,121,61,5 duplicate(Healer)       Healer#h1-4     742
41umbala,94,162,5 duplicate(Healer)       Healer#h1-5     742
42payon,180,105,5 duplicate(Healer)       Healer#h1-6     742
43alberta,185,144,5       duplicate(Healer)       Healer#h1-7     742
44aldebaran,134,123,5     duplicate(Healer)       Healer#h1-8     742
45izlude,125,118,5        duplicate(Healer)       Healer#h1-9     742
46xmas,149,136,5  duplicate(Healer)       Healer#h1-10    742
47comodo,188,162,5        duplicate(Healer)       Healer#h1-11    742
48amatsu,200,80,5 duplicate(Healer)       Healer#h1-12    742
49gonryun,164,130,5       duplicate(Healer)       Healer#h1-13    742
50yuno,152,186,5  duplicate(Healer)       Healer#h1-14    742
51niflheim,188,180,5      duplicate(Healer)       Healer#h1-15    742
52louyang,225,103,5       duplicate(Healer)       Healer#h1-16    742
Note: See TracBrowser for help on using the browser.