diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-01-19 17:43:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-01-19 17:43:44 -0300 |
commit | b8d83a9004a2279dc1c374bd3cc0e06a838996af (patch) | |
tree | 97ea5829447cb5161329cd57b22cf35d801dec3b | |
parent | 7aad3b12465b7c9efc63f82a7ff6cc9101fa20ad (diff) | |
download | serverdata-b8d83a9004a2279dc1c374bd3cc0e06a838996af.tar.gz serverdata-b8d83a9004a2279dc1c374bd3cc0e06a838996af.tar.bz2 serverdata-b8d83a9004a2279dc1c374bd3cc0e06a838996af.tar.xz serverdata-b8d83a9004a2279dc1c374bd3cc0e06a838996af.zip |
Christmas 2024 Apology Gifts
-rw-r--r-- | npc/functions/clientversion.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 4b75e89dd..5cfa593d4 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1333,6 +1333,21 @@ function script clientupdater { dispbottom l("Enough time has passed, so maybe Jhon Henryfield has forgotten your previous offenses?"); // ;-- TRANSLATORS: Not a typo setq1 FrostiaQuest_JhonH, 0; } + // Christmas 2024 Reward Bug + // I have no idea who those characters are... + setarray .@xmas24, 151103, 150559, 150943, 150925, 150895, 150926, 151212; + if (array_find(.@xmas24, getcharid(0)) >= 0) { + getitembound SupremeGift, 2, 1; + getitembound XmasGift, 2, 1; + .@dg=1; + showavatar NPC_LOF_RICH; + mesn ("TMW2 Staff"); + mesc sprintf("Hello, %s! We just looked up and found out you were active during a time Christmas Rewards were buggy!", strcharinfo(0)), 3; + mesc sprintf("That's inacceptable, scoreboards were reset! So we wanted to deliver you a token of apology!"), 3; + mesc l("Sorry, and enjoy the game! Your TMW2 Staff Team."), 3; + mesc sprintf("Token Of Apology: 2x %s, 2x %s", getitemlink(SupremeGift), getitemlink(XmasGift)); + next; + } } // TODO: Anniversary (leap years disregarded) |