From cd3a35e65c1723cce5d02eb901c9d6eb4d9d3fca Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Mar 2020 16:06:21 -0300 Subject: Doomsday remaining stuff - publish news, handle Valentine Rewards, etc... (#548) Add stuff which is missing from Doomsday + Valentine + St. Patrick Day. Ammend the news. --- world/map/db/item_db_head.txt | 4 +++- world/map/news.d/81-news-2020-02-25.txt | 26 ++++++++++++++++++++------ world/map/npc/commands/valentine.txt | 21 +++++++++++++++++++++ 3 files changed, 44 insertions(+), 7 deletions(-) diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt index 3b63bc1e..33b2d561 100644 --- a/world/map/db/item_db_head.txt +++ b/world/map/db/item_db_head.txt @@ -204,4 +204,6 @@ 5232, GreenPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} 5233, BluePresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} 5234, YellowPresentHat, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} -5238, AFKCap, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5238, AFKCap, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} +5239, Aureole, 5, 1000, 1, 60, 0, 0, 0, 0, 0, 2, 256, 0, 0, 0, {}, {bonus bFlee, 50;} +5240, SmileyCap, 5, 1000, 1, 60, 0, 1, 0, 0, 0, 2, 256, 0, 0, 0, {}, {} diff --git a/world/map/news.d/81-news-2020-02-25.txt b/world/map/news.d/81-news-2020-02-25.txt index 1f1a399c..fcddaecb 100644 --- a/world/map/news.d/81-news-2020-02-25.txt +++ b/world/map/news.d/81-news-2020-02-25.txt @@ -1,15 +1,29 @@ {title:Act 2 - The Invasion} {date:2020-02-25} -Hello Everyone! +{b}Doomsday Event - The Invasion{/b} -This is the second act of Doomsday Event. +The Mage Council of Tulimshar has monitored events +following the Great Quake and feel that something +ominous is spreading throughout The Mana World. +Monsters seem to of come out of every shadowy corner +and petty dieties has begun to make presence in dark +places. The council has made the call and you are +just one of the many people that will battle the +forces of evil, sending them back to the depths they +came from. -Unfortunately, I cannot tell you much as it have not yet started. -But I can say a few things: There'll be a new monster, and a new rare -hat, which rivals with Bull Helmet, will be released. +Be it warrior, archer or mage, you have answered the +call from the leaders of the world to fight back the +darkness that spread after the Great Quake. Even so, +the monsters strength is overwhelming, and not even +Tormenta is staying behind the eternal seals any longer. -Keep watching forums for Prsm's announcements! +And sensing adventurers and the mana world residents +weakness, someone decided it was a good idea to send an +invading army... + +Read details on {link:https://forums.themanaworld.org/viewtopic.php?p=160197#p160197} {b}Minor Corrections{/b} diff --git a/world/map/npc/commands/valentine.txt b/world/map/npc/commands/valentine.txt index dbc3474f..426847c6 100644 --- a/world/map/npc/commands/valentine.txt +++ b/world/map/npc/commands/valentine.txt @@ -11,6 +11,27 @@ OnValentine: L_AlreadyDone: message strcharinfo(0), "You are already registered for Valentine Event."; + // Handle exp ports + if (strcharinfo(0) == "dangerDuck") + getexp 818051, 0; + if (strcharinfo(0) == "Rill") + getexp 488725, 0; + if (strcharinfo(0) == "Blue Sky") + getexp 518399, 0; + if (strcharinfo(0) == "+seeds") + getexp 373416, 0; + if (strcharinfo(0) == "karen123") + getexp 627846, 0; + if (strcharinfo(0) == "luanaf") + getexp 540955, 0; + if (strcharinfo(0) == "Cirno9") + getexp 3241, 0; + if (strcharinfo(0) == "mifritscher") + getexp 19723, 0; + if (strcharinfo(0) == "Jesusalva") + getexp 79880, 0; + message strcharinfo(0), "Rewards have already been claimed."; + set #VALENTINE20_INDEX, 0; end; L_Register: -- cgit v1.2.3-60-g2f50