diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-01 11:56:43 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-01 11:56:43 -0200 |
commit | 3845c0c7ee1a04058d876b12b28354725e26a2ef (patch) | |
tree | 30de04fd3fe6f67b8c04810f9fc0b037cb83ed63 /npc/003-3/malindou.txt | |
parent | 14231b3ba4e0b7540ff671d9114ff8a10aa59f22 (diff) | |
download | serverdata-3845c0c7ee1a04058d876b12b28354725e26a2ef.tar.gz serverdata-3845c0c7ee1a04058d876b12b28354725e26a2ef.tar.bz2 serverdata-3845c0c7ee1a04058d876b12b28354725e26a2ef.tar.xz serverdata-3845c0c7ee1a04058d876b12b28354725e26a2ef.zip |
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
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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)"; |