[1] | 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 | |
---|
| 19 | prontera,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 | |
---|
| 38 | morocc,159,96,5 duplicate(Healer) Healer#h1-2 742 |
---|
| 39 | ayothaya,155,111,5 duplicate(Healer) Healer#h1-3 742 |
---|
| 40 | geffen,121,61,5 duplicate(Healer) Healer#h1-4 742 |
---|
| 41 | umbala,94,162,5 duplicate(Healer) Healer#h1-5 742 |
---|
| 42 | payon,180,105,5 duplicate(Healer) Healer#h1-6 742 |
---|
| 43 | alberta,185,144,5 duplicate(Healer) Healer#h1-7 742 |
---|
| 44 | aldebaran,134,123,5 duplicate(Healer) Healer#h1-8 742 |
---|
| 45 | izlude,125,118,5 duplicate(Healer) Healer#h1-9 742 |
---|
| 46 | xmas,149,136,5 duplicate(Healer) Healer#h1-10 742 |
---|
| 47 | comodo,188,162,5 duplicate(Healer) Healer#h1-11 742 |
---|
| 48 | amatsu,200,80,5 duplicate(Healer) Healer#h1-12 742 |
---|
| 49 | gonryun,164,130,5 duplicate(Healer) Healer#h1-13 742 |
---|
| 50 | yuno,152,186,5 duplicate(Healer) Healer#h1-14 742 |
---|
| 51 | niflheim,188,180,5 duplicate(Healer) Healer#h1-15 742 |
---|
| 52 | louyang,225,103,5 duplicate(Healer) Healer#h1-16 742 |
---|