summaryrefslogtreecommitdiff
path: root/npc/000-1/ale.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-08-31 01:01:46 +0200
committerReid <reidyaro@gmail.com>2012-08-31 01:01:46 +0200
commitb2f9ac571a889bb17313a26e4ef7b6008733650b (patch)
tree469f517db18a4b16c61cc200cc6f018e64b21791 /npc/000-1/ale.txt
parent05c8e9bd0d3dd4ee8aff9955b4dd63aaad81bb80 (diff)
downloadserverdata-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/ale.txt')
-rw-r--r--npc/000-1/ale.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt
new file mode 100644
index 00000000..60c58868
--- /dev/null
+++ b/npc/000-1/ale.txt
@@ -0,0 +1,14 @@
+// Evol scripts.
+// Author:
+// Reid
+// Description:
+// .
+
+000-1.gat,55,23,0,1 script Ale 105;2,{
+
+ mesn;
+ mesq l("Hello world!");
+
+ close;
+
+}