diff options
Diffstat (limited to 'npc/003-1/constableperry.txt')
-rw-r--r-- | npc/003-1/constableperry.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt index 9eb9b292c..610809534 100644 --- a/npc/003-1/constableperry.txt +++ b/npc/003-1/constableperry.txt @@ -15,21 +15,20 @@ L_Intro: next; mesq l("Yes, I am a mouboo. Why? Can't a mouboo be a law and order enforcer?!"); next; - mesq l("Have you ever felt struck? Lost? Didn't know about a quest, or an item is troubling you?"); - mesq l("Have no idea where in the world you are? Or what a certain mob drops, or even if you should challenge it?"); + mesq l("Have you ever felt stuck? Lost? Didn't know about a quest, or an item is troubling you?"); + mesq l("Have no idea where in the world you are? Or what a certain foe drops, or if you should even dare to challenge it?"); next; mesn; mesq l("Fear not! You can check our [@@https://wiki.moubootaurlegends.org|Wiki@@] to find that and other awesome stuff!"); - //mesq l("Fear not! You can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find that and other awesome stuff!"); mesc l("(To see the rules, use ##B@rules##b.)"); next; mesq l("You can even join the project there. Contributors are greatly appreciated! %%N"); close; L_Quest: - // Quest Requeriment of 48 hours or idle before speaking for 60 min + // Quest Requirement of 48 hours or idle before speaking for 60 min if (AFKING < 57600 && checkidle() < 3600) { - npctalkonce l("What's that? He seems to be AFK but is not?"); + npctalkonce l("What's that? They seem to be AFK but are not?"); if (.@touchevent) end; else @@ -38,10 +37,10 @@ L_Quest: // No warning given if (!@afkbotwarned) { mesn; - mesq l("Stop right there, meliant. I can see you're AFK, it is written in your hat!"); + mesq l("Stop right there, miscreant. I can see you're AFK, it is written on your hat!"); next; mesn; - mesq l("Moving while AFK is botting! I'll send you to a %s if you move while AFK! YOU HAVE BEEN WARNED!", b(l("cold, hard, iron cell"))); + mesq l("Moving while AFK is botting! I'll send you to a %s if you move while AFK! ##BYOU HAVE BEEN WARNED!##b", b(l("cold, bleak and isolated cell"))); @afkbotwarned=true; close; } @@ -52,7 +51,7 @@ L_Quest: L_NowYouHaveDoneIt: mesn; - mesq l("NOW YOU HAVE DONE IT! By the powers to me vested as a Constable and Game Master, I sentence you to HALF HOUR IN A %s!", b(strtoupper(l("cold, hard, iron cell")))); + mesq l("##BNOW YOU HAVE DONE IT!##b By the powers to me vested as a Constable and Game Master, I sentence you to HALF AN HOUR IN A %s!", b(strtoupper(l("cold, bleak and isolated cell")))); next; mesn; mesq l("Do you have any last wishes before being JAILED for your CRIMES?!"); @@ -81,7 +80,7 @@ L_NowYouHaveDoneIt: getitem Blanket, 1; setq1 FrostiaQuest_AFKCap, 3; } else { - mesq l("This is not the first time you're arrested for AFK botting, so, NO!"); + mesq l("This is not the first time you've been arrested for AFK botting, so, ##BNO!##b"); } break; case 5: |