diff options
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 14 |
2 files changed, 13 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 550df8da3..357c79f20 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -11667,7 +11667,6 @@ item_db: ( noauction: true } Script: <" - bonus3 bAutoSpell,SM_MAGNUM,1,100; bonus bStr, 2; bonus bDex, -3; bonus bAgi, -5; @@ -11697,7 +11696,6 @@ item_db: ( noauction: true } Script: <" - bonus3 bAutoSpell,SM_MAGNUM,1,100; bonus bStr, 3; bonus bDex, -2; bonus bDef, -2; 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; } |