From d67bd391745dbd6043fee6f4557a8393aa0bdabf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jan 2019 08:13:31 -0200 Subject: There'll be no Teleport Gate at Tulimshar and Hurnscald. Talking to the Soul Menhir to bind you now will add these places to TP_ system. Meaning you can use an Everburn Powder at Frostia or Hali to rapidly return :b --- npc/functions/soul_menhir.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 9b6bc420d..d08e09b71 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -24,6 +24,11 @@ function script SoulMenhir { // goto L_Return; L_Bind: + if (@map$ ~= "003-1" && !(TELEPORTERS & TP_TULIM)) + TELEPORTERS=TELEPORTERS|TP_TULIM; + if (@map$ ~= "012-1" && !(TELEPORTERS & TP_HURNS)) + TELEPORTERS=TELEPORTERS|TP_HURNS; + if (Menhir_Activated == 1) goto L_Shortversion; -- cgit v1.2.3-70-g09d2