diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-02 14:01:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-02 14:01:45 -0300 |
commit | 29c3fbfaff93a302509e8530a1743df0fa0387d2 (patch) | |
tree | 0ae9bb4fa06a86f753800393d096e7ccb5c4b7a1 /npc/003-3 | |
parent | 975f8c084829b9d92e4968ddca94dc5884cc0e6d (diff) | |
download | serverdata-29c3fbfaff93a302509e8530a1743df0fa0387d2.tar.gz serverdata-29c3fbfaff93a302509e8530a1743df0fa0387d2.tar.bz2 serverdata-29c3fbfaff93a302509e8530a1743df0fa0387d2.tar.xz serverdata-29c3fbfaff93a302509e8530a1743df0fa0387d2.zip |
Reproccess Fafi Dragon quest, and update reward. Double exp for victors.
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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); + } |