diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-25 12:11:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-25 12:11:31 -0300 |
commit | b022207cba222f1d66f9a418e55281f4144af193 (patch) | |
tree | 3a5954070da1a94ff460c35ad5cf31fdabf0fb8c | |
parent | 087ecaae242710761bef4d5dc431b44ebe51251f (diff) | |
download | serverdata-b022207cba222f1d66f9a418e55281f4144af193.tar.gz serverdata-b022207cba222f1d66f9a418e55281f4144af193.tar.bz2 serverdata-b022207cba222f1d66f9a418e55281f4144af193.tar.xz serverdata-b022207cba222f1d66f9a418e55281f4144af193.zip |
Add redundancy at Tyrca for the new storage.
-rw-r--r-- | npc/031-2/tyrca.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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: |