summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-16 23:27:25 +0200
committerReid <reidyaro@gmail.com>2015-06-16 23:27:25 +0200
commitb8409b308bed1d12c5bb609d435d2138efdd44e2 (patch)
tree4a759102ea8bb3e1f665039fece99f503154af54 /npc
parentdbea74e0827891c695eb7ae6fb1c0127fef0f59e (diff)
downloadserverdata-b8409b308bed1d12c5bb609d435d2138efdd44e2.tar.gz
serverdata-b8409b308bed1d12c5bb609d435d2138efdd44e2.tar.bz2
serverdata-b8409b308bed1d12c5bb609d435d2138efdd44e2.tar.xz
serverdata-b8409b308bed1d12c5bb609d435d2138efdd44e2.zip
Add beuss npc.
Diffstat (limited to 'npc')
-rw-r--r--npc/001-1/_import.txt1
-rw-r--r--npc/001-1/beuss.txt17
2 files changed, 18 insertions, 0 deletions
diff --git a/npc/001-1/_import.txt b/npc/001-1/_import.txt
index 87a56b0eb..56f0a0ef1 100644
--- a/npc/001-1/_import.txt
+++ b/npc/001-1/_import.txt
@@ -3,6 +3,7 @@ npc: npc/001-1/mapflags.txt
npc: npc/001-1/_mobs.txt
npc: npc/001-1/_warps.txt
npc: npc/001-1/artaxe.txt
+npc: npc/001-1/beuss.txt
npc: npc/001-1/cookiemaster.txt
npc: npc/001-1/doors.txt
npc: npc/001-1/harbours.txt
diff --git a/npc/001-1/beuss.txt b/npc/001-1/beuss.txt
new file mode 100644
index 000000000..181b873fc
--- /dev/null
+++ b/npc/001-1/beuss.txt
@@ -0,0 +1,17 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Angry member of the legion of Aemil.
+
+001-1,45,52,0 script Beuss 424,{
+ mesn;
+ mesq l("You are too weak, what a piece of bone like you is doing around here?");
+
+ close;
+
+OnInit:
+ setnpcsex G_MALE;
+ setnpcdistance 2;
+ end;
+}