From b33bcbe91276f2597a421c54d41e7f360532d82f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Feb 2019 23:28:07 -0200 Subject: Rename event Soul Menhirs to “Soul Stone” (no pun intended), and add maX_dist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/001-11/event_soulmenhir.txt | 5 ++++- npc/001-4/event_soulmenhir.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/001-11/event_soulmenhir.txt b/npc/001-11/event_soulmenhir.txt index a0253b118..901553721 100644 --- a/npc/001-11/event_soulmenhir.txt +++ b/npc/001-11/event_soulmenhir.txt @@ -4,7 +4,7 @@ // Description: // Special Soul Menhir which only allows leaving the map. -001-11,37,31,0 script Soul Menhir#001-11 NPC_SOUL_CLEAN,{ +001-11,37,31,0 script Soul Stone#001-11 NPC_SOUL_CLEAN,{ mesn; mes l("(A mystical aura surrounds this stone. It probably can return you home. What do you do?)"); @@ -17,5 +17,8 @@ L_Warp: warp "Save", 0, 0; close; +OnInit: + .distance = 5; + end; } diff --git a/npc/001-4/event_soulmenhir.txt b/npc/001-4/event_soulmenhir.txt index 43d60c34a..3935d5ca0 100644 --- a/npc/001-4/event_soulmenhir.txt +++ b/npc/001-4/event_soulmenhir.txt @@ -4,7 +4,7 @@ // Description: // Special Soul Menhir which only allows leaving the map. -001-4,152,154,0 script Soul Menhir#001-4 NPC_SOUL_CLEAN,{ +001-4,152,154,0 script Soul Stone#001-4 NPC_SOUL_CLEAN,{ mesn; mes l("(A mystical aura surrounds this stone. It probably can return you home. What do you do?)"); @@ -17,5 +17,8 @@ L_Warp: warp getsavepoint(0), getsavepoint(1), getsavepoint(2); close; +OnInit: + .distance = 5; + end; } -- cgit v1.2.3-70-g09d2