diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-21 13:22:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-21 13:22:18 -0300 |
commit | 4b55b7c81b789fa588ef44a16a341868ba79b468 (patch) | |
tree | e95d6836864375ce851f395fcbe867b9e153fbe6 /npc/003-3 | |
parent | 491d316a9d99056ed5c9a2e995348f7ea53e10ce (diff) | |
download | serverdata-4b55b7c81b789fa588ef44a16a341868ba79b468.tar.gz serverdata-4b55b7c81b789fa588ef44a16a341868ba79b468.tar.bz2 serverdata-4b55b7c81b789fa588ef44a16a341868ba79b468.tar.xz serverdata-4b55b7c81b789fa588ef44a16a341868ba79b468.zip |
Split Tulimshar Sailors quest in two. First stage gives equipment, second gives GP.
EXP Reward was, thus, doubled.
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 5e574978e..22f0bcd5a 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -390,6 +390,15 @@ OnInit: debugmes "* picklog options Update"; debugmes ""; } + // Current UPDATE value: Sex Jun 21 13:20:21 -03 2019 + // Tulimshar Sailors quest was split in two + if ($UPDATE < 1561134021) { + query_sql("UPDATE `quest` SET `count1` = '4' WHERE `quest`.`quest_id`="+TulimsharQuest_Sailors+" AND `count1` >= '2'"); + $UPDATE=1561134021; + debugmes ""; + debugmes "* Tulimshar Sailors split in two"; + debugmes ""; + } |