From 6538cba1fcff4af876155787d790c7812bdb44ae Mon Sep 17 00:00:00 2001 From: Hal9OOO Date: Sat, 1 Dec 2012 23:34:12 +0100 Subject: Make warps in 000-2-1 map reliable to use. (Quality Assurance) --- npc/000-2-0/_warps.txt | 2 +- npc/000-2-1/_warps.txt | 2 +- npc/000-2-1/peter.txt | 8 ++++---- npc/000-2-2/doors.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'npc') 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; } -- cgit v1.2.3-60-g2f50