diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-04 02:26:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-04 02:26:47 -0300 |
commit | f42513b62dcdbde815f6ecefd0878bc080c17bfc (patch) | |
tree | 2e149e91692eb2df2a0c7264cd46c94a952a73ce /npc | |
parent | 5523a52f38d1cd2a0f2947ff89661a4d39a42e3a (diff) | |
download | serverdata-f42513b62dcdbde815f6ecefd0878bc080c17bfc.tar.gz serverdata-f42513b62dcdbde815f6ecefd0878bc080c17bfc.tar.bz2 serverdata-f42513b62dcdbde815f6ecefd0878bc080c17bfc.tar.xz serverdata-f42513b62dcdbde815f6ecefd0878bc080c17bfc.zip |
Roll back players story to before visiting Halinarzo
Diffstat (limited to 'npc')
-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 ""; + } |