diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 0492279bc..2b04bc466 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -978,6 +978,42 @@ function script clientupdater { UPDATE=1632324640; setq1 HalinarzoQuest_Alvasus, getq(HalinarzoQuest_Alvasus)+1; } + // Christmas 2021 + // ter dez 28 11:57:17 BRT 2021 + if (UPDATE < 1640703437) { + setarray .@xmas21$, "jesusalva", "poppet"; + if (array_exists(.@xmas21$, .@u$)) { + .@dg=1; + showavatar NPC_LOF_RICH; + mesn ("TMW2 Staff"); + mesc l("Hello, %s! Congratulations for finishing the %s!", strcharinfo(0), b(l("Christmas 2021 Joint Event"))), 3; + mesc l("You need to pick your prizes!"), 3; + inventoryplace NPCEyes, 6, Iten, 1; + next; + mesc l("Select one:"), 3; + menuint + l("Elixir of Life"), ElixirOfLife, + l("Sacred Immortality Potion"), SacredImmortalityPotion; + mes ""; + .@it1 = @menuret; + mesc l("Select one:"), 3; + menuint + l("Short Gunstaff"), PynRevolver, + l("Rapid Gunstaff"), PynGatling, + l("Explosive Gunstaff"), PynShotgun, + l("Powerful Gunstaff"), PynRifle; + mes ""; + .@it2 = @menuret; + getitem .@it1, 5; + getitembound .@it2, 1, 1; + getitem GoldenBossGift, 1; + getitem SupremeGift, 1; + getitem MagicApple, 1; + getitem Arcanum, 1; + getitem StrangeCoin, 30; + } + UPDATE=1640703437; + } // :// End of Regular Update System //////////////////////////////////// |