From 55ca2cc74a8e6c211a9403aa1152019c0116469f Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 20 Oct 2009 18:37:34 -0600 Subject: Adjust Soul Menhirs for better respawn points --- npc/001-1_Tulimshar/soul-menhir.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/001-1_Tulimshar') diff --git a/npc/001-1_Tulimshar/soul-menhir.txt b/npc/001-1_Tulimshar/soul-menhir.txt index 58e450a6..eacdd9e8 100644 --- a/npc/001-1_Tulimshar/soul-menhir.txt +++ b/npc/001-1_Tulimshar/soul-menhir.txt @@ -2,8 +2,10 @@ 001-1.gat,38,69,0 script Soul Menhir 144, { set @map$, "001-1.gat"; - set @x, 38; - set @y, 70; + setarray @Xs, 37, 38, 39, 37, 39, 37, 39; + setarray @Ys, 68, 68, 68, 69, 69, 70, 70; + set @x, 0; + set @y, 0; callfunc "SoulMenhir"; close; } -- cgit v1.2.3-60-g2f50