diff options
author | Reid <reidyaro@gmail.com> | 2016-02-20 16:03:49 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-02-20 16:03:49 +0100 |
commit | 6592612e871afb2c0ec85422bfdd8abc037260c6 (patch) | |
tree | 6449e457e8cf4082e0231ff03590960572ddf9d2 | |
parent | c8f58bb7b50705134d135076f1821d011abdaec6 (diff) | |
download | serverdata-6592612e871afb2c0ec85422bfdd8abc037260c6.tar.gz serverdata-6592612e871afb2c0ec85422bfdd8abc037260c6.tar.bz2 serverdata-6592612e871afb2c0ec85422bfdd8abc037260c6.tar.xz serverdata-6592612e871afb2c0ec85422bfdd8abc037260c6.zip |
Space more ratto respawns in peter quests (40s -> 45s).
-rw-r--r-- | npc/000-2-1/peter.txt | 8 | ||||
-rw-r--r-- | npc/001-2-22/peter.txt | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 8d06050b..9b929973 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -228,10 +228,10 @@ L_CheckRattos: if ($@RAT_SAILOR_CONTROL[2]) $@RAT_SAILOR_CONTROL[6] = $@RAT_SAILOR_CONTROL[6] + 2; if ($@RAT_SAILOR_CONTROL[3]) $@RAT_SAILOR_CONTROL[7] = $@RAT_SAILOR_CONTROL[7] + 2; if ($@RAT_SAILOR_CONTROL[4]) $@RAT_SAILOR_CONTROL[8] = $@RAT_SAILOR_CONTROL[8] + 2; - if ($@RAT_SAILOR_CONTROL[5] > 40) doevent "RattosControl::OnRatto1Respawn"; - if ($@RAT_SAILOR_CONTROL[6] > 40) doevent "RattosControl::OnRatto2Respawn"; - if ($@RAT_SAILOR_CONTROL[7] > 40) doevent "RattosControl::OnRatto3Respawn"; - if ($@RAT_SAILOR_CONTROL[8] > 40) doevent "RattosControl::OnRatto4Respawn"; + if ($@RAT_SAILOR_CONTROL[5] > 45) doevent "RattosControl::OnRatto1Respawn"; + if ($@RAT_SAILOR_CONTROL[6] > 45) doevent "RattosControl::OnRatto2Respawn"; + if ($@RAT_SAILOR_CONTROL[7] > 45) doevent "RattosControl::OnRatto3Respawn"; + if ($@RAT_SAILOR_CONTROL[8] > 45) doevent "RattosControl::OnRatto4Respawn"; L_NotYet: setnpctimer 0; 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; |