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 | |
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')
-rw-r--r-- | npc/Changelog.txt | 9 | ||||
-rw-r--r-- | npc/other/mc_cameri/heal.txt | 30 | ||||
-rw-r--r-- | npc/warps/cities/aldebaran.txt | 2 |
3 files changed, 37 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index f0b29e380..f1d819d65 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -30,10 +30,13 @@ Other Ppl Date Added ====== -12/07 Fixed all Newgear quests: arjen.txt,back_ribbon.txt,bear_hat.txt,burning_blood_bandana.txt,cat_hairband.txt +12/07 + * Added npc/other/mc_cameri/heal.txt, a heal npc that is as simple as one click healing [MC Cameri] + * Fixed Al De Baran to Mjolnir warp in Al De Baran [MC Cameri] + * Fixed all Newgear quests: arjen.txt,back_ribbon.txt,bear_hat.txt,burning_blood_bandana.txt,cat_hairband.txt fox_mask.txt,hat_seller.txt,indian_headband.txt,mask_of_alarm.txt,mushroom_hairband.txt,neris.txt - old_blacksmith.txt,posture_fix_hat.txt,sea_otter_hat.txt,traveler.txt,tulip_hairpin.txt - Fixed missing labels, missing delitem, wrong zeny amount, wrong items id, spelling [Lupus] + old_blacksmith.txt,posture_fix_hat.txt,sea_otter_hat.txt,traveler.txt,tulip_hairpin.txt [Lupus] + * Fixed missing labels, missing delitem, wrong zeny amount, wrong items id, spelling [Lupus] * Added Fox Mask quest. [Mass Zero] 12/06 * Added seperate quests for the new headgears, missing Fox Mask and Orc Hero Helm. (I'll so 'em ASAP.) [Mass Zero] 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 diff --git a/npc/warps/cities/aldebaran.txt b/npc/warps/cities/aldebaran.txt index 8523cf5a8..7376c21fa 100644 --- a/npc/warps/cities/aldebaran.txt +++ b/npc/warps/cities/aldebaran.txt @@ -15,7 +15,7 @@ //===== Al De Baran Warps ===================================== aldebaran.gat,118,63,0 warp ald01 1,1,aldeba_in.gat,211,117 -aldebaran.gat,138,34,0 warp ald001 2,2,mjolnir_12.gat,199,375 +aldebaran.gat,139,34,0 warp ald001 3,2,mjolnir_12.gat,199,375 aldebaran.gat,197,70,0 warp ald02 1,1,aldeba_in.gat,94,41 aldebaran.gat,225,54,0 warp ald03 1,1,aldeba_in.gat,149,120 aldebaran.gat,233,105,0 warp ald04 1,1,aldeba_in.gat,157,190 |