From 3845c0c7ee1a04058d876b12b28354725e26a2ef Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 1 Jan 2019 11:56:43 -0200 Subject: Start redesigning main storyline. Second stop is Hurnscald Prefecture, which is TODO. Halinarzo main quest arc will end up being thrown to level 50 players it seems --- npc/003-3/malindou.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/003-3') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 5156d41e8..d75266377 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -191,7 +191,7 @@ OnInit: debugmes ""; } // Current UPDATE value: Seg Dez 31 11:45:35 -02 2018 - // Update players position (002-x). Update Peter Quest + // Update players position (002-x). Update Peter Quest. Update Main quest. if ($UPDATE < 1546263935) { query_sql("UPDATE `char` SET `last_x` = '53' WHERE `char`.`last_map`='002-1'"); query_sql("UPDATE `char` SET `last_y` = '38' WHERE `char`.`last_map`='002-1'"); @@ -201,6 +201,7 @@ OnInit: query_sql("UPDATE `char` SET `last_y` = '38' WHERE `char`.`last_map`='002-4'"); query_sql("UPDATE `quest` SET `count1` = '2' WHERE `quest`.`quest_id`="+ShipQuests_Peter+" AND `count1` >= '3'"); + query_sql("UPDATE `quest` SET `count1` = '1' WHERE `quest`.`quest_id`="+General_Narrator+" AND `count1` >= '2'"); $UPDATE=1546263935; debugmes ""; debugmes "* Update players position (Nard's Ship)"; -- cgit v1.2.3-60-g2f50