From 7a9cbd6dc8aab71daad6b94d38537d09486ded28 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Thu, 12 Dec 2024 16:05:44 +0100 Subject: Only give directions to player if they acted naughty on their own .. if they came from balthasar then they already know the route. --- world/map/npc/030-2/eljas.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/world/map/npc/030-2/eljas.txt b/world/map/npc/030-2/eljas.txt index 93270299..9ad2c342 100644 --- a/world/map/npc/030-2/eljas.txt +++ b/world/map/npc/030-2/eljas.txt @@ -188,7 +188,8 @@ L_NotWelcome: mes "... You hear a voice calling your name ... "; mes "[Balthasar]"; mes "\"Come See me in the caves below.\""; - mes "\"go south till you reach the snowman. Then head into the cave to the east.\""; + if (!@xmas_knows_route) + mes "\"go south till you reach the snowman. Then head into the cave to the east.\""; warp "020-1",33,94; close; -- cgit v1.2.3-70-g09d2