From 29c3fbfaff93a302509e8530a1743df0fa0387d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 2 Aug 2018 14:01:45 -0300 Subject: Reproccess Fafi Dragon quest, and update reward. Double exp for victors. --- npc/003-3/malindou.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 0a8f51d31..64904fe1b 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -63,6 +63,15 @@ OnInit: //DelItemFromEveryPlayer(5036); //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server } + if ($UPDATE < 1533229097) { + $UPDATE=1533229097; + debugmes ""; + debugmes "* ERASING all victories with Fafi Dragon"; + debugmes ""; + query_sql("UPDATE `quest` SET `count1` = '1' WHERE `quest`.`quest_id`="+LoFQuest_Fairy+" AND `count1` = '2'"); + query_sql("UPDATE `quest` SET `count1` = '2' WHERE `quest`.`quest_id`="+LoFQuest_Fairy+" AND `count1` = '3'"); + DelItemFromEveryPlayer(SkullMask); + } -- cgit v1.2.3-60-g2f50