summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-12-30 01:39:55 +0100
committerReid <reidyaro@gmail.com>2011-12-30 01:39:55 +0100
commit0225803c67f78d622ee341944a93412bffa9633d (patch)
treea82835c8cb250c713c389ffb7645e322a31fbfe8
parent2ec0c9f26c9dfb41a8c18540797a6aee13930e82 (diff)
downloadserverdata-0225803c67f78d622ee341944a93412bffa9633d.tar.gz
serverdata-0225803c67f78d622ee341944a93412bffa9633d.tar.bz2
serverdata-0225803c67f78d622ee341944a93412bffa9633d.tar.xz
serverdata-0225803c67f78d622ee341944a93412bffa9633d.zip
Add devis npc.
-rw-r--r--npc/000-2-1/_import.txt3
-rw-r--r--npc/000-2-1/devis.txt17
2 files changed, 19 insertions, 1 deletions
diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt
index d5fc532c..dbeed696 100644
--- a/npc/000-2-1/_import.txt
+++ b/npc/000-2-1/_import.txt
@@ -3,4 +3,5 @@ npc: npc/000-2-1/_mobs.txt
npc: npc/000-2-1/_warps.txt
npc: npc/000-2-1/alige.txt
npc: npc/000-2-1/ronan.txt
-npc: npc/000-2-1/peter.txt \ No newline at end of file
+npc: npc/000-2-1/peter.txt
+npc: npc/000-2-1/devis.txt \ No newline at end of file
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
new file mode 100644
index 00000000..d2a6c12c
--- /dev/null
+++ b/npc/000-2-1/devis.txt
@@ -0,0 +1,17 @@
+// Evol scripts.
+// Authors:
+// Vasily_Makarov
+// Reid
+
+000-2-1.gat,22,38,0,1 script Devis 310,{
+ mesn;
+ set @q, rand(2);
+ if (@q == 0) goto l_Zzz;
+ goto l_Grm;
+ l_Zzz:
+ mes "Zzzzzzzzzz";
+ close;
+ l_Grm:
+ mes "Ggrmm grmmm...";
+ close;
+}