summaryrefslogtreecommitdiff
path: root/npc/009-2-7
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2-7')
-rw-r--r--npc/009-2-7/_import.txt5
-rw-r--r--npc/009-2-7/_warps.txt3
-rw-r--r--npc/009-2-7/leofwin.txt18
-rw-r--r--npc/009-2-7/umfrey.txt25
4 files changed, 0 insertions, 51 deletions
diff --git a/npc/009-2-7/_import.txt b/npc/009-2-7/_import.txt
deleted file mode 100644
index 5460b7d6..00000000
--- a/npc/009-2-7/_import.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-// Map 009-2-7: Shop
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-"npc/009-2-7/_warps.txt",
-"npc/009-2-7/leofwin.txt",
-"npc/009-2-7/umfrey.txt",
diff --git a/npc/009-2-7/_warps.txt b/npc/009-2-7/_warps.txt
deleted file mode 100644
index f675c6c2..00000000
--- a/npc/009-2-7/_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 009-2-7: Shop warps
-009-2-7,29,36,0 warp #009-2-7_29_36 0,0,009-1,64,187
diff --git a/npc/009-2-7/leofwin.txt b/npc/009-2-7/leofwin.txt
deleted file mode 100644
index c634b9fb..00000000
--- a/npc/009-2-7/leofwin.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Leofwin is now the status reset NPC
-// THIS IS A PLACEHOLDER!
-
-009-2-7,36,30,0 script Leofwin NPC_LEOFWIN,{
- speech
- l("Do you want a Status Reset?");
-
- ConfirmStatusReset();
- close;
-
-OnInit:
- .distance = 4;
- end;
-}
diff --git a/npc/009-2-7/umfrey.txt b/npc/009-2-7/umfrey.txt
deleted file mode 100644
index 5463f7e2..00000000
--- a/npc/009-2-7/umfrey.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Umfrey is the general shopkeeper of Asphodel Moors
-// THIS IS A PLACEHOLDER!
-
-009-2-7,44,30,0 script Umfrey NPC_UMFREY,{
- closeclientdialog;
- shop .name$;
- close;
-
-OnInit:
- .distance = 4;
- tradertype(NST_MARKET);
-
- sellitem TrainingArrow, -1, 20000;
- sellitem DeathPotion, -1, 1;
- end;
-
-OnClock0009:
- restoreshopitem TrainingArrow, 20000;
- restoreshopitem DeathPotion, 1;
- end;
-}