diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-28 23:35:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-28 23:35:39 -0300 |
commit | 512d67bfabc4a1aa72462a515e6aa9af5dd0309d (patch) | |
tree | 5d737c72128a41c60104600b29309150cc31c7aa /npc/005-7/trainer.txt | |
parent | 363c7e897dd3318c16d9f5badfb61cf5db8c8ac5 (diff) | |
download | serverdata-512d67bfabc4a1aa72462a515e6aa9af5dd0309d.tar.gz serverdata-512d67bfabc4a1aa72462a515e6aa9af5dd0309d.tar.bz2 serverdata-512d67bfabc4a1aa72462a515e6aa9af5dd0309d.tar.xz serverdata-512d67bfabc4a1aa72462a515e6aa9af5dd0309d.zip |
Very rudimentary anti-AFK-bot captcha.
It may be needed.
Diffstat (limited to 'npc/005-7/trainer.txt')
-rw-r--r-- | npc/005-7/trainer.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 3dfa9a999..c1dc37c8b 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -541,6 +541,14 @@ L_Regras: mes ""; callfunc "GameRules"; next; + mes ".:: "+l("Automatic Botchecks")+" ::."; + mes l("If enabled, automatic captchas may be sent to you every once in a while."); + mes l("To answer them, use: @captcha <num_value>"); + next; + CaptchExample(); + mes l("Example: Give the answer for the following: one+1"); + mes l("Reply: %s", b("@captcha 2")); + next; goto L_PreMenu; L_Menu_gap: |