From 21550880038f7adf3350fb6a2f64d3d98c7cc4da Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Feb 2020 02:12:59 -0300 Subject: 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. --- npc/003-3/malindou.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/003-3') 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 ""; } -- cgit v1.2.3-70-g09d2