diff options
author | Reid <reidyaro@gmail.com> | 2012-08-31 01:01:46 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-08-31 01:01:46 +0200 |
commit | b2f9ac571a889bb17313a26e4ef7b6008733650b (patch) | |
tree | 469f517db18a4b16c61cc200cc6f018e64b21791 /npc/000-1/couwan.txt | |
parent | 05c8e9bd0d3dd4ee8aff9955b4dd63aaad81bb80 (diff) | |
download | serverdata-b2f9ac571a889bb17313a26e4ef7b6008733650b.tar.gz serverdata-b2f9ac571a889bb17313a26e4ef7b6008733650b.tar.bz2 serverdata-b2f9ac571a889bb17313a26e4ef7b6008733650b.tar.xz serverdata-b2f9ac571a889bb17313a26e4ef7b6008733650b.zip |
Add Ale, Couwan, Gulukan, Jalad and Tibbo NPC,
Remove Piou's monster from 000-1 map,
Add New NPCs to the import list.
Diffstat (limited to 'npc/000-1/couwan.txt')
-rw-r--r-- | npc/000-1/couwan.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/000-1/couwan.txt b/npc/000-1/couwan.txt new file mode 100644 index 00000000..68504240 --- /dev/null +++ b/npc/000-1/couwan.txt @@ -0,0 +1,14 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// . + +000-1.gat,89,36,0,1 script Couwan 111;2,{ + + mesn; + mesq l("Hello world!"); + + close; + +} |