From 7f69fae910ead759115f72ca1ba0bbaffccd983c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 Aug 2018 20:27:32 -0300 Subject: Update Server Updates descriptions and clean up some stuff. --- npc/003-3/malindou.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index f10455cd4..2dd89a825 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -35,34 +35,30 @@ OnInit: $UPDATE=1529281965; debugmes ""; debugmes "* Please set #BankP for bankers"; + debugmes "* Automatically creatining minimal GP reserves for Hasan Autumn's Quest"; debugmes ""; - //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server + $HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); } // Current UPDATE value: Dom Jun 30 22:44:46 -03 2018 if ($UPDATE < 1530409486) { $UPDATE=1530409486; debugmes ""; - debugmes "* Clearing invalid items"; + debugmes "* Clearing invalid (deleted) items"; debugmes ""; DelItemFromEveryPlayer(729); - //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server } // Current UPDATE value: Qui Jul 12 02:40:02 -03 2018 if ($UPDATE < 1531374002) { $UPDATE=1531374002; debugmes ""; - //debugmes "* DESTROYING EVERY POLISHED EMERALD OR AMETHYST"; - //debugmes "* Reason: Item ID Violation!"; debugmes "* WARNING! WARNING! WARNING!"; debugmes "* ITEM ID VIOLATION DETECTED!"; debugmes ""; debugmes "* ALL POLISHED EMERALDS BECOME POLISHED AMETHYSTS, AND VICE-VERSA!"; - debugmes "* All players must contact a GM to do the swap."; + debugmes "* This should not have an effect ingame."; debugmes ""; - //DelItemFromEveryPlayer(5033); - //DelItemFromEveryPlayer(5036); - //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server } + // Current UPDATE value: Qui Ago 2 13:58:17 -03 2018 if ($UPDATE < 1533229097) { $UPDATE=1533229097; debugmes ""; @@ -72,6 +68,7 @@ OnInit: query_sql("UPDATE `quest` SET `count1` = '2' WHERE `quest`.`quest_id`="+LoFQuest_Fairy+" AND `count1` = '3'"); DelItemFromEveryPlayer(SkullMask); } + // Current UPDATE value: Qua Ago 8 11:04:10 -03 2018 if ($UPDATE < 1533737050) { $UPDATE=1533737050; debugmes ""; -- cgit v1.2.3-60-g2f50