summaryrefslogtreecommitdiff
path: root/npc/009-2-7/umfrey.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/009-2-7/umfrey.txt')
-rw-r--r--npc/009-2-7/umfrey.txt25
1 files changed, 0 insertions, 25 deletions
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;
-}