summaryrefslogtreecommitdiff
path: root/npc/001-2-22
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-20 16:03:49 +0100
committerReid <reidyaro@gmail.com>2016-02-20 16:03:49 +0100
commit6592612e871afb2c0ec85422bfdd8abc037260c6 (patch)
tree6449e457e8cf4082e0231ff03590960572ddf9d2 /npc/001-2-22
parentc8f58bb7b50705134d135076f1821d011abdaec6 (diff)
downloadserverdata-6592612e871afb2c0ec85422bfdd8abc037260c6.tar.gz
serverdata-6592612e871afb2c0ec85422bfdd8abc037260c6.tar.bz2
serverdata-6592612e871afb2c0ec85422bfdd8abc037260c6.tar.xz
serverdata-6592612e871afb2c0ec85422bfdd8abc037260c6.zip
Space more ratto respawns in peter quests (40s -> 45s).
Diffstat (limited to 'npc/001-2-22')
-rw-r--r--npc/001-2-22/peter.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-2-22/peter.txt b/npc/001-2-22/peter.txt
index a71c7df3..b2cf2b30 100644
--- a/npc/001-2-22/peter.txt
+++ b/npc/001-2-22/peter.txt
@@ -228,10 +228,10 @@ L_CheckRattos:
if ($@ARTIS_RAT1_CONTROL[2]) $@ARTIS_RAT1_CONTROL[6] = $@ARTIS_RAT1_CONTROL[6] + 2;
if ($@ARTIS_RAT1_CONTROL[3]) $@ARTIS_RAT1_CONTROL[7] = $@ARTIS_RAT1_CONTROL[7] + 2;
if ($@ARTIS_RAT1_CONTROL[4]) $@ARTIS_RAT1_CONTROL[8] = $@ARTIS_RAT1_CONTROL[8] + 2;
- if ($@ARTIS_RAT1_CONTROL[5] > 40) doevent "RattosControl#001-2-23::OnRatto1Respawn";
- if ($@ARTIS_RAT1_CONTROL[6] > 40) doevent "RattosControl#001-2-23::OnRatto2Respawn";
- if ($@ARTIS_RAT1_CONTROL[7] > 40) doevent "RattosControl#001-2-23::OnRatto3Respawn";
- if ($@ARTIS_RAT1_CONTROL[8] > 40) doevent "RattosControl#001-2-23::OnRatto4Respawn";
+ if ($@ARTIS_RAT1_CONTROL[5] > 45) doevent "RattosControl#001-2-23::OnRatto1Respawn";
+ if ($@ARTIS_RAT1_CONTROL[6] > 45) doevent "RattosControl#001-2-23::OnRatto2Respawn";
+ if ($@ARTIS_RAT1_CONTROL[7] > 45) doevent "RattosControl#001-2-23::OnRatto3Respawn";
+ if ($@ARTIS_RAT1_CONTROL[8] > 45) doevent "RattosControl#001-2-23::OnRatto4Respawn";
L_NotYet:
setnpctimer 0;