From b022207cba222f1d66f9a418e55281f4144af193 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 May 2024 12:11:31 -0300 Subject: Add redundancy at Tyrca for the new storage. --- npc/031-2/tyrca.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/npc/031-2/tyrca.txt b/npc/031-2/tyrca.txt index a9125f2b2..ab829a24f 100644 --- a/npc/031-2/tyrca.txt +++ b/npc/031-2/tyrca.txt @@ -49,6 +49,14 @@ mesq l("Please doing business with you."); } } + if (.@q >= 1 && $GAME_STORYLINE >= 5 && REBIRTH >= 4) { + next; + mesn; + mesq l("If you want to manage your personal storage at the Fortress Town, I can help. Accessing a remote bank is just a small magic when you have the right gemstones like me."); + next; + closeclientdialog; + openstorage 3; + } close; OnInit: -- cgit v1.2.3-70-g09d2