summaryrefslogtreecommitdiff
path: root/npc/009-1/soul-menhir.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-1/soul-menhir.txt')
-rwxr-xr-x[-rw-r--r--]npc/009-1/soul-menhir.txt20
1 files changed, 14 insertions, 6 deletions
diff --git a/npc/009-1/soul-menhir.txt b/npc/009-1/soul-menhir.txt
index 76c5be11..d197a5f0 100644..100755
--- a/npc/009-1/soul-menhir.txt
+++ b/npc/009-1/soul-menhir.txt
@@ -1,7 +1,15 @@
-// The Mana World scripts.
-// Description:
-// place of power, mana refills faster when sitting nearby
-
-// Soul Menhir#town_rate_dist_timer
-009-1,51,173,0 duplicate(Soul Menhir) Soul Menhir#moor_1_7_300 NPC_NO_SPRITE
+009-1,53,40,0 script Soul Menhir#hurnscald NPC344,{
+ @map$ = "009-1";
+ setarray @Xs, 52, 53, 54, 52, 54, 52, 54;
+ setarray @Ys, 39, 39, 39, 40, 40, 41, 41;
+ @x = 0;
+ @y = 0;
+ callfunc "SoulMenhir";
+ @map$ = "";
+ cleararray @Xs[0], 0, 7;
+ cleararray @Ys[0], 0, 7;
+ @x = 0;
+ @y = 0;
+ close;
+}