summaryrefslogtreecommitdiff
path: root/npc/020-2-10
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 13:33:57 -0300
commitcf18ce071c79ae37e14ea38943e0b1d88da70a7b (patch)
treef9159c9b60b3018300dd22ffba0d797bc5e828e5 /npc/020-2-10
parent8a4bf716002a017de77fe7df301ef8e4aaf00a2e (diff)
downloadserverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.gz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.bz2
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.tar.xz
serverdata-cf18ce071c79ae37e14ea38943e0b1d88da70a7b.zip
Override
Diffstat (limited to 'npc/020-2-10')
-rw-r--r--npc/020-2-10/_import.txt4
-rw-r--r--npc/020-2-10/_warps.txt4
-rw-r--r--npc/020-2-10/hetchel.txt33
3 files changed, 0 insertions, 41 deletions
diff --git a/npc/020-2-10/_import.txt b/npc/020-2-10/_import.txt
deleted file mode 100644
index 0f59e421..00000000
--- a/npc/020-2-10/_import.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// Map 020-2-10: Tailor
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/020-2-10/_warps.txt",
-"npc/020-2-10/hetchel.txt",
diff --git a/npc/020-2-10/_warps.txt b/npc/020-2-10/_warps.txt
deleted file mode 100644
index 099f754a..00000000
--- a/npc/020-2-10/_warps.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Map 020-2-10: Tailor warps
-020-2-10,45,33,0 warp #020-2-10_45_33 0,0,020-1,264,153
-020-2-10,34,33,0 warp #020-2-10_34_33 0,0,020-1,259,153
diff --git a/npc/020-2-10/hetchel.txt b/npc/020-2-10/hetchel.txt
deleted file mode 100644
index faed2b99..00000000
--- a/npc/020-2-10/hetchel.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Hetchel, the silk weaver / tailor in Tulimshar.
-// THIS IS A PLACEHOLDER!
-
-020-2-10,45,27,0 script Hetchel NPC_HETCHEL,{
- setq2 TonoriQuest_Kylian, getq2(TonoriQuest_Kylian) | KYLIAN_HETCHEL;
- speech
- l("Hi there. I am Hetchel, I weave fine textiles."),
- l("My best client is Lora Tay, at Dimond's."),
- l("So if you want, you can talk to her instead."),
- l("Tailoring is in decline and I have nothing to sell nor teach."),
- l("Unless you want to try doing it yourself?");
- next;
- do
- {
- mes "";
- .@s = SmithSystem(CRAFT_TAILORING);
- if (.@s)
- mesc l("Success!"), 3;
- else
- mesc l("That didn't work!"), 1;
- next;
- mesc l("Do you want to continue?");
- } while (askyesno() != ASK_YES);
- close;
-
-OnInit:
- .distance = 4;
- end;
-}