diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-01-17 09:51:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-01-17 09:51:52 -0300 |
commit | e428df46fa834b57f9d92d178fe120a787a04079 (patch) | |
tree | 4feac03429246e626308c0802294f80ac99681d7 | |
parent | 15432298274828f463f348403a54668d6300f512 (diff) | |
download | serverdata-e428df46fa834b57f9d92d178fe120a787a04079.tar.gz serverdata-e428df46fa834b57f9d92d178fe120a787a04079.tar.bz2 serverdata-e428df46fa834b57f9d92d178fe120a787a04079.tar.xz serverdata-e428df46fa834b57f9d92d178fe120a787a04079.zip |
Additions to v1736624174 update code
-rw-r--r-- | npc/functions/clientversion.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index de3bfe99a..490471346 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1322,6 +1322,17 @@ function script clientupdater { delitem TulimsharGuardCard, 1; getitem TulimsharGuardCard, 1; } + // Duke M Error + // In the future, we could just sell it... + if (strcharinfo(0) == "Dr.T") { + dispbottom sprintf("You received a free recipe book! You really should have been charged for it, aren't you lucky?"); + getitem RecipeBook, 1; + } + // This probably should be a routine task, but oh well. + if (getq(FrostiaQuest_JhonH) == 8) { + dispbottom l("Enough time has passed, so maybe Jhon Henryfield has forgotten your previous offenses?"); // ;-- TRANSLATORS: Not a typo + setq1 FrostiaQuest_JhonH, 0; + } } // TODO: Anniversary (leap years disregarded) |