summaryrefslogtreecommitdiff
path: root/npc/001-3-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-31 19:09:49 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-31 19:09:49 -0200
commit2f16d8b8c34257733180058c82415d395ea27474 (patch)
tree09a7e0b77ba01cfade269593ee88c02122fd5976 /npc/001-3-0
parentf4ac215d94dc2c5eb58675f79e0be87932f78cc3 (diff)
parent28fdcc18ff9c80fea20414482ecc7c74fd0bf9cf (diff)
downloadserverdata-jesusalva/GuidedTour.tar.gz
serverdata-jesusalva/GuidedTour.tar.bz2
serverdata-jesusalva/GuidedTour.tar.xz
serverdata-jesusalva/GuidedTour.zip
Merge branch 'master' into jesusalva/GuidedTourjesusalva/GuidedTour
Diffstat (limited to 'npc/001-3-0')
-rw-r--r--npc/001-3-0/_import.txt1
-rw-r--r--npc/001-3-0/_mobs.txt2
-rw-r--r--npc/001-3-0/_warps.txt2
-rw-r--r--npc/001-3-0/mundane.txt20
4 files changed, 23 insertions, 2 deletions
diff --git a/npc/001-3-0/_import.txt b/npc/001-3-0/_import.txt
index 320f28ce..5ead6439 100644
--- a/npc/001-3-0/_import.txt
+++ b/npc/001-3-0/_import.txt
@@ -2,3 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/001-3-0/_mobs.txt",
"npc/001-3-0/_warps.txt",
+"npc/001-3-0/mundane.txt",
diff --git a/npc/001-3-0/_mobs.txt b/npc/001-3-0/_mobs.txt
index 18967b07..88caa962 100644
--- a/npc/001-3-0/_mobs.txt
+++ b/npc/001-3-0/_mobs.txt
@@ -15,7 +15,7 @@
001-3-0,175,50,0,4 monster Ratto 1005,2,60000,30000
001-3-0,175,64,3,2 monster Cave Maggot 1027,4,5000,15000
001-3-0,104,75,48,43 monster Cave Maggot 1027,25,500,2000
-001-3-0,91,67,3,5 monster Cave Maggot 1027,3,500,2000
+001-3-0,90,67,2,5 monster Cave Maggot 1027,3,500,2000
001-3-0,128,86,3,5 monster Green Slime 1024,3,500,2000
001-3-0,42,103,3,5 monster Green Slime 1024,3,500,2000
001-3-0,120,85,7,2 monster Little Green Slime 1025,2,500,2000
diff --git a/npc/001-3-0/_warps.txt b/npc/001-3-0/_warps.txt
index a2d4e9e2..d192e4ef 100644
--- a/npc/001-3-0/_warps.txt
+++ b/npc/001-3-0/_warps.txt
@@ -3,6 +3,6 @@
001-3-0,196,35,0 warp #001-3-0_196_35 0,0,001-1,197,35
001-3-0,172,41,0 warp #001-3-0_172_41 0,0,001-3-1,34,58
001-3-0,162,40,0 warp #001-3-0_162_40 0,0,001-3-1,23,57
-001-3-0,198,59,0 warp #001-3-0_198_59 0,0,001-1,199,61
+001-3-0,198,60,0 warp #001-3-0_198_60 0,0,001-1,199,61
001-3-0,152,55,0 warp #001-3-0_152_55 0,0,001-1,152,51
001-3-0,85,130,0 warp #001-3-0_85_130 0,0,001-1,86,130
diff --git a/npc/001-3-0/mundane.txt b/npc/001-3-0/mundane.txt
new file mode 100644
index 00000000..51ffb1bd
--- /dev/null
+++ b/npc/001-3-0/mundane.txt
@@ -0,0 +1,20 @@
+// Evol scripts.
+// Author:
+// Micksha
+// Description:
+// Mundane, Monas dad, lost in sewers.
+// THIS IS A PLACEHOLDER!
+
+001-3-0,97,66,0 script Mundane#001-3-0 NPC_MUNDANE,{
+ speech
+ l("Oh, Hi."),
+ l("I didn't expect someone coming here. I need help.");
+ lg("Do you know the way out of here? My daughter Mona may worry already.");
+
+ close;
+
+OnInit:
+ .sex = G_MALE;
+ .distance = 2;
+ end;
+}