diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-04-18 21:21:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-04-18 21:21:00 -0300 |
commit | 0155d5fc53646ad2070b56a981da34cbced2cc9b (patch) | |
tree | 1bfda0565c30d900d8521cf8408c6f7fc06e1675 | |
parent | 1b41e3152d16a4b9c0b40e792c3a0ddccfa08ec9 (diff) | |
download | serverdata-0155d5fc53646ad2070b56a981da34cbced2cc9b.tar.gz serverdata-0155d5fc53646ad2070b56a981da34cbced2cc9b.tar.bz2 serverdata-0155d5fc53646ad2070b56a981da34cbced2cc9b.tar.xz serverdata-0155d5fc53646ad2070b56a981da34cbced2cc9b.zip |
Add a statue where 2022 scoreboards were supposed to be. Explain stuff.
-rw-r--r-- | npc/003-0-1/statues.txt | 32 | ||||
-rw-r--r-- | npc/items/books.txt | 4 |
2 files changed, 34 insertions, 2 deletions
diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt index e127e2cd4..20ed398f6 100644 --- a/npc/003-0-1/statues.txt +++ b/npc/003-0-1/statues.txt @@ -125,3 +125,35 @@ OnInit: end; } +003-0-1,68,24,0 script #Statue2022 NPC_STATUE_R176,{ + + mes l("After the Great Fire, the annual scoreboards were no longer inscribed in stone."); + mes l("However, the events kept happening:"); + mes ""; + mesc l("TMW2 Project Anniversary: January 13"); + mes l("Valentine's Day: February 13 - 16"); + mes l("TMW2 Day: March 1 - 7"); + mesc l("TMW2 Server Anniversary: March 2"); + mes l("St. Patrick Day: March 15 - 19"); + mesc l("Spring starts on March 20"), 3; + mes l("Easter: April 17 - 24"); + mes l("Worker Day: April 27 - May 3"); + mesc l("Summer starts on June 21"), 3; + mesc l("Jesusalva Anniversary: June 21"); + mesc l("International Chocolate Day: July 7"); + mesc l("Moubootaur Legends' Gambling Day: August 1 and 10"); + mesc l("Free Software Day: September 9"); + mesc l("Autumn starts on September 22"), 3; + mesc l("International Coffee Day: October 1"); + if ($GAME_STORYLINE < 5) + mes l("Thanksgiving: November 1 - 29"); + mes l("Christmas: December 19 - January 2"); + mesc l("Winter starts on December 21"), 3; + close; + +OnInit: + .sex = G_OTHER; + .distance = 4; + end; +} + diff --git a/npc/items/books.txt b/npc/items/books.txt index 86162f146..ff3909c09 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -639,9 +639,9 @@ function read_book { rif2(11, getskilllv(TMW2_COOKING), l("Open Cooking Manual")), //rif2(12, getq(General_Narrator) >= 16, l("Open Homunculus Manual")), rif2(12, getq(LoFQuest_EPISODE) >= 17, l("Ch 6 — The Originals")), - rif2(13, false, l("Ch 7 — The World's Edge")), + rif2(13, getq(NivalisQuest_BlueSage) >= 12, l("Ch 7 — The World's Edge")), rif2(14, getq(General_Narrator) >= 16, l("Ch 8 — Homunculus Manual")), - rif2(15, false, l("Ch 9 — The World's Heart")), + rif2(15, getq(LoFQuest_Barbara) >= 5, l("Ch 9 — The World's Heart")), rif2(16, false, l("Ch 10 — The Moubootaur vs Mana Source")), l("Close"); mes ""; |