diff options
author | Reid <reidyaro@gmail.com> | 2012-05-17 02:03:30 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-17 02:03:30 +0200 |
commit | 25ac9e417768f5caac0810ec7b13901a75182152 (patch) | |
tree | 6e2684f2ca8473504181b226ebd55a0be4b6132a /npc/000-1/muller.txt | |
parent | 66fc1bc2fcb5b9a0835e37ee6f4bd75773753f67 (diff) | |
download | serverdata-25ac9e417768f5caac0810ec7b13901a75182152.tar.gz serverdata-25ac9e417768f5caac0810ec7b13901a75182152.tar.bz2 serverdata-25ac9e417768f5caac0810ec7b13901a75182152.tar.xz serverdata-25ac9e417768f5caac0810ec7b13901a75182152.zip |
Add muller NPC,
Correct mickael script.
Diffstat (limited to 'npc/000-1/muller.txt')
-rw-r--r-- | npc/000-1/muller.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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 |