diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 00:50:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 00:50:51 -0300 |
commit | b7e223c55e272e99cd0a01a60979e3e79a888f62 (patch) | |
tree | f500637a77c21dd8b5f4258fd976f1ae0315b4ed /npc/003-3/malindou.txt | |
parent | 808378d0e4f6615b6ac55bd76c17e4ff507398c1 (diff) | |
download | serverdata-b7e223c55e272e99cd0a01a60979e3e79a888f62.tar.gz serverdata-b7e223c55e272e99cd0a01a60979e3e79a888f62.tar.bz2 serverdata-b7e223c55e272e99cd0a01a60979e3e79a888f62.tar.xz serverdata-b7e223c55e272e99cd0a01a60979e3e79a888f62.zip |
Game Storyline Interface, past event transitions accounted!
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 697bf85ea..0e637368e 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -291,6 +291,15 @@ OnInit: debugmes "* Soul Menhir Save Point replaced"; debugmes ""; } + // Current UPDATE value: Sex Abr 26 00:12:35 -03 2019 + // Monster King & Main Storyline System + if ($UPDATE < 1556248355) { + $GAME_STORYLINE=2; + $UPDATE=1556248355; + debugmes ""; + debugmes "* Main Storyline system updated"; + debugmes ""; + } |