diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 02:12:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 02:12:59 -0300 |
commit | 21550880038f7adf3350fb6a2f64d3d98c7cc4da (patch) | |
tree | c80535bdddda8e536989970bebeb7624eaafacb5 /npc/003-3/malindou.txt | |
parent | b6597220a1096ab68f3753e577a86dc8c383ea31 (diff) | |
download | serverdata-21550880038f7adf3350fb6a2f64d3d98c7cc4da.tar.gz serverdata-21550880038f7adf3350fb6a2f64d3d98c7cc4da.tar.bz2 serverdata-21550880038f7adf3350fb6a2f64d3d98c7cc4da.tar.xz serverdata-21550880038f7adf3350fb6a2f64d3d98c7cc4da.zip |
If you finished Lua but haven't talked to Airlia yet:
Force your status back to before talking to Lua.
Yes, you'll have to do Lua's Quest again.
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 1346f9666..bdd00cc06 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -484,12 +484,16 @@ OnInit: debugmes ""; } // Current UPDATE value: Sef Fev 24 12:15:12 BRT 2020 - // Bull Helmet fix + // Release 11.1 final if ($UPDATE < 1582557312) { $UPDATE=1582557312; ReplaceItemFromEveryPlayer(RiceHat, BullHelmet); + DelItemFromEveryPlayer(SilverEasteregg); + query_sql("UPDATE `quest` SET `count1` = '2' WHERE `quest`.`quest_id`="+General_Narrator+" AND `count1` = '3'"); debugmes ""; debugmes "* Bull Helmet Fix"; + debugmes "* Remove Silver Easter Eggs"; + debugmes "* Lua Quest Reset"; debugmes ""; } |