From e59cb9caac5198a5417c28e7e56fc985dd52dda8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 Jun 2018 20:13:10 -0300 Subject: Add the script to disallow passage to Bandit Lord's Den. --- db/re/item_db.conf | 4 ++-- npc/015-2/_import.txt | 1 + npc/015-2/lordcave.txt | 11 +++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 npc/015-2/lordcave.txt diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1d3137e3d..08f560ab7 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2334,8 +2334,8 @@ item_db: ( }, { Id: 718 - AegisName: "JohanneKey" - Name: "Johanne Key" + AegisName: "SilverKey" + Name: "Silver Key" Type: "IT_ETC" Buy: 2 Sell: 1 diff --git a/npc/015-2/_import.txt b/npc/015-2/_import.txt index e7f8ad2b8..fce140ddf 100644 --- a/npc/015-2/_import.txt +++ b/npc/015-2/_import.txt @@ -2,3 +2,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/015-2/_mobs.txt", "npc/015-2/_warps.txt", +"npc/015-2/lordcave.txt", diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt new file mode 100644 index 000000000..517944f6a --- /dev/null +++ b/npc/015-2/lordcave.txt @@ -0,0 +1,11 @@ +// TMW2 Script +// Author: +// Jesusalva + +015-2,94,255,0 script #BanditLordDen NPC_HIDDEN,0,0,{ + end; + +OnTouch: + npctalk l("This passage seems sealed. If I only had a @@...", getitemlink(SilverKey)); + end; +} -- cgit v1.2.3-70-g09d2