diff options
author | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 21:14:15 +0000 |
---|---|---|
committer | mc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 21:14:15 +0000 |
commit | 78fd470e61d794a859580e932452c8657e317280 (patch) | |
tree | 546fabb0d40f363953139300930b857de6290f4a /npc/other/mc_cameri | |
parent | 9105492a076638e8d8b89f1c7aab26623b5b99f8 (diff) | |
download | hercules-78fd470e61d794a859580e932452c8657e317280.tar.gz hercules-78fd470e61d794a859580e932452c8657e317280.tar.bz2 hercules-78fd470e61d794a859580e932452c8657e317280.tar.xz hercules-78fd470e61d794a859580e932452c8657e317280.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@499 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/mc_cameri')
-rw-r--r-- | npc/other/mc_cameri/heal.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/npc/other/mc_cameri/heal.txt b/npc/other/mc_cameri/heal.txt new file mode 100644 index 000000000..b99eb03e2 --- /dev/null +++ b/npc/other/mc_cameri/heal.txt @@ -0,0 +1,30 @@ +//===== eAthena Script =======================================
+//= Heal Npc
+//===== By: ==================================================
+//= MC Cameri
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena 0.1+;
+//===== Description: =========================================
+//= Poring Which Heals For Free
+//===== Additional Comments: =================================
+//= You can use this one if you want simple one-click healing
+//============================================================
+
+prontera.gat,150,184,5 script Healring::Healring0 1002,{
+ npctalk "Booing!";
+ emotion 21;
+ percentheal 100,100;
+}
+
+morocc.gat,159,96,5 duplicate(Healring0) Healring 1002
+geffen.gat,121,61,5 duplicate(Healring0) Healring 1002
+payon.gat,180,105,5 duplicate(Healring0) Healring 1002
+alberta.gat,185,144,5 duplicate(Healring0) Healring 1002
+aldebaran.gat,134,123,5 duplicate(Healring0) Healring 1002
+izlude.gat,125,118,5 duplicate(Healring0) Healring 1002
+xmas.gat,149,136,5 duplicate(Healring0) Healring 1002
+comodo.gat,188,162,5 duplicate(Healring0) Healring 1002
+amatsu.gat,200,80,5 duplicate(Healring0) Healring 1002
+gonryun.gat,164,130,5 duplicate(Healring0) Healring 1002
\ No newline at end of file |