diff options
author | Reid <reidyaro@gmail.com> | 2011-12-29 04:09:03 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-29 04:09:03 +0100 |
commit | 2ec0c9f26c9dfb41a8c18540797a6aee13930e82 (patch) | |
tree | 895206d38549e5e57dfaf4ca330ac1d338b4e100 | |
parent | b5aca9ae16e25402fd0ea1dc933c8d1b768eba0c (diff) | |
download | serverdata-2ec0c9f26c9dfb41a8c18540797a6aee13930e82.tar.gz serverdata-2ec0c9f26c9dfb41a8c18540797a6aee13930e82.tar.bz2 serverdata-2ec0c9f26c9dfb41a8c18540797a6aee13930e82.tar.xz serverdata-2ec0c9f26c9dfb41a8c18540797a6aee13930e82.zip |
Add ronan on 000-0-0 map.
-rw-r--r-- | npc/000-0-0/_import.txt | 1 | ||||
-rw-r--r-- | npc/000-0-0/ronan.txt | 16 | ||||
-rw-r--r-- | npc/000-2-0/_import.txt | 2 |
3 files changed, 18 insertions, 1 deletions
diff --git a/npc/000-0-0/_import.txt b/npc/000-0-0/_import.txt index 437c86ca..84c9b8c9 100644 --- a/npc/000-0-0/_import.txt +++ b/npc/000-0-0/_import.txt @@ -3,3 +3,4 @@ npc: npc/000-0-0/_mobs.txt npc: npc/000-0-0/_warps.txt npc: npc/000-0-0/mapflags.txt npc: npc/000-0-0/sailors.txt +npc: npc/000-0-0/ronan.txt
\ No newline at end of file diff --git a/npc/000-0-0/ronan.txt b/npc/000-0-0/ronan.txt new file mode 100644 index 00000000..1ac13d75 --- /dev/null +++ b/npc/000-0-0/ronan.txt @@ -0,0 +1,16 @@ +// Evol scripts. +// Authors: +// Vasily_Makarov + +000-0-0.gat,25,22,0,1 script Ronan 302,{ + mesn; + set @q, rand(2); + if (@q == 0) goto l_Zzz; + goto l_Snoring; + l_Zzz: + mesq l("Zzzzzzzzzz"); + close; + l_Snoring: + mesq l("Rrrr pchhhh..."); + close; +} diff --git a/npc/000-2-0/_import.txt b/npc/000-2-0/_import.txt index db2467a2..ea67d491 100644 --- a/npc/000-2-0/_import.txt +++ b/npc/000-2-0/_import.txt @@ -2,4 +2,4 @@ map: 000-2-0.gat npc: npc/000-2-0/_mobs.txt npc: npc/000-2-0/_warps.txt npc: npc/000-2-0/julia.txt -npc: npc/000-2-0/doors.txt +npc: npc/000-2-0/doors.txt
\ No newline at end of file |