From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/008-2-19/_import.txt | 4 ---- npc/008-2-19/_warps.txt | 3 --- npc/008-2-19/books.txt | 60 ------------------------------------------------ 3 files changed, 67 deletions(-) delete mode 100644 npc/008-2-19/_import.txt delete mode 100644 npc/008-2-19/_warps.txt delete mode 100644 npc/008-2-19/books.txt (limited to 'npc/008-2-19') diff --git a/npc/008-2-19/_import.txt b/npc/008-2-19/_import.txt deleted file mode 100644 index 1d12e589..00000000 --- a/npc/008-2-19/_import.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Map 008-2-19: Mining Camp Basement -// This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/008-2-19/_warps.txt", -"npc/008-2-19/books.txt", diff --git a/npc/008-2-19/_warps.txt b/npc/008-2-19/_warps.txt deleted file mode 100644 index ec68b70c..00000000 --- a/npc/008-2-19/_warps.txt +++ /dev/null @@ -1,3 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 008-2-19: Mining Camp Basement warps -008-2-19,20,26,0 warp #008-2-19_20_26 0,0,008-2-17,24,32 diff --git a/npc/008-2-19/books.txt b/npc/008-2-19/books.txt deleted file mode 100644 index 2c6a2112..00000000 --- a/npc/008-2-19/books.txt +++ /dev/null @@ -1,60 +0,0 @@ -// Evol scripts. -// Author: -// gumi -// Quest states: -// [1] 0 - cannot do the quest -// [1] 1 - can do the quest -// [1] 2 - talked to inspector (1) <= start -// [1] 3 - talked to old woman (1) -// [1] 4 - talked to old woman (2) -// [1] 5 - talked to inspector (2) -// [1] 6 - talked to troupe leader (1) -// [1] 7 - talked to inspector (3) -// [1] 8 - talked to old man -// [1] 9 - talked to old woman (3) -// [1] 10 - talked to inspector (4) -// [1] 11 - talked to old woman (4) -// [1] 12 - talked to malek -// [1] 13 - searched the bookcase -// [1] 14 - talked to inspector (5) -// [1] 15 - talked to troupe leader (2) <= reward -// [1] 16 - talked to inspector (6) <= reward, end -// [2] unused -// [3] unused -// [t] unused -// Description: -// robberies in hurnscald - -008-2-19,33,21,0 script bookcase NPC_NO_SPRITE,{ - - if (getq(.quest_inspector) != 12) - { - dispbottom(l("You see an ordinary bookcase.")); - end; - } - - narrator( - l("You see an ordinary bookcase."), - l("Looking over closely, you find a book that is upside down."), - l("The book has been hollowed out."), - l("Inside is a theater mask and a note that you cannot even begin to read.")); - - close2; - setq(.quest_inspector, 13); - end; - -OnInit: - .quest_inspector = HurnscaldQuests_Inspector; - .quest_debug = .quest_inspector; - .distance = 1; - -////////// UNFINISHED ////////// -//////////////////////////////// -// REMOVE THIS CODE WHEN THIS // -// NPC IS NO LONGER A WIP ////// -//////////////////////////////// -//if (!debug) disablenpc(.name$); -///////// UNFINISHED /////////// - - end; -} -- cgit v1.2.3-70-g09d2