diff options
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 994e0719e..0304709f3 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -78,7 +78,7 @@ OnInit: debugmes "* SETUP mana stone default values."; debugmes ""; $MANA_BINT=30; - $MANA_BLVL=40; + $MANA_BLVL=30; $MANA_JLVL=10; } // Current UPDATE value: Qui Set 06 13:50:37 -03 2018 @@ -304,6 +304,20 @@ OnInit: debugmes "* Arkim updated"; debugmes ""; } + // Current UPDATE value: Sab Mai 04 02:21:58 -03 2019 + // Remove Return Crystals + if ($UPDATE < 1556947318) { + query_sql("UPDATE `quest` SET `count2` = '7' WHERE `quest`.`quest_id`="+General_Narrator+" AND `count1` >= '6'"); + query_sql("UPDATE `quest` SET `count1` = '5' WHERE `quest`.`quest_id`="+General_Narrator+" AND `count1` >= '6'"); + + DelItemFromEveryPlayer(ReturnPotion); + + $UPDATE=1556947318; + debugmes ""; + debugmes "* Player Storyline modified"; + debugmes "* Return Crystals removed"; + debugmes ""; + } |