diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index b00eb870d..1d1033585 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -215,7 +215,7 @@ function script checkclientversion { else Karma=100+Karma; } - // Update Tycoon quest Miner Knife + Hinnak & Oscar Scythe + // Update Tycoon quest Miner Knife + Hinnak & Oscar Scythe + @ucp // ter mar 26 10:00:22 -03 2019 if (UPDATE < 1553605222) { if (UPDATE <= 1551626524) { @@ -228,6 +228,18 @@ function script checkclientversion { } else if (getq(HurnscaldQuest_Farmers) >= 5) { getitem CottonBoots, 1; } + .@dg=1; + mesc l("WARNING: Use @ucp to change @@.", b(l("GAME SETTINGS"))), 1; + mesc l("New default game settings:"); + mesc l(" - Soul Menhir auto-saving"); + mesc l(" - Daily Login Screen"); + mes ""; + mesc b(l("These can be reverted to previous behavior on User Control Panel!")), 3; + mes ""; + if (countitem(LEGACY_MiereCleaver)) + mesc l("Your @@ expired and lost the Knockback effect.", getitemlink(LEGACY_MiereCleaver)), 1; + if (countitem(LEGACY_Broadsword)) + mesc l("Your @@ expired and lost the Knockback effect.", getitemlink(LEGACY_Broadsword)), 1; UPDATE=1553605222; } |