summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-05-17 02:03:30 +0200
committerReid <reidyaro@gmail.com>2012-05-17 02:03:30 +0200
commit25ac9e417768f5caac0810ec7b13901a75182152 (patch)
tree6e2684f2ca8473504181b226ebd55a0be4b6132a /npc
parent66fc1bc2fcb5b9a0835e37ee6f4bd75773753f67 (diff)
downloadserverdata-25ac9e417768f5caac0810ec7b13901a75182152.tar.gz
serverdata-25ac9e417768f5caac0810ec7b13901a75182152.tar.bz2
serverdata-25ac9e417768f5caac0810ec7b13901a75182152.tar.xz
serverdata-25ac9e417768f5caac0810ec7b13901a75182152.zip
Add muller NPC,
Correct mickael script.
Diffstat (limited to 'npc')
-rw-r--r--npc/000-1/_import.txt3
-rw-r--r--npc/000-1/mickael.txt3
-rw-r--r--npc/000-1/muller.txt14
3 files changed, 17 insertions, 3 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt
index 28bd8d72..cd5330d2 100644
--- a/npc/000-1/_import.txt
+++ b/npc/000-1/_import.txt
@@ -3,4 +3,5 @@ npc: npc/000-1/_mobs.txt
npc: npc/000-1/_warps.txt
npc: npc/000-1/silvio.txt
npc: npc/000-1/darlin.txt
-npc: npc/000-1/mickael.txt \ No newline at end of file
+npc: npc/000-1/mickael.txt
+npc: npc/000-1/muller.txt \ No newline at end of file
diff --git a/npc/000-1/mickael.txt b/npc/000-1/mickael.txt
index 5091790a..a5418fe0 100644
--- a/npc/000-1/mickael.txt
+++ b/npc/000-1/mickael.txt
@@ -3,9 +3,8 @@
// Reid
// Description:
// Mickael, a sailor which gives some information to the player.
-// Sitting around the raft.
-000-1.gat,24,32,0,1 script Mickael 105,{
+000-1.gat,24,32,0,1 script Mickael 106,{
mesn;
mesq l("Oh, hey you.");
diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt
new file mode 100644
index 00000000..8b43b9ad
--- /dev/null
+++ b/npc/000-1/muller.txt
@@ -0,0 +1,14 @@
+// Evol scripts.
+// Authors:
+// Reid
+// Description:
+// Random NPC searching some foods on the map.
+
+000-1.gat,23,31,0,1 script Muller 104,{
+
+ mesn;
+ mesq l("I think that I'm done, I got a box full of ") + getitemlink("Crocclaw") +"!";
+
+ close;
+
+} \ No newline at end of file