summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorHal9OOO <miglietta.francesco@gmail.com>2012-12-01 23:34:12 +0100
committerHal9OOO <miglietta.francesco@gmail.com>2012-12-01 23:34:12 +0100
commit6538cba1fcff4af876155787d790c7812bdb44ae (patch)
treecab26c0f938a20f31c34131404ef3639ce571bf8 /npc
parentdd5fa80b1b6c5870bdb60438d131d4e0063fd2a3 (diff)
downloadserverdata-6538cba1fcff4af876155787d790c7812bdb44ae.tar.gz
serverdata-6538cba1fcff4af876155787d790c7812bdb44ae.tar.bz2
serverdata-6538cba1fcff4af876155787d790c7812bdb44ae.tar.xz
serverdata-6538cba1fcff4af876155787d790c7812bdb44ae.zip
Make warps in 000-2-1 map reliable to use. (Quality Assurance)
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-0/_warps.txt2
-rw-r--r--npc/000-2-1/_warps.txt2
-rw-r--r--npc/000-2-1/peter.txt8
-rw-r--r--npc/000-2-2/doors.txt2
4 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-2-0/_warps.txt b/npc/000-2-0/_warps.txt
index 07ff12985..915403754 100644
--- a/npc/000-2-0/_warps.txt
+++ b/npc/000-2-0/_warps.txt
@@ -1,3 +1,3 @@
// 000-2-0 warps
-000-2-0.gat,31,25 warp ToLevel1 -1,-1,000-2-1.gat,71,29
+000-2-0.gat,31,25 warp ToLevel1 -1,-1,000-2-1.gat,72,29
diff --git a/npc/000-2-1/_warps.txt b/npc/000-2-1/_warps.txt
index 99fd46afb..d3da476bb 100644
--- a/npc/000-2-1/_warps.txt
+++ b/npc/000-2-1/_warps.txt
@@ -1,3 +1,3 @@
// 000-2-1 warps
-000-2-1.gat,71,30 warp ToLevel0 -1,-1,000-2-0.gat,31,26
+000-2-1.gat,72,30 warp ToLevel0 -1,-1,000-2-0.gat,31,26
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 0ceaca8ec..a849c7633 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -33,7 +33,7 @@
// [8] = Shows how many seconds passed since ratto number 4 died.
// [9] = Shows how many seconds passed since the player started the quest.
-000-2-1.gat,71,34,0,1 script AreaNPC 0,0,1,{
+000-2-1.gat,72,34,0,1 script AreaNPC 0,0,1,{
OnTouch:
if (BaseLevel < 5) goto L_Stop;
@@ -107,7 +107,7 @@ OnTooWeak:
goto L_Close;
OnStop:
- warp "000-2-1",71,36;
+ warp "000-2-1",72,36;
mesn;
mesq l("You can't go there!");
@@ -224,7 +224,7 @@ OnDontneedHelp:
L_Timeout:
mesn;
mesq l("Hey! Be careful. You can't stay in this basement for so long, you're going to get sick. Come outside and take a break, maybe you can try again later.");
- warp "000-2-1", 71, 36;
+ warp "000-2-1", 72, 36;
goto L_CleaningClose;
@@ -238,7 +238,7 @@ L_Dead:
goto L_CleaningEnd;
L_Done:
- warp "000-2-1", 71, 36;
+ warp "000-2-1", 72, 36;
set @q, getq(ShipQuests_Peter);
if (@q == 2 || @q == 4) goto L_Reward;
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt
index 17ff92130..942ddab39 100644
--- a/npc/000-2-2/doors.txt
+++ b/npc/000-2-2/doors.txt
@@ -29,7 +29,7 @@ l_Warn:
close;
l_Warp:
- warp "000-2-1", 71, 36;
+ warp "000-2-1", 72, 36;
close;
}